From da0566ea39a55bcb95a83b674445b1ac51e863fe Mon Sep 17 00:00:00 2001 From: s459315 Date: Sat, 30 Apr 2022 13:05:52 +0200 Subject: [PATCH] chat ready --- .vs/SignalRChat/config/applicationhost.config | 1026 ++++++ .vs/SignalRChat/v17/.suo | Bin 11776 -> 29184 bytes SignalRChat/Hubs/ChatHub.cs | 12 + SignalRChat/Pages/Index.cshtml | 38 +- SignalRChat/Program.cs | 5 + SignalRChat/SignalRChat.csproj | 2 +- .../bin/Debug/net6.0/SignalRChat.deps.json | 23 + SignalRChat/bin/Debug/net6.0/SignalRChat.dll | Bin 0 -> 52224 bytes SignalRChat/bin/Debug/net6.0/SignalRChat.exe | Bin 0 -> 148992 bytes SignalRChat/bin/Debug/net6.0/SignalRChat.pdb | Bin 0 -> 34616 bytes .../net6.0/SignalRChat.runtimeconfig.json | 19 + .../SignalRChat.staticwebassets.runtime.json | 1 + .../Debug/net6.0/appsettings.Development.json | 9 + SignalRChat/bin/Debug/net6.0/appsettings.json | 9 + SignalRChat/bin/Debug/net6.0/libman.json | 14 + SignalRChat/libman.json | 14 + ...Chat.MvcApplicationPartsAssemblyInfo.cache | 0 .../SignalRChat.csproj.BuildWithSkipAnalyzers | 0 ...SignalRChat.csproj.CoreCompileInputs.cache | 1 + .../SignalRChat.csproj.FileListAbsolute.txt | 27 + SignalRChat/obj/Debug/net6.0/SignalRChat.dll | Bin 0 -> 52224 bytes .../net6.0/SignalRChat.genruntimeconfig.cache | 1 + SignalRChat/obj/Debug/net6.0/SignalRChat.pdb | Bin 0 -> 34616 bytes SignalRChat/obj/Debug/net6.0/apphost.exe | Bin 0 -> 148992 bytes .../obj/Debug/net6.0/project.razor.json | 1 + .../obj/Debug/net6.0/ref/SignalRChat.dll | Bin 0 -> 16384 bytes .../obj/Debug/net6.0/refint/SignalRChat.dll | Bin 0 -> 16384 bytes .../Pages/Shared/_Layout.cshtml.rz.scp.css | 48 + .../scopedcss/bundle/SignalRChat.styles.css | 49 + .../projectbundle/SignalRChat.bundle.scp.css | 49 + .../Debug/net6.0/staticwebassets.build.json | 1125 ++++++ .../net6.0/staticwebassets.development.json | 1 + SignalRChat/obj/staticwebassets.pack.sentinel | 1 + SignalRChat/wwwroot/js/chat.js | 30 + .../js/signalr/dist/browser/signalr.js | 3115 +++++++++++++++++ .../js/signalr/dist/browser/signalr.min.js | 2 + 36 files changed, 5612 insertions(+), 10 deletions(-) create mode 100644 .vs/SignalRChat/config/applicationhost.config create mode 100644 SignalRChat/Hubs/ChatHub.cs create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.deps.json create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.dll create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.exe create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.pdb create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.runtimeconfig.json create mode 100644 SignalRChat/bin/Debug/net6.0/SignalRChat.staticwebassets.runtime.json create mode 100644 SignalRChat/bin/Debug/net6.0/appsettings.Development.json create mode 100644 SignalRChat/bin/Debug/net6.0/appsettings.json create mode 100644 SignalRChat/bin/Debug/net6.0/libman.json create mode 100644 SignalRChat/libman.json create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.MvcApplicationPartsAssemblyInfo.cache create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.BuildWithSkipAnalyzers create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.CoreCompileInputs.cache create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.FileListAbsolute.txt create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.dll create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.genruntimeconfig.cache create mode 100644 SignalRChat/obj/Debug/net6.0/SignalRChat.pdb create mode 100644 SignalRChat/obj/Debug/net6.0/apphost.exe create mode 100644 SignalRChat/obj/Debug/net6.0/project.razor.json create mode 100644 SignalRChat/obj/Debug/net6.0/ref/SignalRChat.dll create mode 100644 SignalRChat/obj/Debug/net6.0/refint/SignalRChat.dll create mode 100644 SignalRChat/obj/Debug/net6.0/scopedcss/Pages/Shared/_Layout.cshtml.rz.scp.css create mode 100644 SignalRChat/obj/Debug/net6.0/scopedcss/bundle/SignalRChat.styles.css create mode 100644 SignalRChat/obj/Debug/net6.0/scopedcss/projectbundle/SignalRChat.bundle.scp.css create mode 100644 SignalRChat/obj/Debug/net6.0/staticwebassets.build.json create mode 100644 SignalRChat/obj/Debug/net6.0/staticwebassets.development.json create mode 100644 SignalRChat/obj/staticwebassets.pack.sentinel create mode 100644 SignalRChat/wwwroot/js/chat.js create mode 100644 SignalRChat/wwwroot/js/signalr/dist/browser/signalr.js create mode 100644 SignalRChat/wwwroot/js/signalr/dist/browser/signalr.min.js diff --git a/.vs/SignalRChat/config/applicationhost.config b/.vs/SignalRChat/config/applicationhost.config new file mode 100644 index 0000000..cdd2df8 --- /dev/null +++ b/.vs/SignalRChat/config/applicationhost.config @@ -0,0 +1,1026 @@ + + + + + + + +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.vs/SignalRChat/v17/.suo b/.vs/SignalRChat/v17/.suo index c0b277a329e6a7d64054da737675f7a3979b518e..c290eb318e60730315da5b8d2ea21c7eaa9fd2bf 100644 GIT binary patch literal 29184 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 NB+-ui?f&hX{{tkIaHaqN delta 723 zcmYjPL2nXK5N4KzBHcx(R9XaO2h1zU0fyn{Q^`_ud=xCz%^>3KZBa4u}ry zABzUq zUBSN6(q#P%$EB5hJXzkn!bA5Xi0kTRlw{F=TBfM%AF%bX^)jXyKE^SIpE1qQ7&=2L zk_fUNV#s4oFv5&k#^LVzd-{-76e#(UCK=g<3&uj|EV}uoPBQzPBaUJICO${9-V_I~ zy3o6}rn~0Zmog^B-Y9Rj75s_UG$~ceoNzRcZlZ}*V-rc^3c@8it7s zlCdxrJbg`zp433|6aOh-i`Q+V?4xhn(rm2tLD&dHu zbIJ6`&S8vZTfVr1vO7z!-BzhQ{;Km1f~L?dJ++5XjV#fDxS-;JFe!+UU@1w?lutA{ z8Ri`GD=)2piMyflWK6K+Pa)}7kzRa<>h#B*_G7Ek=O!zaWuAcNJQD@0D$ouIyI=JY zUIcSiO~9;~5NtUPQ4gb0$xsngU&h-TThQwfY&CD=PUxO3THA{KEA4lW6{xvScE2F# EAK&-!E&u=k diff --git a/SignalRChat/Hubs/ChatHub.cs b/SignalRChat/Hubs/ChatHub.cs new file mode 100644 index 0000000..c210a84 --- /dev/null +++ b/SignalRChat/Hubs/ChatHub.cs @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.SignalR; + +namespace SignalRChat.Hubs +{ + public class ChatHub : Hub + { + public async Task SendMessage(string user, string message) + { + await Clients.All.SendAsync("ReceiveMessage", user, message); + } + } +} diff --git a/SignalRChat/Pages/Index.cshtml b/SignalRChat/Pages/Index.cshtml index b5f0c15..c5651da 100644 --- a/SignalRChat/Pages/Index.cshtml +++ b/SignalRChat/Pages/Index.cshtml @@ -1,10 +1,30 @@ @page -@model IndexModel -@{ - ViewData["Title"] = "Home page"; -} - -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
+
+
 
+
+
User
+
+
+
+
Message
+
+
+
 
+
+
+ +
+
+
+
+
+
+
+
+
+
+
    +
    +
    + + \ No newline at end of file diff --git a/SignalRChat/Program.cs b/SignalRChat/Program.cs index bc275e4..6eb1377 100644 --- a/SignalRChat/Program.cs +++ b/SignalRChat/Program.cs @@ -1,7 +1,11 @@ +using SignalRChat.Hubs; + + var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddRazorPages(); +builder.Services.AddSignalR(); var app = builder.Build(); @@ -21,5 +25,6 @@ app.UseRouting(); app.UseAuthorization(); app.MapRazorPages(); +app.MapHub("/chatHub"); app.Run(); diff --git a/SignalRChat/SignalRChat.csproj b/SignalRChat/SignalRChat.csproj index c78c9c7..5e963bc 100644 --- a/SignalRChat/SignalRChat.csproj +++ b/SignalRChat/SignalRChat.csproj @@ -1,4 +1,4 @@ - + net6.0 diff --git a/SignalRChat/bin/Debug/net6.0/SignalRChat.deps.json b/SignalRChat/bin/Debug/net6.0/SignalRChat.deps.json new file mode 100644 index 0000000..2482e20 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/SignalRChat.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "SignalRChat/1.0.0": { + "runtime": { + "SignalRChat.dll": {} + } + } + } + }, + "libraries": { + "SignalRChat/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/SignalRChat/bin/Debug/net6.0/SignalRChat.dll b/SignalRChat/bin/Debug/net6.0/SignalRChat.dll new file mode 100644 index 0000000000000000000000000000000000000000..dc10620d3b6ec8c78ea507e3204b46199929c280 GIT binary patch literal 52224 zcmeHw4SbZtb6Yi(<*rBI}bx>~#KzUB3;g<89%Tid!{UDwrxwcS?t?Y7;u`)<2kegEg&=QEk% zqtdOvci-r9pL5SS_uO;OJ@?#?=b48!H$FffBJ$#T?>(Zg;?93flAb>q1iA2v|5-?1 z&V9N3tJ><9%iFg{lcC;3d|M*CBh(d+#p0<@XC##9i-n@GP|Lcu(2jU_q^6+2KgAHe zeg)BL%|r87-7;j>c9tqAPpc*R1~54ayWlMDA%-gVZDyO_=m6C6RyCRg&xkzQ z@2w&#uGI-0M_>==l@lP&?~6~wt#T5QX$E|Sf zTt#7dZxt$bibGcjPT8j(_JO$q$=xXI_f^h?paD3t*QXDx=UeH(TE6XNT#zckJ5yyU z=YzEhErH^yB?15eJrqI!AaYHF06?H&ibDV(@=SyP=<@{-ZnQPN5O4|=kFS~|eeR1x zYk$=mm1MlSUW)ao&abi?`nSEtf{2y@A?*l zD|sanzzqy9;RFTz1I%ia$eT&oRkq#GF@fZr4!dmxE9`b1-%1BC%wadi!EUG*cH@j? zw_;?(0|bB(N=$?RK$MyY0e~27A_M?pjEN8+o!#I9VmIjRi!Viks{Tz+HgUt?pll{? zA8xD!Zd^5PTp?~;4Q?#lwB%nWFhqJ2aPr<{GsKKeE<-wqc;Qu)&= zAo(GO%{GAyo88E_(t#WJwwH0R8SD$2amKP)88Tus0bqc!CPDxp#+e8KfIt{gMFao> zfj}VyNM|z)5wY1Kw%KyF8T%Sni5pjh8;i${h2qAdObc0Ug_uC{E=OB8g9~j%Xymru z#J9bSLt9}Nw3RbfTM?<0o&rE|L@k9700@LGg%ALUkckig2=tZW5P)03!f;~|xN$+; zm>oA}(kolgV2l{s&oRgX$$K2_=l~zuv4wA?1Gn&PFXPY-v>EN-jMa_`WTejofKro9 zgaANHF%bd)G1Wu}0K_yCApp07h2h2`aN~lwF*|O|>~tU?AT{kjD5Zh8~cbj zf#m%Tn?%3^n{4G<=|DH%_A(AOf&E|;&R8}e0bX$k07RXM5C90o ze8nMvIjYfdYywspHx`c@3&o8^;l=`R<6@?jj8T2xu(3NGENWE$Y8a&w6y+l>+b#q8 zBI7Ev!nS-HW?O{uK=NsaZSMvTZ2Mupl@8p+x4n#mZP5>~EoUs-wjv|`CIAd|wTTb_ zh-*xQ06?rZ5dr|Q#zY8U+O`Q;7>-rOjm6`}LUChJxUm4-xR_~M!~+kF*D#>)mpGsy zdLBaJjGlABp7=ado*qV-XHj&WdW~Q^-$I6LSi60GPZ?Gs+JZ?ctEXn~;j0QCVY0nXU?*9iJ z{T~Gx{eLUpN(Z*{Z7<`{|GCotoKgL6&NG<&1IbS~WbEKl`aq0tr2{>D+sin}Kz;Bb z&bVddvy6uwGBCBVj1=EW2NHbS%Q(nDeUQN!w~PXo@rXmlPA;Vn?BZMLKp)@sG7d6O zA7pUGEu)ZS9Cpa)=TiE>9egVt*v+@SjDrl+2N|4k%NWHnjyh!Qlr(2Ua5iea~8O`Vkz~bBXb&F>x5ql6VqH9GaM<#Gf$YDjUIzd|w~ssjk0|Gig#r}tjmHpr?QoczER>v zS6=Nm$i4crBWR2xT02 z#7l(rAo`;nJbvE_H_U z^8U-0SXYGcpST(6z761=T0LgkKDNxeJ~*W>iGb>#I>?mxYJdaqO0P>u5S0%gF|d1V zhCPgp!-?2YSP!A?%V+F52NrJWEF51CS{y3)^MYC>YW7zz*GEtF%Sv9)9=M*_^L4eP z*MfQ_j6IWH{{!n6X$b$V`s>C;PP0)-tdj+|(;!Zu|kfGEl z_6EI5j}`hDQ;&ext%%oBWSgZ(u{XUYUZsgqo5MCrp&M*99UT?l1hm8aiJzj&%u&bI zb?_RU`p?{{Z6G;1b)Vg-Ou1a0ihy^Kom!j~%rdQ6W?3`KZOtspnq%S6s#}Y*(pxj@ z{QX+&3-~hjY<4i))Mc!t%P<$qwsb*+HFe2OuS@p(>)AKP73XjaMk@d$7ca;)HtrBmP<#9{6DqS{@+0Gzsqm70@H#1I$x0`X=slQGOE&XqT zP=tF`17~#Evbk!o(Pj;%e2+i9d`v%veQpu?`kpPgCu)K?K!P-@LZ<4nw{lfzqle8q zCF9NdYLbUw?7=VuIQqt1D~;wkA=H$+sin}fG=R);Y{Xvr%e2Xw^5nroqvYi>iKxC{&}8vmZ^DX zE6V75IOQQ>PBV=#=DtoKB_gpQ-t}QrnbQnYR79EqNEJ7P$TU-JVfWY!dl+j@GhCt2 z_DyH3G0g}TW5N(A3>l{xZY`#nZG6KtBfCeQX3#&FW^lNT7{EkKGkkMQGhEW1W-L|G zO*1wz<1{0BV486$!qbdW1Um^s5uRq!X<|<^T${3^YWhaUxV350QEHm8t?Qa*hVdHH z%o*;~E>z*@)Q{So%9P91sg*42qB?c>G^4DU<+dhIGs>D(GR?3Rd74RQO>3I5yH3n_ z9c+o^gEh_AWV>gFO*2ZDVJ^ngjMC*W29$EKVoWpXbg`!yyGPzn&zkd&C?+27o_B2g zCC@wA^lUcKScxOsVP3=$AGZ$|@bZ9z*RN%B-?P^SLR zq~M-gAtljXY)?&$&;?z&8J!`U6xY-wC0a|;mO#kyCH8|hCUGCqeRo2b`0+jf@A|%A z`!Q3LA1}2kG^&;0)M8=x*bI9ZYX&FQLumWvGS={88#`|}wh0JTg%ryeve>W)S-0^G zAuEb|kV6)x1B9$P*iGNVM1(B9IYJhfv_qDqO1h9`6K%&HwlWqy5VBl~aL7`MJdtH8 z!XYc2CU(f;+MG>yhAf*_$=#hXc!{#w51@6URjBVop4V_B(Ze z8U2THFa$^QQ%8$8qyG($uBzj++#S!+RdxKc7|6;4Il89ncq_VE4RX1l6_og~N$L)kUR>!L;o;w_yth61UW9}qvFOwd>4nu;c_}qXxBe2P~6Z(UG zQyWQ@m`*#7Htj1oE6aG8=F1mz;ace$3T_ zxW-Ysy=68X!a*2lIHT%;eKE)5Oefrox4n^l6bQHsyX6C?EmKbBwXNEnDHRHM+3Z?WyGXRIC9yH)tLO9|Z=Qg$iW%ULQiyp+(LrJ7Jcwe0*$3GP2EC3^XWrNj>0 zWhsH)#Zuz&LJs6i#8QH9j->>bw3iZA16*<3IApVl_5d2Tln_0zlyE7+O9`dOBuf!q zN~F`oUP^Fn&Zaw~xJ?_elweZg3vdYY2xJ(q;WGD4v|T27xm{*4bok)8%<$P?^;MR; zuXy%XeU->JorY)sbbV#b{%m5$RBHxa^9au-+kP`__E)+Lb6}qRl`j8?5TP8H_g3k2 zv1fm~za1*wV2?CM_;4;kxmaS{qzn1Ys4Hy0Nqvz0=1TTKJ3x&HHA26rP*Xf?!d88i z~mGQ`x^&*#6ab8U2grw%>8mx{RKb7tAx4TNAL{ zQoWbw?!7##_kMw;i_v=-=B+$)>1Vr&%aig0`SK9KCflA=5G*itnP}-!;MS$U(xuzh zr69d06*I@30JF%&^Y$4vV(0 zfn_s9C-64og|bgTJC+ zk`5#OmWS z*l`+tT#~+zOD^DWrGe6n4mUbD+ES*#Qf9PUnbDRq4Yo3)(QAkG3L?&^COHWoM~4ua$96Am!S_=&QJkbP;O%z1!eXX9BjmS$4l zF0Sv(!|P+JF7Kkb>a)?8T;Fb^zB{tm`e@3^_@ zv(Xvrt4SV5%p2SX0coD4BW?wf-vopCEdBG~!*lRsd@CI|%D26Y!*lS7a9fpeKTC%@ z2aAY+oq;EY=aWCxPpamaXrOX&kxX0aZR^KCEVAma*=!5Oy< z$POf5cE~`mXBkiPt#km>I%F^oGD0GQGj17>9Z0_5knt#&(g!}vx6*+}__mjEkWnr& zIOCQ9*@5I~hm6m0DShAw-%1A#^KCEVAfrNLa7M|ny)kiLhB*pl$gag@d- z?V~iQbSY5jj?!$Ry&)NPlqP!MD9xn^AEhZp+AT%+C@q~P_EDN`v5`k2Hf_XF8j~EM zTp8A|d?$J)@sxDfR~#LNiQ~K-HkCVUCFB~t#P%^j#$H^94L`_ImdbKliVw1srPLDy zwh$j=rL&ZEkY#tvMxIEAA7t5NyVr&tWGP*Sxep&?DP1t!4EN!KtaQ5A2U&K{Tzao9 zn{F--%$Ed2G4W>iO9D3D2-?ul`3&K44BlsO;XozL`)OJ9E#NC8CLDx?@tZJxrarR^ zjl2)pO04w!ajX*jiR++|zUL!A>U$0$4eIZfqW86&N(}O0FOD|Ji=!+L1M#DL!=C$I zE~EuLmD6}2zR|AlVG2ee-yEZmiGFB{v+U0qUFJfUd>eh~@_A~sA-DlqY{KPY)NSHRU2DdaG!$wp(9^iSj|*a{3>P9GeHRRfqw-Vx8r(PFs>PLui_2nNE3aB1`r+@I z0@WHHebc|T*hjbJaXKNlrg#*^ppB2dpZm9YKAM@=R_LSq{hY3rG%D$@CA~SftjEAY`vV>ta;4yP;1o+}8_6QgQJ1?ioF+EISW z%56a(c?w&+qiL4E#XF8h7u=7s-8nT#mqDLNl+wPIS4f9)mgZN`{kdz4$5Bo8{l%l{ z?+f26o<`vym)$LCPw<_*(X>x{2b!nA>7y?}f{&ic-&8W1p3vR{{IP7t-(Sf3Y#POI ziNB_}ihkt(VSWug=l|T8LTVp-71EcBIK2jG6+IT{LmO9WTi(-)pQr&MtX15J)X7n;j)VS4fMs*PNX}_I`gliPn6bok#nvjm8e*$J4y#~&$v~Sd%`B&2!V6LVYfbr4z{O1Z{G;v%_ z@s0G+vCkHcqxPKpVcS(>*|z?1@1b?;a=sBvP({(Vp!02Ldkx;c{@j=vx+MGfv1XQWPc;Lm|iKn3AXCiHkCBeKa9D@(@3AuIGs0+)0a!{!J2^RPDy2K zVPZR#v#g{U-U{DDt`h2 zFjASeKyp4R6e%Zy1H}X2!w7`T&y3|;tcdUV4PfPAzY2QJ5R&ozWefQIsB=?%+ z9;B~0XrI8hNmv&}dzhY=+|9!I2)!V=CnR^6PD}1zC3h5`%iwbPqS<5gr;?j0xyR`{ zlKZ^mo}`y)8ci)3^iHG4^A315y4v?)Z#jLo=w3-5l=L&ef5G>8qJvoTP6Ltq^BhPnWW=9Ox-T&OtI2mAx!Z+m^TCnqn;+C<}#dbIJtyLqNU zW~DY`1ioejX3hxA0+GM?yz(0}$X|9Ie7UyLpu(55Yev+&?03YlH8w)qufYzZ=|3c0 zsWUv^!)dNq>5q{Pw^Dj-?+bnyHeZ^}X?@A23@sWnLfS~o;t@O}F&jtlTt3YD5W*AP zUG|lr53zZZmFq&A5>{?Iav!pCOnXRjA48cKa#PC*e@co@H7b|$jjWTHjTRWWA7m9F zx75hJk=3btXq{Cqm4&YusT{2?^I;CV*P`vq^3o#?S{5C)X!m4g(X$SkkG?FqZ_$5x zUc(yg-xV$A-wPjv6=nHHLpdd*9!4&g7lU+n&W8&=mz7Nc$qnV)UvM0`aR%)~+0$7$ zRAJEmN7rV0tWmVrpzSO84RUuGw3D7JUlAQPa`^?L zkb6qyq(w#amgGKG_I$7ew9pi8gKAL`bxZDU>7yd*k(_E#5%n1~Zc%{vI~s)k;}!+z zZiB`x3eran8n-A&pE79NqGI}-LE{z`(-Q`*ub|9VLSHm!`wA+MJ895Pda8Y;^yfw{ zzhEJ9f3I@VqEgDAYPX@3)=N&cp_FcroN7ZUg$)|FVKhYz8nQ!X z!a=Z<FG}dzhEjDPZ=R{g&&{)rjbd5n{Jtt9{L1R59(Po3jdR{@@ z295O$(GEouJ=kjkTUeLy9I^Pp7X-PWkn8`genq z+c2G4D!D$@hUs*V;9+TeUra_vU$hmw2P$axWktLg6~cQ?(=UgxW(8tnhg*ac^=z9*%IrKLU&N(z|t}Sy8)ksdsoJ;ivjb+ZIM;)AV z>9FKf`{vP;j&k$p%aT*=n@9g{u*y{*eUx?6Hem-+O7 zL1SI!)AlBtb3WZFImNkvQU;AV7f|K3Hs=DWlAPjPNb?LDb1tNZ9h?j4GY-yrdd$ID zPdOWGnf2tCoRYbSN(>syTtvGaoQvoV2j^ls;NVo1@&7L~UIA ze)?0`^Ga$la#`@?E9o91w_bAJHF8Vg*H=;zwzpia1YUO~wHvt?B=@l7R2#0O$0VnE z-k`bv66a*DHozG~38wGH&>CY!T?4ogmPE}uQu<#G&ZYE%gR_ag?ci*p2{+k#Hqj)>DVfd0KN9EG za_!Bu*TLCL`y8Ch=pF~>GWt6Q=Q4W3!MU7%>fl^X4V&%Sms6wURP8Oa%Aj%WE%c~^ zvxN>jI9JdU4$c+yTLuT$hzTV#t&wW8Wi^D#NYya{GC=JkYe2L~b#_e%D2|A9$-I-<2VIA zj?>`dINLgoldt0x!c~r|0@q|*Q*ceiH4WEvT$Q+H;Httk6IU*MC8*(BLADML1m~X|trQl3pw6CP~AR-j1}C`jO&17U@KKPT$?jNQB?m$@gcfhe>DFP_3LAS8PZP|e}X=(pY($cq( z7SZiUS8MYGpDz-ADb!c=CkoC%!h88e^s0V$P7&%oRQMBZleQT<&jv&0cM7KIuj=yx zi}Zf&7g;Ni{xo;BKBP_bw&{zs!@E^5&Jo$LVSA&u8w@Am+uaQnBJsW4$RF8Bn zwIap5hIBcFkzOPCHc4-y9$>oYA0@5LVfYS7zb)z2xr}*K(zkP$(`|H>e>r|ZdzF8M z)E*WLpV3YabP3!g)GkWW%0NVTqV#9r9|FAEzh8Lv3(tP=>&BEU-{L2NiT&T;ze`j#H@V5#kESzEC z>=Mo{!FPf4Sg=btqncPr@cXsDpxVHG;oPr{6ZqqFCb(ZX4+`f|;XEds$At5ka2|uq zcY?=+^Mr7o7S0!i^F`r&Q8-@&=fvU{h4YMXo)gYDh4W3}c@sRFi{BKU9}D#@;Uv8R zb|d{5ZNSf|pJLnUY{@K1b0rPwZ1Zw~Cks4P;2DxO38q=#VAO_3iXJkY^2PyT;LYrX%(I=9=2^*@L>=0bO{_4 z>Yz}E1T!Sm{Q@5p>QRA@3jUbDCq(iIp`Mbmrv-mncwQ9vj8M-C^{nR@-Qz#&c?#N| z6Y4qPd{f{biL|$bpS)rXBNb~1?DcYcbG_W&kYLIMQ*OXw8G&aAPm{pSM#|Jy;cpe{ z7Qu&&l&Mj?f_HP)pkRiKl<^0J|A=6Y8Y$x+6KN-edP?x81#{Yfndh5=IU_u01%FOz zc}p;qB`w8?6k=B#FcTam8zw+hb|!G{IkEoGxZjS6*0@CO8c zQ1Ax@e^l@%1am?#r$o-FtYh?o|5Vmfu+)tZPbix$GezJg zfm;ObmUK`sgW1RE-~5Bw+^z$HKOz!NNqSaN%3+xyNvGtnf)hO5kq_%m>GaV7bR=ZXV@wy`fx|U!Kd7%MDm;B5&iIrk)b`tfb^;O*Fqm6@kkIZW6dz;IO2Fes0APBRxj3yd!>Y z%PHYJEj(uhraYDzlC(+E<~)|aMc_e6k4Sn{@TUYmE2);xoaK@>OS&ch7=0^mOFq{X z7R(^tT3C%wbaO371U@40DS=N3d|Eiq3g)a}sDMjRf#@c1NZ=-cn*`n>@D_mw1s)Xm zh`>h#rov-XkWYoI4;6|uU^eB41QQZWIiCGr8E69jcz%=Mn*_fFm|x~^5zH3B3<9&H zU{ElFf;j@r!Ga@#IU<--g{=80;Qy-Nl#({;MQ-~j>5);#D68ER?=2_k$yvqwT;>~?RIUC zc9-@s?Gf#`_N;bNdr^B?dsX{q?KhfFzgPdH{(1cw{bhZ+=cMN)&nuqSJ#Tq_<+Ak<$P8+PYUOY=jHtN1*sR(iX~i_ zN5}gi9@s4hsSfL5IfvaYzgrSSs$)ly3%CTSj{S8W;L%8R8UxE}*l8C49t-Pg*lmvj zJf8p21MIkqkxoJh9XswZpq3-mu_7M}crsEQJMZy;ry|v{`<@7RI#L}w@GAh%K&oRG zUXFAo?`3dmJQes_q&jxr(*e&xs$*|61MobgI?g_40$zZW-#x7cT#r=8K7BUQ#VDua zd~Gi9jYx5xff5=uA=Po7wGi+!q&oIUivYJE)oBIxO&U&vt_0kQ(s;)LsZQ6Rv_`9u z>Uc+l-`!b@RL8%~vK;Vwq&nVySpj$hQXTKlT!r*H$k6C|q&nRI8F*5QRHqvuL!+CJ z>a-a$G`bn7PPagYMjc3XoQSs}?WT>uM3CyV6_PaChE&IUFq;5Jk?MGN?k2#uA=UA| z-pzn_APvyJz#0L12i7RYK~6RIk~SN?>jPXuIe_sr3~(tG0v=64z@w=Ia2bUFmr(`a zu`~_vSiEyE8@)aYFy2xFJf7wN9#8WCPoR3hc-jPbA~gb@NKJqzQ48Qnc)M&iJmW^d zA=(VMoVEZir%u2Xv=wj#Z3jG=dH_$R7~m{F1Focd0axOkwAt{E2LR8Y2LV^nCjnQ{!+>Yfqkw19VZh7iXRyIUtwrn5ChFOq z2Rz3-Ene>+pLsd|7M1ZkgZ5v<+kq1?H!kL#kTVh&OT)J~4c~j{p5gNDPlGGRyOM6c zi1!R${&M4D-v1~aiTegl^oH}D8-a^>-%L|>@|cljKQ}^`nD;kn+WW0Ed@bIQ^3*$X zPCLiE*Q6=imj+jm##X;g!}rG6k@bE*P1!s1NAi7nMA=>5cSK#M&bz$d@^IMzB4`lv zQZcR)L{N+~jI07g#X^j#LX4(S5<$n~J^|N6T$6BJfh&Zo9B=VeK*D5PQ&4Iuu4$l7 z$Hfto<7E}DnYcFM&v)a!1Zlhe}U^A zT%v-YVbAh3P)20t*>)=Pc#xsB|*C`8rjtnPK8^dA|;&Y z2h!}bIcW_6Y$KGOlU`}2sve)4w)EWe#fCGZqvqf#sUZqb8sC|hUQ~MK`RSSGrqFHFl^pPsp%n`$)|P@3ir$HGL5(n|y9ns|3#Po$C7M7t94WPEF?ra9TW zHj-K%Pef|kqT6EOo(eVw#?dpO1ShQ==9aVA5XoXXP%pd*R4i1?SHZ|I9Dpe>SG*O%(;gIci^ zJW^p`qTfPe8cHRG_XdBPA^X<2fxJ!DLP*!rV-Rd6@|F zGZ7YKA}q{AsLw=L1Oj_NtGaE7+};;SrjX-4v2)DQwmrVf#=wzY1SR1Nk`-D;dRFZ2O<;aN5M7^$?~KA*M>4WL@fcim1Zi1c6soL< zp`~iHv_!+(V)0}u+Lf%a;kI~RqAP-!y^ZS>d$Kj`*e>J8n5Srmny-i(XibXOg?suU zZK?jAh*=c|QYyM5l76JftWjgKw943OONCRBHQ}!9(HMk8Qm%Z`NkoI7tC~ZuPefBN zdRte#7o}3+L@GV0y&v@RMVuNAKj}Fzt}|0@D=iBrBeWcWDixuYNM|2Uc*_#;T}hr3 zr8S5}bsZhj7GlK>6LSYfdm`Pf2xw~}sc<(YJPjc>(pNkp3A%3I^8Cehy>zs*TEo4XSIcU>gG1Jy2U5?f;^ zyd%s@p>R(|E(E8o(QSR`Kev!>+u3c=sujYzA<`4xEl|>?%K&SQ-HNHrMw+Y{}Q%GYD)tqgai;t26S^_W&`-=Jnp`#K9_bQH?E)5(+70^bqIFuYobe50ziSUid$OZ#s!|*biWM;yg z#xqj~+bW9Dfp)ibC8E8lBpW^&?n$q-G?AC+HLY01B;bE4@T}$)H!@s_Of*u9f>tCF z@q_|fu|C>u&=b*};jVs_;bP4_J+29~8~L;WmJKTv3Ba?pg~4S6#x6jYLZ1H z6at4tqg!ctIMx-x4ujh+!;qFm(CtzHj)=9K(cx0kjlsIm;j8ZGw>qvom|*?+?&zYI0)mZg$2VsKdB@)`v(3tAz=rl6ypR%U_!Lj{S(LsXMvc9cbLA2Hy zvi?{Tj-md97}{Bk*Cr+nm0+33136_bVO(W9dSs(4GTIa2u1G6f4YN-aa^XOhv#bio zx_g`&z*R8$JJmHXt(KA?T7B7JJ5vXOM27@0#2aH-mF!rBfNN!qWsRLbk0gsJ*|9nr zyUog8Qtb!`SfRvw5EU`lO|8x+!eUBxG{?Fyh%LlLmQvyLqDqZ0*0Okazg@Bw+N;$m zwem1FVcxs)R49ve1KF39PE6iroPy9*k(3Flz%SvLYItTvDmSYaojYeM)TfUaqO&Vt zVt8X)#(RkcFE3ta-!;Z^3%i>i?lCZ=~B1Fu?sNEiQ z8f`fm)r?uSKMAyXBw;RAYB&}GZB=g1BBmYEOePK{Si!KPJ&icXj!@_frVb9bMIRLUhh)q4?aY$q$oIj!UnB@Sn9>@Ub|jq(d}D!Go@t*waK{v~C? zG|rB3#*B01Fcw}36O(b!J3O5i(n({rE$57_2-S?@g&RED9J3s|Xk91ot!P~g@tR{c zW~;uQ6rWod5C=(z*Fq<^8&fORHzRP#mdMUXPrR2MT{X#^FJw_@%^r%@mq;+59H|>; zTlSK~M5tLr8iYucNDbRhtPb~MAturdkTqW?N1wJZBfloTGqN_aTdBr^jUA)SsLoe0 zj7*ASp)-QUHStQ;#c@$!Hr`F%PGL&ndlh|nMo!sD;Jb)g_u)DB zt&~KX#Ivw%6a!ZeXtVJQJqlb3P^ZY*g2_$q za{BR{eW%nGMP0006xzmIH9NU$hH*#mU5*_n6T_Wbpbg%4X%$sNkr=A%MAZqv+^n5Y z&8=j*YSWh+rcQPOvU>3CEjD65ARHc`6C(I8MU=Z8bw==V0&R3^-3fi-pmUi7jMD2e z2fr-NT{V)+u3PcYM3!pubIVewjbBk`2~@|_Hek&T-+)&!l!MfOZtH86$m>E2!m9LG zc9NaYA`Bg?ac50q=tM2R9KFCXC4yAL??OymFY?=f)!>}1!XLqBP-v=>RxK_P!wVT9 z(RDY{YH^GNa2i~AJ!EnZh0%(BqNPr|IUU96x=y@pBX$?+aF!owQMZ&#R__!a>XzOe zCf_k2Z2L>idF|34>=Bgb7^Z{2EWnfR26RLnj9?pl37%?m_t_@FW*m8Zi3jiK*aB)$ zcD9sm#8Y!6Y0f1`YDTAoM6QY(A-G}}{_8_c+@0N^?t*+gD@QJbj%L0t!0c2!61M@{ z4;+^WNf|ZT*`-YF=0IoGjxQ}50w4d^0BH(uV$6F3Wb_Vw-@HY}oXAV2hwc9n!wrZyX{if;WqF4(Gb4=)gpk9QV2$V>n;2J})GB|Up zQo|e327~b^?zPO5LP_>;js&ctTj})mrE45(vJ+C3VQkG**zSeKVRS_jb+7?a$f<7Q zPUNoI3Oy2NksWwLfO#DBNefL4+09IMU>x(0bc`CK{k9=TcIfc7wi`A`-)45i^eyBl z%3AiIWih z^1Q`;#JW2*T`Bz=l2)_6J>X?e;E1&i|0&I8NiDY3exIJ%3G0VM+my6Ng$vWqhI>ad z=BM>|U2p|n3S5rY{P+dI4qR*H^}r3lti>qge0$o#pUHc8{@{7U^b^yb!|PA)l_N)@ z)8=XxH2s3dTp~?NmG6xlG1}dqvLh0^(N37lJqvLB;sC^hIVRoCGk{Zt3rXOiyi4Yd zX^_x~?&!r^o7^l_gt@l33iSr^ji_i0C-j%-c- z5Z3(Qc=rPF!}Im7-4i^j)A=d~Z4R0|`knr&rj>5ImFuRfeHHJs*sI%cSCfU?LrmX3 zpKcfOqD=J6_}^t5G#Jq-T|DFnQfI`F^S6YzTxv9@`I zK{wz|bi+dYOkgX1Hc$(=3!O3-uE&`9pz<1RE^u?ewH3L!kT4HvCvv zD%z+HI1TR>)Y=~%ya;CBijJ5gT@wMsoiHCA&@GrQq;t?s_`(kgns6<0+=&bD-y-0{ zXx==e^WY9$D9`TD4UYMsv%@R`z8mm-@XQC5orKHOfo~zw1>CiNXjQmlSydYRS7+2{ zkj)^k#5gALwuqPDywOtYh!m_+4SS@EvCgu*^yU%FrFc6R!Rm~=iWiPt)?D#%1Xr?m zfvX$vc9daP;8MIvs76VX!pnM|OVoCQ7ys4JPHh9Yt~zWMYBT7@89rf{cy&7jY zNpx!u#BIX};9W_d_`7+`$Rk4WtAoanD_4zrc1vjFl?{70ZkSc{nP;KDmVvkvpFdBQyJ{NX)_{f9?09r&@+gG@b#-y2{{dv*J}`HtHc_}tXJ z7j)LZH1#|pjDF=Evb!|%EKCdS6 z5}M2pPVa7mP54+*%@iC0mjmV!YNn`2dnz#8w!`yw{m#+F(z(@J(O%X?wb$llJMiMJ zN4VOd2Olu0Gh(GPk1qS5@j|0wxK?~L!;2t3Uc1yW23_U)0*52X;2Sko{K0H*R4J6i#_%uvL0vH|%#S{DzM=qrmYK zIAsUZYuMk}Uw0v8Kf3guQhSr%t(R1L`Pi0yhokB?@&8?b>MmIqySLa5m+CoeLAJ_{ z-??71{tv{g&1)cDOATAanmS(S&K}QJyf{xEF0Dbz{x|Od-Wu`DM?*ikm|1V64S$y& z;C{=z|4&zkic#n9XO?5kK6QtHL@bR~41gG~aT8J%w;!8bJ0#E}Hn%zGYl9nge7Y%k?L-u%;1K>@ z4lOuTU;?E8yufc1B0l|$k4z4g<9kHGp&9tUP`DWqU`24K)nCLc*8(c^`n6z_7exxQ z2%sA}-DQddOMXf{+mss+oSL^1iYbv-!v zlC)*$_8chJ2W4;Pc1|c0{(c|_Uk0+j7)X=B#BsH&xuVsE*vcH3t#CqMXn;xUnY7*@ zg&5P$n0AJ4VCV*hwlK6M3((+T7Qn$l#&$Edo1yItZD**5p&o{M8R}&y#ZZc&-3;v( zIR`|}0rW=>+IK?wZG!5t6T)zhFx(^XA%PE#&d$vV489Uvts}+%d_!5I{ezzkhP=VS zuN4M{h6+{lVb@v>pEZ%VwNK!;fTPG3H+GAPYC>kz)uVO zw7?Gw{II}}3jF98qw5C;9ZfU!eLY9@mf@T~9+jQNW(W-aXK?TUGoj~(KFc~|SPdO7 zq%7`v023yF$1Hpx=Zi}_?hO2ue{s$qo$Rll@%l4ca=yE#_`R2_U%%Glo0z5h@PA=8 z0?F+doW^~EaSwTY!NDO;?&9PiC->!W(D@jTWaLhA@-2@gT=Q^k##N82fy@62 z{6=>JwHH@Ymd0;6vyW#lPcxe zxY;4ZoX-{(dMb%89sgDedQZ~3Bt0nUeYusYXs}E{5|zPQCghhaa-~JC^nz?;(a?}Z z2r(g)V+fp(!(YJTzeyTt)UJ=dJ`wI+8;@DPjp5(E?@DUm%a-n$kB{HgtX@6>xw;p>N+_N!^w~nM=}KSVA{PlOfX@s5l5nGK>k&-Yw<4?vd4X)K_%18y2 zjh(-Qan&-;sKv=(NrZ(e&MQ%VisF)2=9DL7OWJ0Qsz*voYasO-7MI`&!_1*rEa6@r zN(gtjVLa82tjFPNGu>bJ!LN8ROwLzI{AOe+Jeygl(VR?m86GmS9BOOOXkn&u&aOyX zc(F$F&s$jRp0?=q_=M!hqG|ge(%7q?QkFI_HK{DGy*C5ykwbh%{lXPhpVEdKHn{`ps`a`q$tNV&%Nl-JCW-^;^C zJ!z4XUk0lYG>yU6*fn$HSGm+Dw%$i^>D?{(TI$H!FL6+uPru)11=50b_>$~Jw!j>I zY4tU}Cq|c19)E`Ha?0bcmt9VI{6R8WuhBJ^$$s*cxXUU~dKjxk^@nAi&Jgk@i2O8- z4&WUkd>U9Uz$abeyVl@$tWkXM42ay;*!Bp2r>dLTR+n6u4f7~u4t`z3mz>*ka$1bf z8F97k8wVfAyx4Poj>`NX%Xt=uyyBe|GS|CU?(%=LLd&5$e!jmX7U{#!xqD`X*7tSd z_vY6`)OVYfgu6QzEnGCWe$Jxq?r>y5ZH`$L8>U^)UK?-2XBHybWR3jxhd0tMC)4w| z7m8C|axyIdt6W^?T~}4QSkJR$LR@sT;F4E_vs}e5u!7>=#ozaynerTIYu2+ZugBH> z_qa|oMg6fK7UPv_~U=;uM5hV70j42#)JOG}*m4w@Via^30DX1Yw_jyb;9{I@6X?r8GvU2`BV3$M$U`7Nik4(Fv7U&@X#Xx zIqFA_t#|;!&(rvC3UR4+Q2DV)QXY@+`!D?dkNW$fcOG=rpcB7u#qZ2)OCzaBc=#cY z`fnbd17pJjyXB+oa(Q^8-cssEi_}}aEI-5J9%_MH_2TZSL_CUEDsxol0-*HeRMGyIMb;S1V2%CAOQewV99 zTFeh=*<$M5Num(=R!KeU3_M$txlKJeCl9$Y*u}0-*_9uK@$;cRJa|btw9RbST6}k& z|7`(hx#8BaZNvS?c5IeMIsCp4|9q5xsF=BovS-Sp(c2DZ{Q2`=Z&mE~(hqzOuT$B9u(w+gRZqd}V1#MSmn&v9z(kU*K;D8wXJ#h=?VZ zRP-fci<9{H<&JQ&dWZQ9q3W*qj>X~Rj+&iy6`>vBSad7CF>5X}q&^4>g)Cuek&xBMW1iV(iq2?f^lI}W~T!o9r}vz3HYq7PrM#g`#3QlB{$QVw+|@uhMs%KD8wFbVZ7 z+(%2KN}X#;4dKt0V|}S(HGhsI)WhkLig2)p zimlC>l)Z~Bb=KML)+w*U|J->Y7Rr$BwansF1`u6Qr z;8cCqsD~F--SF`c_kUQ?!3)35^{}D?7tU74&n_(Dc*nUn4w=XC$@4$C@D7euH+(W= z3&%H#zEI`fC~Cj(7Ot=Lo>u8Wy1U;Uc?&;}iS#aUE+%oN+vpl^sk3Zd0m*Md| zZ{MvL$+=gZ`#H1EGd-Rj_T%Kyvxb|3JpQsgl^Z>tJp00amviSNd7ZqY$~}5krYBn( zSefam%;8wcb$|89{#ljj$zy=3Kg{r4op#$jt^Fv&Q^-X#&r21c&XZLco?Hhmw`}@x zNX^X)YPiuS#!CX5^u0^@e4rUJ=cXHLZuEGDK0q1j^n8!w3XW-ie#m8rUCh%Vu=~MD zFOH{hO#AbDJPkvt?SiV0l{`O*0tH8u^Ut`lJaBcujfu)z@aXZJpOj~M^w^fd&GJ}1=bh=?O!x+_q=ebGg9@ZXYmrllDrx^neSvj?Y~Az? z+^Nd18kXs?N|=beyVHI5qrnP*PURCjRQU=ipJkWtQ|q*~A-#OAUH_YQ`C2Lea=EHM z?3TYjy}Wb~csASRi>3T8?eh1!T;*3a4%Lkb0M@z2yl!foe}~le>N$WKUsy_geyNYT3aKkUSy%2c)pfSi6}Rik zqpp0Xu3X)iR!|I5@@H&L_=+JbmxTORIk?DkadDAu9Cu8O4V1=Cqp^|(n#!}$FveRI z&yt3&r=iCCQw=!{y6x@LjZHG{4`z6@DGj=LRjwZIt($tT)-TigO&QoQHrv&>klIH^ z4OHaRuct))OS%@^WX~J7l%5)2GpA8zm~lvtXBcnjv5mRb+f;mTb4E?yr$vhB#%^m` zffNzs7>zc5+?t&B%$%iao@Ph|tv{!NP6dFapTN=>Py$Gg2L!yuzu;CpLpL^dhEC0I zT{pu8`PQaHBEcM)c|6l!-T0Z*-3326w0$IgjLWFr%*j)&WOc$+m-n}Rue!(+8GpE`Axi!Sxw+-?1B!xem1H}#jtGiBuC<8y7ysQN&DM#$J( zE+lbvLB4MI^Af%{?xPZ8LT=d5A>T>4q2ZHqqsJS)hv!Cf*DxAeim%^1w81{6pwx}g z>W%R55ar5;XGXKuWKhl>2heutyi8AHhKN`-TAjzpKl!R_rXU%w2~5$=*#-Obr5~(O zq>^(bujwUQ^muSU$Y>86pNEYDdOXq?EO{p!zxgr#*Ydw1WGwK8Vhi%TbFxAPQ!e41 zd%WiDq4f(s_KZeNZS!>FO+B_l)7L=&^0!1U+pBBi_Uh(@41MV##d|J<;SAEtHfr}| zz>;((+B0VgI-2zQ2CeRY0A7zZ4ANsQEqYwZWALDUjKr8H7r7a1*uGc4OCJGG{F#$R<=bWRP<1#6+R+Wr>;nlS< z!N=BLmM>hXPwBRDSasVOdSiJ(zHrO1*|+qm4A0Xx%a1%}{bZ~F9C?#5EjOs%ocuZi z>P`5LGc!CZ)n#naM^fwL*TY8eecj}xPfc-@cV0hj+!}P=^s^Gniy334(5yPcB z^rDS)T`}W%Jrlm03~1E)K|W;e4L$~zKhwOCwOYSOPZ?r{$AB1LlDsVjm--g+vx59y=15LTPd-0i_lzPM&O3Pv>7*C zKYg>c^@~J85qT&6_P&}TY5Xk{IBotWI;-%vyQRLb<8LW`36C^$9+WEKTqbPRIAo&& z!pyY>T%thl1L%6ZCnYmE)4XGl8^S%gWi)F2#^rTkqG|A|`iC8@{ zx;xcM!+ZXi;c=&Pk{`Vhh;?K{uPxcGH;&GeA=l%*;4A~dYMrvqGCnG`oe zUYI!t{vfb-k}sD$ELb`w`LeKwD_=%};UvBs`TKwF?M^-v4WoK9r}?MSN(u)8mjl0< zb2hVCREBtl-4js}t>cgAN&5Kjv%Y(hyfk5|u&W*k-)HwI9SYrvo4RxJZEm6p>D(%H zZtb>jm2#`lx%I4ltB_lH&aKDoTM*=gT<6vg>|2oXj+6$}TCJtzT6-ekNFp2S?Xf^^ zLK*40R*v)r4a30^-Ly$g$wwok8W;kLvsv2^EVi)G0CTQ6SvPW@R>DPO8Z2f@p`JLW zF9qauv*5$4$7>4mCQk`mBO+!!BBll8>C6u#O8s`N?iR)0hkLa8>71>v6x2R*s-Ug| z#(az0K}|QV1t0sPeRcEN;x;Db>1&uiB`?9VmRlzr54#PP91O>!_m{7T{*dD%91&E} zC#uThQKVILgPb&SvYRKbb9|HI`&6mbc?1UIWmVNJ{i&)vK3`OumwzJIpsmP9))NDS z1u%ogc{MMyr{BbU?rYW*6bJi$v2)-5vF7#Xe@w{=!(SL5H&u^cuBu)@)k<2}6!9)* zvVg&@-Od=kWZ&A&tqsnt4fd@K+kBaL&o0%H_Vv68AYh>2^66Vy-9+x>0et5ubku!Xlt9S*L)eC zs`|~^L!yhI_NLF?ojXIu#)#1zHr@!EAul8nGF}Q9J6iYfk}9a?haR8p5QVZ#LdGGq zA#Ls7p@&G>#+nPOs$ed404PJ!LtFc5xwe*RxeMaUPxyXcpW&%%h#sfMHfQQ(Z$|&D z8?y_TE1Mm@UsK>uG3Eak+6$=mYL2ZvZ7n+8Brk|+?JIp&^zZbt1CkGwHP;N1`B1Ez zcY3Q)%eqSTFl)^p9bKdczkJ+&A5Ee@N~chUT46A2M6D73N|Rqd&(3ks3HTJUAha$e)T+h=IRGClNoWK89(O)yYfn^A zg^d^Gu^O2|>vqUT0i~NuG5{=~1z(ftv0_R>(C~sngKjug3t2fJUtoi*GyQFxsQIGk zHFj4%UCw#=A>n@+#^(sXnqFw6m?{^F#{$`u@SP)PW=;hoO?J9yIFLfIqk$-`BRdnV zLny@>cQM*D%6&~iz90uOQC8Is>x@qliIut`WGs62#Y)eXu79(l{RNJsoz?}?1^V|G z2U{}$a}_e!p9sner5mv=)u|Cr;ZMZdA>Li~D|t7=T8tE4X)CL`LeOq&H+6^|o^n>$ z^I6C{Pnbl$A|1eO)f>frrZb66Rk0D1Jkf(;BWKB(nI0yOZuGs4vk(FqW1*~h{^(Gw z1OEclqnji8h0W{}^!Ui}6w%F#OXOg@svCdBB02pWb+gX|>z(sq5asb<3w4<>Z3Cb$ zJuX-@`({wa`sbxGrtP|MP2Mx&iq(y=Ufp;>$5j+NlriTtTp1a9{0gsf;J~XdsfwRA zRw}%r?Q~40`p4<1OeA3%j=HeRdW1?H=U^CgD;4s^gs*~g=k~?+ZCjmDbGSlS<5ZAd z9Jm2R<1`tjv_HXr-ehIcPF6;(@d5fqt%5jb$*B&x1!2V>i#==lK3OeFZo+r{LQ!ct zf+Zh@G9ng664=?K%(afbm~`e{ zeX&6;-JHHxkOH}xl&pXX1@xoRbo0D#x;JEOp?C; zgrY;nD`G95++7cP;3G8e>d|cv0_*xHxO`Kj55LAqE0w4BK~^>~Q z4fL_+b?w73174N_ypjr!K>cwF@Z*jG_z5=PzoQcC04`Mr@acQo&Qv3OoDKMWJbzlw z72qAiq#Yze--E)hVk3LN$8*Eln7;4Hwc-0n9VRd&V;B;57Q%*x_0!{XnI~VkLs13= zOq2;3GWJ;24gmAj0JfnfJ8WyY-Joua;oYlH@MWGk7?No=Avw)XWoXApCnltZ_GB22 z8rmJ!ku&8Un^EVVI1cht0xeOUt<`rlOk)3gtn5V10s>jgYZB z;R`L0`Zy`(WTm2W@gWaSI!%qp-eX{>zy2>_sDFkFGG-mZLf5GChYOko(Mz|~a!@{i z>EZ>LZcAugoI6uH&1iGAei$Q^S&c5M4X$3N4PLMsVe<0<&g`zQU@DXwZ-wQ;-M?`%%WhZYWcW4*<};Ti6ecDsN_8fmQ0<=_@@o_M)M4Z<2JP?%Og zo&?qnma0wPm4F9Sa?cujJ_0YW^vhVSr&g=~bBC{BrZvl{KZ=ev%6|6;>fK0% z)mL5w|CJ2mtR%b2QFA7TIa3L{s&Ls=g|Mr@I>qiy-)KS4bLYBZ!VFe842#xfvY*BC zr{$bEQ(?(CWS-lM?ac;<>Nzk=b(l>%S<$yN4YH3tPuz1+9W zHPe396(n_AHy)B#lDNv6GaAO2rN^I>mvr-IQjLQ#`&=Q-=6b#ea?e_EP7-OVQHR&a z${~0=k0MXYIfE;8S@B{8?;3d=f3m?oG;y%OmirFa_Oq^FKcsFO_3}y*pV@OR1E1M? z+?1!fSufQ%Shdfgvmvaq_M*{jkrskq^~3=;n->80>|X+|oCB`ZVZCvoz{AKc@E$p; z4_Q)D*u{txyD*#O<~OTg3+4&O_;qg-t$u1YY5ksSQLjEEeLJFB0p}R1JyTVC71cWE zW!6c3?zFV4u}8ftACvM zN!bU>GjaUaf66;yqh9z~1P9S8;o^Wg_!c*;QGg8exX-e)zs;!=5 zJf8Z7=udRRR9rE(aX%GGCE=otT{)dT+>|HUvPZqtZ3ffp;==3?9m9}L93*f)B>eXX z!fEIIV?dHMS4Q=eFU?+xt<3JUsRfe(f>d(`loY+C3I%=fpxkxWcr4#68S(+2cOHek(zmF zg1YO>JGr~2mzyvzs{~9r-E2;EvxQS2P;9+3<*B|uf4WT@#WtyoDi%o6Y2zIPL|}tR z6m4KFzf#%J$Str=`L#`7`y;An)z-vws2<{6qh3_3v75OYSjPwmM)s=rY%bN`d3B}z z>MAL5Mp=YfgV^Y0HWewD<-p^6*KO|kEiY5+fVyJ7W#hA{26i#ti?&H>N3>7sXm;=^E zguB#=#sXuO1`mr;N)cNdF-%J;h1iO=>17@Bp@Zzp^>}@Y+%-bW>Y!lWX)BCRClOs2N%HUzLOyG<#96p^M} zStI8NaS=31$h7`Wii1tJr_{KLG78g^c&4zVt2!TA$pf&onuEfUx^}uQ*s)%`+{Q^C z%0nnEQr>Q#*91^`O~FIsLd6yQcUGEoBM2X-4t(B%Npf+jCpOM$Hw!15+=O1%22+ zl*0<>oPV1JPE=Ffl{XlRPUwdbsYvm+Io&guwTzDSQkJydJrT{JH=_I<3jwuNE6a^4 zMLo%5rO43$Z8*!|`)v_5g&ZP-z+BmMF~l{e_~>#;%_&7#H6s*Z)nNh&)Ixz>1+CKF zzOnCbN#9?~{CdqGrQf78?={kBQg$2#w=1Ond3OB`@7Fs8oJ3 zl|u=jO?+?HpC>@2@%XyIpEFI=vkNhySE7?BJx5z+qNk+M34G1fb+l!(c{*Q!E(I*E8uVUKQa$i)^q2b}dO5rg_itP%x`YaI= zaPHbtne)-?KW4OL4&4vg{F}38BmCF;+hH6FtTUbsb^u;vPiNgdX{@(Cq`)q=Do<00 z@HM$Nv;j)02^Bc>!9nQb*bG|JH%HZEo0*%4l;w39b`A~pK?vg5%uLgFr>u-RMqpG` zmQ>}aP;jMc3RXMTYOQLbi?wR{UV6|OrHiQJ7!1jDj@V3EWt!D6K*XOc#lD5)8m4y`@IT%LCn7K=B)V?Fg{a!|VG->aqBF2>`r z$)5_T{~EjgRW|TaS!WL8Sf=U1A&pxf1#%GLvA+C5rXF)n#n+UZs&R&X&&#sj=BT?{oQq-# zTWh({4O6C)__3`HLDIto;*TbzqJlWLx$XQcY>~hUiE48^+SYx-(XAEg_w82*akK7* z3e%Ra)cT(juWhdXkzmtUJ`3v8XX@E3CN441 zcYZbVyWPJ!sl|QISiT_D(*C$zT-{1NF(jYRucDXs)Dv#G) zX2X>;Pn9BcZnt&E$BKrNVcHH7RJ??W7g9#&WI|Kzbvz=6uysCIrBIUdBs|y-P90Qk zyv35tcd|jgR`&{`)?UIR%ICJ%aZ$YK4DD@lqbL6ZxH-_hNnFq5#**#U)`!LIuhsp5 zS};Tj65Ss?3muXW(M4~HIuIm252C#7Gu}?f+pWb?l(*dyoS736A=^xp2*H6ud(i`|-syV|h01nm^;@N9=AvYMa`r{;-2R%kCze^N z-E~l1*!UzA+tpKl-Zdn{We3CBxPu|{ij4F)Tg=3d1k99~m5SO0IYJMK^?Vjpd^W+gp7AzB-nYWk4$Gc>`unZVNSoz&h^{co80&hL@E2{JcD%Uzg#>R7hE-1}4pX zKEXDhPnH6h&*0@NfgBq;kp?|9em@ac0DpcN#`F7F3-1%JyB5AZu&d~fFeQ?*?`XX1 z))~UPe)>-lazR3VgFQKZ#&G~-*b_1wD1^$H8A%dRq|y3&OCllc^V`JM8TyE-*xeb^ zGNZghqs}{#o~#F254@v-CH_t5cHAJ)ef5cO)~<8Rm`ntC7f&})58v41`Kr#xsZ%#1 zgM`&ClKNq_s~8hlZ7I=f{*bYdb)zJsC3<-IZhB&!iMG7cI<>hIgH7?5z%?ObDzWn~ zg|gVEvhQG^Ix}qCSsF2V)MS@zZ#zjh0)DYO#8na+K4I3}>`;8dtdLsby^6In6e3pp zx9NL2@Y-n0YlTYc_t%^hIJhyRCP&PSYECn2a-@cvg`0Va#<)Q}?k|tE5HW#8uTx`% zzUT9}SCt+rr7z&#RDGtGgMh#xpGh}K$75C0C^thi8mIGPrk2OS4ONHYr?mA9HD>QMVQP zRf)`!hOpVEG*Z?ye@=uJ`>PS4zM7fN0K8Ol?Ray<1i9Z|?%SyU34+AbP&kmH^XK74sZc1qcCC6<5Xk zl@M=Nwx>!fZzd{nGtf%>upRF!NDvK9ww9=9GO15Rc+vH)6LO%2QxyZKeH-+o*o}FOIy3O zZ4?0$c~Y6d6eyNg$4UrR(P4d0f{iKpb1v1F%KR8Lw@2747}Yi;@GMtLLSx>EpvQxW;0tX)X`c<#Y5)!8+t2-IO&0v}Tv+H*J@XV}J6 z;GJ$$w}>gBqFgDY7s+dGQM3OQ;i6576L{@6JjR%6iFNd^&ZxPNu6n$zx)5>W++5#I;HQ)8(ZMPJTgXStX=&Y6JbzT!*lO)( zQ6OZDg-qWZY!{r_sAo0k85wP7hKwH6qpd|Y%8s={h=Cd0QsdPVJDx)oV@7-mN|$_3 zc%Lq;5Y`1S;UXHERxmZhQ~_6F61j5dKj}|?sz2A1y8YQ@_vZw+KfUe#RJi>q)w}kG z&Xf}W$Ka{XoLI$RY_Iyy3#Fi6(al)5L#fsrpl{H0=vty$n7s#?gO*LkL%g?m6 znKmt@C?=hE%U!qrYb&AX&+fM8TlZ8Pzvd`ZT+M^dR6O?YE)|!@3Bi>>G@{YM1-VyA zD5Zoi=Mybil7Ny}BFfoaXSZu!i%OHTU0pG!)~^y0h_7$556Tx1U%ywb%$)BKU#Z8J zib;!&KMN(ByLaYE@VhL4trS9-svB93p*u|#&t`Xtx+7-i)hB-m0Xolz@qBzd`y%I# zIjLoI{OXI+3S0$l(hDdHS(OpNL`%Df&yaS_oKn?R58b@rq=Nt%8+k4V(WNiwA=k#~ znjDsj6KKi&#lkag!l0;Ow}>?z0jxfh{wrWIS0D(7bAUY! z*Y_|F##Y4XwLBUNqDwjW_N5Sv~JsSRPzCy^92bXw_~IwL^_~iq(7B_OhVSt zeBGeTaWeXTJ2F%8s4pZ!Qx>NsQnm~=TS7A#zKPZz7$_=EJbS(hVppZ@y(R3#6#*dO zn$~`Z2(Y-Nz_Q`dWB-+x3q-&*Co639N{7R^((8n2{|m4Lj|rBEonaAxWLmlV|0RT9 z{13OHW92D>4Bh0|_P&>k#La(?t~zd1iO^Sj-*Hc9{jxOgM4YX}rN+nMX&q4N(n)qHr2f?VLNi{a#_Gmhm5}e^ z`9kU$#>WCQ`-w;B#>6fD*q$*zf63Z5O-)7%pM z6V8y1JO`vye{^%bINPLKyREHlZnrv|Zp~HI9I??q^*&p)gwXG5(T$$rnSOENy%|OJ z$IElwTR~HA3C6>@>D*&8Wn`9j;U4`ypc;oaub>Fbqn}hGw`|_g@6WUlRV`p!zF^%h zjLaU2S_kG0f0M4GPA5qwjehB)ry`b^-PSnmJwpnPK%xwNdS~as82P zq((b^zNq%#Wo~Uu&R~sCzOP`L~p4u;RrBl}x zsk$m1*dIBvE_kh9kCl3AU^k*qjw+iT=+v*``=CnpmK)XnirAH z|8HYRh0C_i4~gLr`${p(i*RzRORv(3Wz2B6pk|1EPe8q@MB?M<(cE-K-v@$KGqv<6}FpP>?&l ztjpw~(Jt;iTzfO}u=7D~l0 zZGBmpRrgI0=UMf0vLf&TntO^ul)OX^j#{8e$RQYfW|=75)Gh$9_lgb6DQ3^c@-y@gX#DrWn<+uSocy z8^d+RUl`D%@SSbhmwH-1@&Lnz6u_Tp%Rv)h?NYWgqpRsT=Z}&h zKtsvCNEcyBydPN`1lKrrPs3k{cWsAtF<@`YE&;8ITl!^oNz=tMHj6HVyvi5Tj)D0C z#VPG+ivP&4$gXJ1+PAQjgy%_w1+BvxRcZ;{a0sldWcg-vez6A_~LBnvY|I=ScT9mCv=g5wOgg2#MGR{B7)6hY<;}% zyYpDX?f;T{H^qPaj0g*GQVegfSKr`rZ3Z-Aw1$cx#{+uVCT-awtQNsn1>1{cKwzGVfw9z};UL?yf8D{-RLEo>rw2cj4}Xp#nG_+`S{6yHB*a`-#$C zio2&4a9G%ufwAt|&rz7ePvwR=6%PNm7Kl2@;ipOgW3O=dy}D6eP(9Jiz9bx9?2VY> zzFeHgFtRx131u-9!^SANcdc$*j_1t!6AKX$=BDv#$k=K9iYt2UaQ~_R9t2kcpcyLl zRWD+?jpG#e8+-{1F=Gke(5co6RjaBkeufS`;7h3#W&>)$vux_k z7xpa+%rG3Qc&%`n?>?0-KiGdQ*?p4Z2QyNC_*yqdjJMLpFQUc|P8KrHKS|aBXysMe z3s%XPX<;>((qP%k^Dhe-3>!jOhAmuX%^y78%x1LSut$rak1b7255Ik`1aMh0fJt(&R|g)Cl;cb4QrN{ zs}S=I{(fOfB;)RL24o*_CIiGn9{&-Ky;B-39(_9Txoxv0(e6U`1{;K5oyq62gwCJ;Ww5&-ZQWMB~y*Ni(+pCS&q;kA|eW;uy5NfR>74KbD zwkO)tcJEB9iXG||)dOoYT!@coLDYIkd{Tu$YJ;b<7OAIApbFRJ7cj=e3)|618np-xAi#q3+&e*baL?kUO@{LV0hrADbHfovW{zAqaHeMgXc$iTas;j zpZk)T%=lBm8W2Eo1)+y>?J1WUW)~C&>k`qd*lw&(HI%Hv^uEh$=aP)wrF%%4u%&ln ztYttv;5|FgKUxwpf*!G78S}yEw1Zr~fM%f`Xk<%uD#GV_S2|xoysIOfujdr$JX;Qq zbS|~3{*aW;y4Cu;lFn~G=gyY84^nbi$!CyfWC|qYZRpnpl3)5oBT0JDzOnq=&gGT= zrBci&CL(*d^sJZ5jnUp94EP*{8kSdvk0G;9MBN%s_VR?mRN(JSg@Br5vs0l3SB_8N(@fxmpfMt>uc}C-G8j?ZF&E zYkA>W8!yGy?6wqMTn$Bdkn(R;t3IFy;s`bF?gf?-HH&odaEP*Y4ijNzEeo=qnqtwU z4btoQXC-_$kCJe-MD$dlNDyq4pX};koSj{Ma{p+^diF&L4vNx4sp>kZN^(l%AAL}c zr&`K@oQDf)1t*Zn3>OI(;rw=p<8n?x!bCYZNGP^KYm!LtTRVm2n!c^i*huhOxBR^m z5?ue;KIlMO2oE-KYg@QM8wPC5;7FOhH!0z5&VIa&xX zPZ6Lu$wtqjCTVKsc*gu>ucsz^XhYi|3Z4vIY_B;LTfXKb>uP7-f@4(*%4o}6ld)nP z>_eF_un@@*l17heEMs@~@_M4f50>}JlO=j1%*ZOv$Kb6V`Hh3uqZ9e9tx95k3#VZI zRXHTdZ};z#m@l@jL{$Rw6A(*6L&esIRwvBcXcPTPawod_anh^7=m)j6ha3ewci2P^%4`qsXry;*4B*}E0(#%mbp@?X=JhDZN$S7B_=wA^g7MjxXQrvaN7uTV zP#@Y(N%&S==4f40sEqfMl{ng#(tcCg)@){=Xuq&`1f13WAj- z`=tby<}@6*EOhx*q@lV+QW{)PeV>NoSviIsZ%A~TqOL+cM%oowb3$doPhOfKTl?;l z5wwJCL^XMv3kl?kgC@z@kWaS4k_N3`dBH6CSr8AduoK@vt;~+=C?<)NW`*%rvwgGLoKvoKn1m&#^*$MtguTwQTHp1_Teu_6l*}J;+5*V>FLIG-} zfGTNq%)Y&(Ka-W0;cBrJi1Q-Lg}WOJ<@Oi?z3!vGJFNyd7+mXWluD_E4eO~|3Xh={ zUDfhm)PmAmDdA#QsB?I*pn2&Q87?QUggtx3AEW%A`1fT(Dtk3QnK(vinK_|X-O=p` z4n2s6G8|vDmw)RSg|_(gb~LC(d&`H9Y;4WI5$hkCXhq0^{B!Q%26;KxFufDL?H9vx zoxC>F0Tqq?KAwYN45q%H+yWZ^vBKlofM0>}uJJQkdx_9fi90wmeH|1@_&&dscW@jb zb59{ay4+~QJ`j(>9(fSI_%iBj%L+V|0f_7PZz4FeSs+|TOZ@j;FD=#45{;ZhBkO3S zS;jN6F5x@>5~2h<;v>Jbq?O6dN5t)|JBESSKqWh^0~jHl+E-X88OEN%x`TwhNWY!# zDGb~waIt;Q<6n!;IK5rMUsaY7C))IwvW%3grsvVLUwaC{VrLo|E1=*_skXf-bMdAu zERGm6OP#pE6j3PAr`Es2Vt9m+gm9S;SQKu3Kf{x?xJn3yq3Qb@E`?;!VB1RsSEp~3 zJ0|?eYGkQ6j6(re2paXvQY;_uPr`Qv(AjaR#>)v`C0EpRBkv`Ar>aV*&vu>1w&;rI z937r(c`Y*qVRDs6Z!O2TvL(cpO=l1#zV%oXtLc~9UmhDxW72_8Fxusv%?^%gcS zxQ{ACo)zOLNcftmYGv4bv_Sms)~`Po>pqDtRg4 z8zA6`y8>RQZ%j0VXST!h$lyZ48q!{2C(A5Yl5!4(Wk2n&AfXB7h)diEC_Kv(@gMKj z?zx92*0;993qSG z$ng3Q&i|u!N6AYDd>phNcs`d75+0R(&Q$4f7C7nwJkerP&rJBrDPpHmP55-q9e#0v zeOrxH!Z(PkHWWQf?MKxEP8ME-GBmRMT{=~xJ8yla2w`L)H`xFl?GcJy?x`sfl*`tN zuu-RwjXMkI$*V|dhZtT@_%?I3Qeqv-^rBA)l7tx(HMZFm=uVLG^&JwW8B66S-ojYp z%GzOl(g-tG!yhQ7`Pi0r~szi1ya zu4h(33I8BS?9>J#^56hec9)>k{j>9RU!#-O%$82S*+oB4RzvevQ0%xNQtzph6F_py3O-D4i<`^3MZ=nyXd5eIJ zkr-(gW##8wLQT~w7bE_$jjO~zhPcUhRz=XYbDrJl3^%H!r2d0*mMS%*akJoFZJUyx z;;>kspW~btWp3>7VWXo5l_~5dn6xtKf@qz^IBu>Mv4fP#+*3BQ&IlJ~Z_RHyS3u@IPyrY8ai-AdubF?6vHxXT>iC{dj># zt6L@XDgixVW0OSlWalGrwLDFn~y{s`KN`svJ?)3h(jg&$-i9FZ+wO{9T0+*thJS z*_v8eAL>W}OLots)}FP|t;{xi@#Vke)zsup?JBBQbv9XFZlnM+`}j^v>nA6Cza-J5 zT7>Rp?UgdA6?PZ$_#LocXk(W(k@XRQzJ!%>dks^31uCi(j3oW-GsFwE+uGAts*?!Q zLhe}0ekS(dY46JKN&jtIcecK-Z0~$!#66zcQueLwE+ZW$uB3PbYbVmvT1c%ciApdg z4-kKESco`1Kd~9?88#;KKYd^bwi(jKkf8JKio?^Q=pEw|)WcSrV9(^U_y`DG)fHu_ zcKSf|vQr?!%QT|Zjg^6yw;Sz*>-JW%keThTij__i3PXQ6Qwqf_c9NA&i$Y-yvK0kq zmR8r3C*he5^$iQi1sQSMenD)yz_e&?qA3)!GVXeZT}h-OUUVrOew6T#Dz14AhJnAB zeOhEPp6tFXIkpE`yZ)kF_LCWn$SA#R&)hR?r*e>(_aN(QDw|Aj5cyrygw&h~DX+f# zk3@p~N`q9eSmaU_EavWnO5bPPGmU+Azn}ZJfNDLsK?a*~kBpP~d^4A6`-1S+FO(J2 z>6;ZtsES8EOF7|jlh@24VUFq=D1SkiC=x(W9wgMGT+Dan-rHfF?o}qKvnT4l6z_|q z!AZ&+SZ_BwPPKck7N+cbVlcXt^}tUdLgD9_nr=Sy^z5W>ZF30_G0sYMWR1#R7{!Q- zHZexcYK%x=?iz9(*P&EA^Iu}fY4s=K_h*duTIVeg%wR7D*TFMtWTUOhvgX=V}?5&P89kH=mlAwz1p0>67n9Me_P$b2M=LB?QDs!Md z&VbN!ENx`HlZusy(i{xo_i>4+zFw|)`@d z2)W;!%yE=4XAqMUF%)SMEX!hw&JNLafpr&99ERoO&vSAU3T2U*=5~O7+NQF|I_pt( zz*q%f6U9^Er>4;j7CpXP5j-)?>&$y0UVLkh$+?9F&c)b?yS~ zsRpqUwv}h+BZyz%+XZI-8z7Ixq8y#74Ri~Z*WR6-@2MFng?TiG8DvWm6d~0thIYO* z3hx|DuY?c;cnE>WlezHEzs=waIkMjfY_&D9zm8`5FJ{BpTz`5#auyAVLCJad8pn1- zx%1S(Q5x9E(3%l#*Na}0O+Ch@wmKMOChyPL>Bearn_6eX9#h1|ncy=|Z8!jHUXb}Q z!nkGzNcoNACN(vp6 zS~pQVC6-h)Ft?Rc$>BE#WU`bpIW`KNjX*3J@r17kvPSQ`SS%Y)&5&d=z=c;!sohp@N&C^Y#*^$C&kwBYt!T#= zbxQw*Bn`>NNsXsM>MT51vUnvX(^Q#3@3Y<}*2F4#ne|TbbT}D|9sV%80Hw1=_Cwl> zMb*&Ff#;KSQ>ipg2EnDAaC~?;eixzi0XIeNa7cttRr$WS3St@ySV`(ICNMCPCE7_o z-k(rZ^G=fX&E@_V3i}M0$~+xdS7`SyhyGdZyX;|`-*&o?W4@&6K!~)`!qajt-1bYj zEerUaTj-%$AUSwB=5#)rQIc~ZoxalyAQf|7_nKSsRc3a^;NqHDx zn6(>7`82LwPdO^VcZ!h)u9rOd{f2zC)~*6~#zT6!)_b5`1pr;8d}*<_TU-E+?n!&; zk4N#OEjXeS2LE}^UYl>L7}?8YmKDp&XJSq&0%$bFVewLNfS}_!u0G67M#wTLQ6Z`9lql`LIO<6`!fFoSS&9Jtk}b?HvqpIYTm z>m8lF`1p_hj=mB$j*Aqv5_OatqVkO$IUyHkJwpV2*6l-Q2%D9#LN-|yZPzy*0y3Pb ze<#;~3fLzM{|V7E%|p(*0~ugSF*^OD?GMp?PuVJ!_VL#F?2c@* zzP(23zC5(?ot$vi`z+z-!du7#dxcl>xezj*?w3#avQC9Ytl+&+p*5d>a#edx_T_ov>Z3bI! zM*k;mo}jGB2VG~JlB8qXpC2Ma1>-SMW|lcV56WYGLzC~*h2y zp?p5jgqg>lwGdVxEIA(9s~T$zv^W}Bh_5X)N8ySu3ro)x>zJ5xcM{E zBNQ=NY6_|)8xhfHwTzrvFDB?V93L!GD}F0Y69{4)nqZ!Pxn9<$-SdDN->rJ@wCyn% z@e(afEQsru+uPMIMwU7ry?R-GDdR+a z$al+#_;5DA5EqY>0x!F*KW>vkkm*En2BQp?SwB~I2uxN+CSS%uB|QHQ;cZg|bxAVY zY`q^((p74eRkj+#-4HhI5?-;uHZZM)e+BvAm+6H;~eKTgs`ZV7P?gyz!G8u7p{KNZ3U`NA`ocDX{z**eqq>`& zSEfiDkBPIZt3@7w-=)7%$0KF*N#uV!$)WO|)^!wXLo{y<5fh8BR;m+pE>*lH%LAz_ z%}IDe@p<&~hC=#U%)g(1UHV)p<5wy1;0uUHm+t;ex>l{a)+gDu;`J5i*S}UZCVF_@Z z`tzdIgZ``pcz;ATw=ipwMV-BL->5OR^_O;-_@~gyO6ldCQj(q6Dh~6qv%-1Ay6|u9 z*LPU^9~UnJUZ{HuYGshoIahN_91ud#I3VBv-|?e%>Np|Nn8qLKp*!oh{JL{nj^8{# zzWe)5^TV;Uic1oq_(JBz!gbHdv|xfTEeLF~$$faxnHGO$>kQLERC#_XWNt7mxU|dl zqntf0{-_EzW(gx|93vtFw#CGji5_2Q&kSd`So+Ms|NLHelqQQC6`@!HJywyA)^Cj0 z_*Bgc*^emNYgs$<0$!)fCZW{4c+(-FTUQHtbfdd6FZ!OCoEM`hCi9|ER=2M( zvlod;;mnKY8>ph2c@b8d=_0rvNPS?4SrQZo;80|%d#5&eiFA}fmJ$1l>^{Td1PLb8ada`SDy1NwO4OGBK+P6sQS@I+ zDR^V&8JOCUhU{c;o2>UACVQIIUc-w7Kz}CFr9)b_dSv`dm*l!t265?ws6Mlpa zgID~SH)zRHdt`I=R@MR zDrzBe>(@)1mcY;28W$%n!M z+2v)Uv!m~Dmdjag^bLH^`5vwAEFR-tkW(+G>NVrDa$~n{UWXn$mo2fAyjXVLa&tz8 zJwK%5ZgvfrXa*by&a#>Omdb6KHCkJntycwx!%;UyM<~p({V-FOW_3?Z0mh(xFDzeE z-dr_?+e6rWfxK)FB{qfKmffT`L8<-uFat(96pN zD@nl+1<$8on2kZkOEBMN>q#7NHR7cNlWF%Kf*?|0lPjb+X}v=+FN7YwB<3=$}UvorrQ)#Z; zAgV!{Ta|3?4$j1xJH17k3L7_DVI$Ja+WZ#I@RrpYRZS-wn`h<*!FFF&(m1= zvzubUe{< zq3v{4xi-3^?L=dn_QQs@UM%vM*+F?I0bM~nI5-9U7#KlY6n9p(BF6OyrA|S3qv$9? zX@_8dU>&td*kn~ax<&w2D%{O>t(_-qgoqw-`J~Az*-b{R+pRomH5%Ja zRDiej!S)|MC*Q9DG1g26QcTqqfYpL^{9xUv0xWy;(e$oi?3|To9e!_15tDNV)6^GttwOCcyO}<5YeF0vc^8kUciu(~N z<}9Wi(&~O896=T&)%0gwQCkZ_I*R<-gIlX&pI=bZORlu~d6Zkv%&3=Vu7t_4`x2!_CN!5!cgqSR00I~m{*uhSixr!2?D%dwXfdCQ74k9 zRC}sjakdf_&6YIDVXBTA$3Dp;BGu-fWsUurgs2_V>T2n+I8$2tGf1JLy=3faRWs4o zMo`6zJ;R-agqS<)5 z|9?WK>+&| zpLZ75{Gt(jm)o);QDFxubXk$GemY;&fr~fD?}h4j@B&*kNb19#^aET=&8e08+kWY4 z2>IghChUiPvwr)I`VuNLILrsH-63WZ9DZH6`YB4vf2=~mVwVr8!B@G>Ci8aYr4h*& zxL^8-bpK&@?}@CgC#_kwKkG#wOH_62aH3|1G=>6wQ-Ll&sVzC+TJAv-WxGV7#pmV1 zLQt9P8y^V|UTJ?&O@bw+deqlSST468-|(ixHsl*7p@eT9?gS;4W%m!|)ixf^+20(* z;9~`~PzmNC*$8Hdw_x48P^()=O3gd1 z*M2NRt<~>RYx;*Xg!4ia&LVG5VTM}W@8w|vk@9-jn3x;{N=}619MED9$a7jOB0Ix~ zOU9e0U8dD7;+}Ay8cnTr3+HKXoh1c}-jM8ju`dXZo65CdcG%aT{F89eLE;~X+-Dua z#=XPz;6wO5pm4$eb0k|>DR|?1&uTnCcwGa$6tJ&$c0>KkII7JO9R1-(HczU59PS2V z$(VO?XC$Gy37WpkW9dykp|#3kz1zCwFS5m=MPUkdYj5w8$iVt`s8B_fVOB_3=~PHe zEDQoumz|Ic!4|PN(QfD9Inb#&GUlEd%3_b3gvUv?_5!g@raB)ClPwDh0S~jKX^HIdmTAkE z@NOh45pwd{4#s!J8WFoXs(4`C`$K9L{>H3>U8H3K@H3{U*MK?oysKe z(7o93Z?Xy@NsS4W5aclPX2TB{-F&-qGr%jcb`OH*e|vC$nIVJw>JRJ*@FIG(pcw*} z=t+^uJyFT;&PVj4q}z8!iIP5up?-wYdKg(7yMwOv3=kl9ky5G|0Vd z?ybpCUoMeof6Q|E!F45PGTN6=GGzQyHg^>5NM|u=^N{G`Q=xTQ5!&AKM-_BXc)pS# zNu-Sb^M8(%`#ge_2Gl&^3hO?nKiw02F(WZIgDv*c$1BU&pXs)YS47(EiIMyP;?Doo5~-^Ms^sBD|IY$Y#;ick_e5)2dS zt|K%@LDch)WX$R-ltN@#sM^v5GzNAd1laL-(YI}d6T+D9a$#kp!-cJGxNswob<2hE zFnX*W(pw>gr8Ln=%k&8s?kimQZ5BBlMU&)RU0AUbVRa2_3;W71dBd<=>E0|5@X7aBjK*`;42*R zzY_Mdxb#>z+Lx1?#n>pd#6ijZW-E@ZruGK?n?Nu9LV*4wt0CRc z2e@cZxJZw%UVRLxC{ndfr&hKcwNCjok+3R>zFcWtC%+iv*Re6f+FnoFT-+=d+4nF9 ztT$l$JFQnJwbL4+ew);tP3reqRmW56e2qNq@+b4#UVmlZjPZsQ*cD<->znSP2*8CKD+gDESb9j&Yb% zavmBz&DgoAFHl#+kv+ajC^G)I@+-z4Z?>=YDl*O4oiFdWxv9ll%Shgphmf(Rk&$Gj zG>S#-=B92?#j{bz(sNU@5lNR6EoRP-?B_&4s5|7Qmeka#=j+(Hp_9AXeQtleNs5R= zTTG#ANC84ckEn`z>hU{f#qX$=nF>y(DuiG`D3l~oksiLY^aHdoCfPof9qFHv9mylq z3Cb$Pu_)PI-F!%1JDmnA>DPWP3_2_1rs(KCk%z%zs4C@8rg%|_JaE9H8r2c`?6K=F z&+~_k1-W9~F9;bunfi9xrH>CmRknfRx2D%}5jHM}{Mz0yToE=det>gv_>GZ5_ZH+* zqjfRm!ox3~$0JF7b;&BWhm!hg2uJ-#Y^0yggJj`aDQsLEl6uPKlldwH^BixCXqRkS zb0yu|mx0|Q_4vrSj|*fd0aoi0`kKT9NrcpQ!^qLc`c;3~4(+7CB1RzL z+u0$tDf%Mz`ef2@>)Tkiphgr3Jc^U1YK2@^$zEtEqo;9i0dII1;le6tB4488fm_0F z6+n8zcNYboM)Z5ggHz$rf*;5Kq{yOe0AwPTYCF%!pCqKB%DEJuwWBwg|C|&_uk?N` z_V$4IB=6ai`bQ(yDtH9k^Eio<@k1Ib-IvJ!q7ub8`L^ipA#zso81Lm4A6)h!HFtKel~3J_bE|=5o7OsW&si%_z(#)Cb2_DHlJHmXUCjtgK?WZ?U!pc`d7j2 z^_fkASHB9ZP|HZ#+ItIHC_@~Vj7%X;6MLrv=(y1cTGTDoNwZ_FTP z3GgZYDC>1@W;6T~tq#E2;6FJVv~#w8&jCD`h!_VV1}^H)!^T^pqE054>E!nV>oox* z9{Fg+=dEd_Vpt<^RhTeTqALkvjc^eZUxrs_ z3zspA_nhn%-Rwl+9ljJy1ZdYQzOZ0g@>_4TPaH<{J-&%JYo zNnUk>2ESPg{_n~QnMW=P04v0NznVMXy;p+lTDIj3fGDwl=`sAHt>cklmS zr0>-%MF@S@a!jM|^#}ep>HC+zIvRZsKl4AP@Bizxow;o^nfSkfwmp0QBig=*C4A(` zzfRlv?LymEBKp&4`)n?cfwmoavWB_L63Y-XDNj~$M|-NgU=muc$dw?gQbc*K7q%mk z8&=e;WJ>Jqd}NL!)D!lzLf$~YTq)vY63l2L>?Rjx>}t4(wrPQemaM?R=0I&rexSB#sz@`@2&D4L@)iCpCCfy7Rc!NT zd#o56jE<0Jl_Jl;PMSP>*^y_vtOxM@iuk7DRZ=kw;U6)Mwm5g>S!etlfA9ZC@N?6@ zjGvjZPpGTB|62Uq$yjv3&#q-(kDq^h_y0P6ws~gT)N{;~Q{IJgGSVq0(_@8XPt?DJ znJM@;x?tu{OS@u5q(xF+bLQ8s`2RY7j-;G#!q4EB|5f~4iq_QyKM&R(1wWJ14Ly{_ z11O8DWjY!;t5!JJ3Vx=d%p;Gf1oLm8A3ni8%|-JAp9S(fe%QxF!l6(n*0LJTLV9os zDJNJ2LV?BW!s;aI2am{D6#M|k;rGPlB;T3fdzoZi*&r&u!8(B-qp^Sjcn>0LtzQff zASAnR&H3pm&@(9^%6fNJ&UaY8Rg_UyS_-N+CLdYon(qniwyo)0forkW{yP z5lN-i{XH+SpP3Kx%2!Y$@=;ZE9of5KuphQQvA9>L?C`vtP|@Kw;QS(h8z=9ah78oM z=OoQ+tixXu)x14a_i;+iB=Tc}K+RUBF@BZZ_FQ&qO*Jw|V0&7^PGC#l`#B#S1Vfi$ zfHk&Zvt@AtsDg_;^1lNZpAfU6+1rAIuf#seh(4wj2G^GCCol_0+(ykPD_XZHHBRzH zd@8$Eq5_5e(Kd#Pgiz`5oRx$puUmLB+YmJZOLG#Id;c!kZ`U?d1U)$b1*h>bDLPvuBDn0;`M6`)QDcAFq@Vh%1;f%OWNcA8w|7;2@*5%{ zn5B&Wh&ipqk@J}gS-j$pghzblf_=tJfaGT`$m5wH>sY7nn54dUky_oqh`mvK$0YgT zi{yd@o-lh;N3%@tlm|YwxW85&;DNvYZjR!1Wm&cJ;+K=h^L7fTZ(y+DN^P^@>lc#W zTe=rASZa{&$ri(T3Im`*_U?54lnI|ca+dE2e+zI*B6}wKZtFOyoc%gPZ4mR$Op(Q9 zR?aFU1YUWo7!+>F2pP1<@vH)vzX?7+bjRvX}Kj~VFEeqvWTN^k<`~>bF*LmsJ-PuQgqGe*&*~vQVQ&zfAZ+s5$6_1PZ*8Xdv3=0Q&+zk*2>i@X|m#n z>9V5ZU0YV%Zyj7E4jd&b*b3!H6I?{EQ38S%S<#Pl;&!?WgPn`d@jxwtZD0{>H-h4I zTTlcyNF2U0{5M!$!cfRF7}!7B;gl#Vup|AEzdKbEt~U-hSPvMw&%| z5Z=7YmS)!^A$-LvknEL70)$QpARKly2v1cH*u>Abu9ZM2O!#`*)kWU~pwGm@kG=_t z4>yfiq%Ge89VEM+pYZK}M=|UU?WyBy4=u4HqsZq_w_Uq$l@!&U-y>^$MO)ZGsKrdV zRfG#DxI0|ds4W|iBef~ZUJ?P3Zg|cmd>xk@C1A@8f)P74&jyy-7T}1<qcA>bx0*@Unt0cVI=~hrwC(P z91bt7`8Q;-hvtON8upZeo8s{Hvm}j z_E7;4W#E26gW$bV+D!FU68)c>R6V*^g^q&pzO?8F|8$JQYaY@1^%OZ8e5CbZ8Eyl8 zL@8rk2EtZE6e_9(EGPcZ9gqJAA9uX<_4rUk*-tGt3ue^(fuo48as#vMG2)H%@c+Zy zyMRYkU5($98yO(+1SJ~0F>26gv_|74F(5OLkuxxZ0YR}!iAE!>SSid%RFJ?VlHoX& zw%Xe2TdBQ>tyO!|;EjYJ34#)&YS6aCOUsGz619dP%KU$8pEHw52+G^H&+~nGp3FIC zpM5)Puf6tKYp=alVV49_ocojiN{{~DIdqRcu-LV`)zoTr7XUHg+yBd>HILSZ9Id%9 z*ih%$dz00N(6_JMM1SrdveJLFm;r{VmtJ$-D{J3o?`{SirM1`zCU0T_*{`j(T2*_W zR4a-IODp+p^=NHh9JIH9AH^|0VOfZ;pNCp6o1}|I#@yTE>t$wuje!Vb9r6Ce7ND&4 z63&_RGEo0+Fw0&qqgS$AD&A%8gVu6cB+Df~Dpb?H9JVt~V}Ih`+z9RUm2F#cOzrp+ zi$bGVJ5N+=Cz~7ioSXX~OHnL$IiD$7-J-^C(5>o-_io}v{Y^UP)SgUf5R{w^N|1B5 z1JsqImW?0@3vI)RIe-AU8{H?C;Xcz{B_v7_ytY zd2e-duF^5}9MsL{R1HIP^H=Hxv3uEHP^&o0?iy8He9>lYT}}c7xQ|HhLAGe@)f|bf znioV5VTM~@ATzv`m?$;mWJJ^f8)VAxvY1-E_b}k&S)2dJsMz#~J{?dofUAWiEr@Jor^> zbgNk?5KLa9rN{NNttI+(=m?|mbxZUygO})^s3jVN2kB3Bj3rS)sYGJ|-}XJJt>{Bocuqot{cZ;zaoWvP@q|FA~eN)s@6L{a}|^ zeGlx1-*`v9UKZ*^`~Rn9spE}9ci`u;-CLxf5$BLrDSr$94fxNaVWIyA!JqZ|C-L?A zCtW|6p*KPx1Im+wh6QjWln1h6)4g&wDs2Ag{{)x~yS@%E-~=7DR&07Ua6&_R9*i&9 z|Gm*V<4~Pq&9+8Mk-S!qy=Y6fm^ar7X#Oj+=8=v=j+(7vnH@`Bw;_;UyTE3=F6;J% z3m9nDYsOoyF>Br4!{8&_3|_aHk6&BuV?-R;W_I2v_#^9frf6;cpdKHvOjA~DYND}z z?G5YpHFvYPsP*~^PW`yB0yqs-qG(Epy!?jP;>U7-{i>u~3XQ+tx`X`xK<=U$i;-aD?71p%?ZW3vQ$_#%|-io)Brc=$t@IH6& z7EtYu@7b0{P`C1P=IDn1927L@bA@ChPRy920*r}nkxu&D19Y9K-JF?8v2=@~0vBxWDDbeG>t&NcGMs0H!Wv+$M-8lu_$IDP-KEvq#Ie)Em@LBbVmeXNa z2r>0i0mS+ZV_xq!jPaSPsw~48F?l>qI8eAQDMT=_Qcxlhhz=y~{Hw4(Vkz=Kextxi zoPgs(4yD<*TH;1A`@iH^zHJnfc|d@fktdf#*r+2fv5jKH*67}uU`{mm`!j^&l!T&M zW*~nGzY}J2iTH!Bep7Yf{O9T@fTFa5=z%Hq+$YB$e1c5GAM7HJ7-9Y4Hp>X>5w6Mz zt6d7K)(%KcW5NbW_}ch`%jS{!u;LGHPa~%sGo36-My#*ogft4YG^rse{@~p^d5)aW z6Sn%Jo8MLaf$}7o&zYR2jjeIdj=SVz`v8Y~{VH9QEe7#TTjj94#5euD%raV}S=5@o z=y}J$;);c4rNlIq^8_vlk}1JWhwH7)2jIB6r=hGCO0&Zbl-d90oT<@t6iZ(b-*mFH zHcEdq5zIQG#D1%o@pHMX~S^&6E=yVnU6pi(7Jh(ecLzM76zD zdGff$XI#M7nE$v#G(H@~4p6~JsD+sBZ9zAT>*>?|g8Bd!--m&V!~>C41;d|?RwDI9m{>79efmLjyE2vN!46Bhv^12c@YJCkrO#6 zXU9VoC9|M|oYrtLcT_~Ec`P8VNup@J&68}ED)G9KVYgJ%WDu$FUNY})q0g)NS{tR0)G7-h` z(|WYmN_>(vo}+lZc)Y#=gx2ax84-W!Ia+-YH=gM9BJ;-(Svjv1@h(A6pPu-m9sn)q4XSag^f(32MCh9bQLQ3wAo71NQ&7>f3lL`3$UuQ>RM|h zeMHi3J1J@t3!y zj1F&36ZmnxP>oJg(&#)atC>A4KYB|IOMDpm)Jl*ThU>Q;Gz>GXq~u|kXeA{N!1eNsfma1-5$$5 zp2lVPWqrCxgmgroBQV}nCluSvP>m4rB{}}+`I}*EtgW4B%`l_GXY@+F@%=j_IXt1T z86o>Rs{Cto<8iaR!hzejJF>;Xv`0=p7WRd9a($Y%Xc*@bKiksZ13c}L*r%F#3UmpU z4ORbBo<u-C)gDWUChP%D$J)1mW^qU(VCsSRj%s9*Y? z++Q}?`ChBP_gJ-kMStIG>+f%BQh$|gLg`Tb-Qa1IhVA~Idx-wNSsfWme~EtkZgBo) z@5A4~yy9_GjZY2eYPp2$j?R8q0e8=IQHyyW=OpA5%xE7z^XrTJIjP98-FavM=MW5- z3OKoIc(I#O_Z*yN>LL3HJ_<2vQvDZ~UyI$uY|v#U2+RDxkihiq!8knw*H82^$}q6Jfj6!J!bem+ac<2+|v$}5~2 zm-5DPnoACnx0$68&i5wg>=*M0Ngc|1J{=$#2fA()q@X*KlH|M%%A#c-+iK5~iTy%F z3q?O^2RXh3ChnX$@u=1A|48I>gPFDf)fbv!cZb6RBujh2Wnat!&@Hmml7tBeD75A0&oBMT7QP%|aTs;elG=y+CmdpgH8 zq|@D7rA_!kLPme!iH6b#g^d=*lJ!vuc~+F@xRCeR$i3lz9TWLp&MDs;9rBtFv9ikP z2Qjst#4sY{rRUpH-bsU`yw5j-%*wsPz>v}I-p$srhcP|$>}Ve4+=EzQ!c?3u7hA+D zG0!eZhLaS9qKU?tagyQpv3S@-r&7uRbq=_7?P0sUlA4xUvetuLVa&+#*aq`uisIz?r z&2BF@2vR2G{L^M8K^qG7PWlrXj%L#An#Txod_hIr{F&f9J;fbwyr-7mp?Fs>k9T#M z`QPg9&H2(@fKt|@0)-{@TRJK{-~+eds6>1j%{C9xoB_74)tm)eg!ugizRYdKvs9tN zZsA#cVpQT21MZ=pk+a5sww?$NcUNV6-20S6)g8dO(frM?z*Wv=5C~{r>Z0%P4UP1$ zkxt{ss80rXqfqSdzN>@h@OyT!kc?@IJd!b6YN(l2dafUKDw&@2_U(sDa zozLw#2oosywV3c7CIJ4?U=7vbQgCh11}a1NwUvxhm0Uq3R^YilS&R#K6y4JrzJ%3s zVe$zM#ea(awE`kC5eM9g%j7IA`<-m#BNi9PPl*_exGhkSq&=DOBl3>FJ~UCzpaJIW zKM4emz+_*>U5woeB+knc>ou-ORPbZ6N@$7_QR-Z~7zN4|)Xlp7ujizPZIYQMowW`< zsgqJJhjuRmpZh=7u${`Kt_gyPrgf+3X3rDqEGK(0-pu`}!9rIc%#ZrUv$e`Xmec=p6Q}>-#~R?+G`?yldIY9VgL&>E!7j+ZE1Qs>HmX!Re$P6!}%2IWZ#n}k^bXjzKJsLT3W&n3X1^ zi2vERVE9~|sNv{lHk-At5kifH!-X>_7Na^^0pbM9#GWrDbc70R6MhfZQuww>J@-v1 zyXbtBQOfa<93!(2`m59VgZ!CktJ;CAI5V3DUzw!!Yuzl0yMC_`_@k)9CcxoqMRUzi z$bq{yKDtvrTKpT#QK#}7V8l6U2=Y2{3q)I6xDkglOHM;Wdr^{IZgdHt zCA_eBxzN*kbvsr8FktH5eQa_YehMZ*YY01MgPAU1FP5)aR0=eerWL`d;V?*(_ZcBgOK1esMhbYF(3e|wHny!F zQ?Gw&9LjIPfv2UKBC3(#3D*fxl2{dyxlaD`K!2A_9GsrUF#^zN?$#c;1f1q?ZxY@D zuOsT|fjsGoP(^-fC|#@65S$jb^bq2PAu^}mgGVHfJtNY@<%3}dv`Jg!x5A=vl3a)D zfx@c5XmXbv8LhLM0XS~H4Zz!F`pqwXv-=wgZ4?4^l`=b(Z6jj^+GqcsB6h$u@da@N zYmTKRDX`TfC4+kxon0W~_^bI;WXwKj1qtvrL3s`Z-Urzy+h*=SWEOUy_TW`${$W(| zO;yQVRAPZP?nXob+nDV-h(B;1Mx`05(hH^1XhzXTOwdSrzS<%XOjK%q5n+;Ds0`s0 zc|#-LCk~Z93|ODI_Mpx*97bnqq#E{;ev&}sD3{f)+Y;r`uoF{C`!TPf&1bdB)>u1N;;j^)OMugZP%*`^5|FNL^X%@OK z)4=NuFn27xoOp5d$y%0i&WD0Z=U>D{U$N{d`c#W0bWhyjF#&Ih4f`!e=rcVj08KLn zvt#9WLs^Tq@*UP9xMmG%rm--dCd-7FT|Gtf+xg$k{~pLuA!)5DrVZq7JF>8L=Ni?2 zI7)E{{_!nYvdv;|KAmlaaV;aX%_KHra1+k?eD!AqXud&O?O!7>ny?+|PnQ?05hZ@E zvPL{E;7;0*kgl*TjQ05m^C-z=^r<9vC9EEM=`nUwHVIbhwD5IOM^+hIM>o-D%FKSs z{H`P#-qvE2RL4&tX*UwVo}@sFaEdC>;%>l$Vt{U0;Og?+l{bx0&@&8Ya>QqcXY4W;#g8dKV%S1vN zJ%lFjvvD#p?>;qY=LhDPzyA4&zQT%Z5nYgn5KXS zsH<<%`0t;qh%E*MJsG!cpQiFZimR_rSCZR~4$*3%6bGUm!F)Ug5m zwyHy`7dFZWJSF=uvSrNC;wzdy)s}l-4;Y`(BWBazu`Wzqbdw(5b3l)K&*N|rTnpaw zKA?;_T?g@Grhl&H%pB0;olZS6xld*}ew#!eeum^>HyQhuzxySM(%jea4_AivXb*aB z>D5;A!y5!vq21kR)Rw)T^ciwGZ|Kk1`M3hb2?`WH7f{@~RF+ox#MgP}#?ACu_Awgt zo9aAIc>H7`r|iWsP8VGt&%REwqiaDWd4<35Q+%kgd3-^9vC31vM~!KCq}-)PCnvV0 zcS*;+Q>=Z?j6Z_qsw-7pbmha_<8}M3t}q)j51NgKGr=GIgG}&$T%vGkARbXC@E$b7 zwZoX3Zs?179i-l%^i^jBZF`G6H7*b_Yl%>EqI*Yeh3sc`*!sCEFXhK=ICpc^G27ZCb)QxV4XLO+eDc&N? zzeE;J4lAt4=S#(}#BvY(4nk@4pusDT=8`vq^3wS<;l@Pa+k#aGRX zZ$&lOWQE%kfl~H{JVbnDaW85V0_)rRuQ=bPv|5@Qp}fuf#49d0&|bIe29_RuvD~Gq zolsFMclD4hZu*zi;(ynJNZEKnH*XD zBwD~$^JcI?c9`ToO{I%DAR;kAb;T9wNaZd<0RH>mDk`1+L<%mkl5-GejdgJC)9JJp z%l$st)UZtP*7b%E`|XO3Q+5;CV*!f!^b%_fqKeLdERT3>g2fkrEMk~|PTSfMXUIh< z#zH7=ml9ZCE@?>M((2-~S!dSTE5sUmeQ?YA5XA!|M5xF-W}X0;Dbw|`f>Q4DLfg__ z!$t&6n;QnAd{$BS`4HjECC95I_9~k6sM!Cj4GTNRQF66+E2Q3=v!v(J71Uh1oPUt} zLEtf7!|(DVHe7BR5-xI1(0oXC3eKgU_H@)%-X@(*aygkaCAF1v?bNj zpzK9r8tf2#+|e9t5H(zBx)z$A(87HXAhh$uB@<|~LTXjDwJG>p(4nHO5G6H|)9s^& z$do?w+jIDm!t+O{zHGKe?0P2?PR^MS=rD~Pbb)p={Hq#8;a#t)XlwhT%1QMe9Fq#yIFrM5AI@ZXH-Txc4Y}SeQXwih=%i9jCZVxQ^>5}TC z%>PfXve@0F4PwAr%(byIlT=mrtk5C%+`gM}R)PkPxPt{h|s|*SZaahP#F;SZ0 zyKfWKwpl6p(-vJR!>GPna#-7M_$N$Cll?aeTpb*zijBpk@1WP#X527&9U88$*e?Wh z(J8VkC!_P=KG`tQ>Rw_bt)Y?5s*#dCFH!3AgDOw?79=RS-QAv~8PTs}Aez+TqvWgz zdR?_0v5*Pu=w7CRQZtL}xf2h8CygelBcSTGI^xd?uiDH<$^?3Cig7%ks2?G3!=1<} zdLM?AXd^PrddVXlg%XJ1Mgg=BZDz(SNhk7{te-g9y+anbfN_D?&hY7T%zL1|!nsyR z#nHf8^OURPhF3zpI4Lf(YYq``F!)fMvc2%hRO|btw9_H&%1p#TX=nT<1M>AUgAs^7@FKk*f zWZ@JFV*uv#mCfZ_UKOz7??Ga76UNvd<+JQs_sSN);!${)Vbs%YUij|vb-a#IvWsjsmfbH!Fg$Q4u zpZ7`YTcq^ym~F@P@d=FyWM<=O zx&*iA*O)Bf00Z&mO6Z<&A!5LA>@O5SuJ0CtED0VGs9*exiu5N7f*mtMu&$r`K4XYw z{+3+)wSsnQV!1P|%QU%|%cMonYQ8L8YQ71QQJXjdl~xAu_$5iL9BSG5^dVVx#!0(^fE_c7Xsu;F`ra0ru5moU7{1>ARkL`l-4wwhOW17$!NXoqb2FZ zz1>Gh5c0yk!~hYE3P_l4a|5rkKNzw~ykrJ0rDXK@3zWZmfbo)9MhZDDkj>UYxTVpT z2GW{PtQMLlNnWIdO6Ap#jtSZ_>Q;p3c`eFV4T2}9gGEp`;rJCSWa#2znVS<&N)YoK z_$G=BBvP5v%x$eyezhd-5p=B{bQmATW$41_WHLI z`bX;D_DFRVlR-vm&ES!;x18G~gRNnd11pyjS=v6V!c5#MYs;c<*(X)b^GjtPScg;= zf?$}HL7Od7A5A}-8Gq*FII~Y_7=1NN31)vu{6xxBTJ7f8;E10yOiT}R*R+GH=KPCQ z<>8$?`Hd!H=aAn)e{i)QzWC9S05 zCNdFh&U#AfBmG-PFQk7FtA9W2@86RDfAkMtM)i*?@cW^LgRw`zajRQS#&hpE@(pEH}o5xRAtfOCSux3N5(U%kNU=2FwO0`xc?<(>7 zYgK;lVrRL{Ji17#kIFBfIM;ZvG)OtSEptw7Pvl4$#oYRX|7aDKUCwo}u*h za*RedzfZ(~HB{6o6`dm$>Ct=TLA`a~V~HaVs02IRYBU2=Iz9TFl~pCxWA^3SXJkg| zrB}w3^ho_Z>c$zVzmFS#l+`&}zm{8HSyS)?9|3b@#h0}{Ct$dF8I_mjdwx;)PAMXD zlbxBvW(Q}Mm*#V12AKC2$kz_i;YV{62ofMwRxofB@QLhRHL1lyTh$`fZ2pFDrN4Jc zf!2Dd%pTI;TXo#)jMsmDKbIKop=i>O*?j1L`j^~be#ffYVbv`a#p|}p+lX*(f5q&z z_anlPwdR?lsg)30E{t!wH1Io?`yx<=9c|%)*kTRox9Svl+T*w~9q}JQ$$nc|i}^0` ze!S8(1Tjl0(~YA+mC-u^%iZk2u8EgDm)vV`m1u={0@pyZAUw`xtYt8^=UYDOEDk!^ zK7sI%>}9saeb#BKCbR$NgL9a1mH_?6ey?%mkwW{ELhFP(DDf52skb|mEFRPt4zhUA zR(+fl}Ek--z}6v z`0hK%pe!|ol&sh!6eXGO7HQFK?s@<~8TZOGkc0}e<9|frXfs{S>T2986T{qSr;doH z$}BM-CDm`#Kf!%~9mIB%;sOK?C>()2M|sgOcx!abla1#5lgFn9$FXC5pWjeD;$Xaz zg9%XWZDN(=M@5D1zM!``9fLu`%Y0NP0Z)*eum(A#t@Bqo;FHPfPm_I-Za94}?`F>z z>4Bqy5TlQE0ngk@3yO=+Rk#PuM32E|Tg3AwHiZYH>ghXx+bneWeB6BgYnZ~dd`+Ax z&-XNrl&_8EUiiFR0`tu~X=+Wt*aS_UFEsho>mct>c0fp^;9x=$AWwpd97;}`cCQfT zWoMviLY;OQ2;)O>0ewpk82R~1&d+XTq|D#WlMjp2{|gT>?T02-v#8b_LmP=%`2d@> z|CL$!d+9Mq`poJ7tyy`Ms_|v>+tkPh|F37|$##!Ur#zw5u16IrXHqOG<>z!rG`IR$ z8PM#9w*!{9(fanoHA&7MKu!-ee0TjwhVS`;B+z=;e6~RQ$bLB?qzK-u1i?FJ2!aRU z*?8I@^0MS|0qb?td?;e~=+MMYTUkK6QsZEPcc;dSSZ>D;>1`}`2bTl~DPo~(0ROWf zzmx4LwX_)-U!H9pj`)7yH9iyG2krGWIf2qM^KY4D^Ee_KK^-dWxdh+i zje7A-n)^N$iZW44%!|B$$@4seh3y22aTy~~5Q_-*GP4p>k71mNM9d~)wWoJ;N>D{D zM=<_R)FJQwK*s6l)7YLMICN!V%|b#)lbC(|OJIV2HDD{-jSr7RaIS!n&S5on`?i{^ zIk&?ZVIzKe+NM*RsGR2{HX8ihAS&UK>Ctqha1aAyD!6R|6);OGREWtxsy(9;GyiRS1^AB@byM#a z%v?&-5<~G-(abSI^Btk%t?~S!L=v%5Mp!8>R%9UFVZQzvQwWIL(-GoM#h!g zMkec^ieG6auqSwo?FPtK^(B!rt5{MSU@CxPlLW947pxqPQr3$NGAGcHt4%uYJdGTG zwe1(tQ&1&|-59UI2MHa+F!`RX2@6Kq0SH|p?8SgNpsW}{uecpGGh;q{qdU$w7SN$J z2NOB?s;}iGVs{BDopZ7*88tqk`piFnM^;x$ zV8b&oA)EdPL#o2gX4gv2Dssy5n=|;61AT|_#o6kMC!VA@h5vX8wi*JreJ+99!7CSR zXpd~vE&^nul{J2nV4?VeLF?=-nX%lUR4KB>FR7J-OhufOxDOV&gM$+5@P2PHLhBfz zC*q61eQF_MQZM?*rYN(YIEbMn)7K)w=d0yo&Qu?BP!n=QljSp6d(e0ob^b=x*)dij z*5I`(z7dkdItl)KeNQV?tt+WjLK{BR#|C!&{sU}4ELXo{zBtgYhKrvc-&K37(;;Ek zFc)kJW)*K?KLt>4p6rBdCLI_T+JSmFVISwQoPkxM$Tvvb_Oqip=m#5#n!~D7^^HCplC_5p87`#j&~Q^hg!0)+#`=@hV{8 z$R<_z(za8}PhX*y^Q>A<=1u5?gi^`2D_Zg*Ij+4-_>=DA2ESDFp?{nafGJLyv`UwiL*s;NWaSJW=QJGkgiR}U`T-Wh{H)g3$0JEPz4!;jdXMC2Qz#X^1&t>jJErwK;y;Z*D$F#uxpCEDOYIV=(3RNu;qRYL| zzdtGR8Ezv_HF+R@!u1}+)w&L21|1>aYP$Il`6{=3)lu>g-ZW>Rxt@K#I5}S3qxlPA zwqWtsfM$H!vGGr1{cfF&sRfV+%L}ydiE2~A@z9Q zGyTU}FdYm|n`y4laxNv(G9je=k(&YIlsFjAW~pVJXALOtZ!zFbY7pBD*%lw5j=bf_ zSnfl0GOr3d^d0-VIIa^jw~XOqqqF(oWqC@|!jq`2QgB)eJ{^f1uDEScGcjDZ$rSu2 zYHdN83gA&`o;JsZhu0c|V8i=hI84HRKMWi!6t6JH!GVMJ^#wAO)OQJ|ZcTQ+G5ZCX<+XhDhMx(J z1`)!{ALJ>G86iNuYv}brE`WrCh&XB%s-Q~VI>VjmVHql)9Rm4ynV(v_+LchHEO_fP;XM}4}L4lVOgyZlTKcQ#*?^| zM5=#@?Rc{TB|N?CP*Mu?k-KR2DS{@`X~m3uPE$V?uuY>8KUSR!$=M*iwr<;qrzXK( zA@Iu@>U=zv(Dvxf^VyvrkCxc3pj0K8(k$1RsT0#-DI zpf|Zokr07f|MQE4K(&vD_a@T8c`0DxP+S z+(fgVQZ;<<4jv+N-QIJ1@xG-$?IbU;gVM*%;YM_?MwYV1;^@emL1B2X*QUJZ$rQ;h z1RN;ibYuUbFe@NxazF$3@1s2+fH&Y=bh&M*k010_7j;CeFO*H#rRjBWF9{Lf_ z^PH2+3C#1S!F&Z6o-M&7%&VgU8}kl{bd}`6hklsB4IVi`C`D)_*cTdRPVa@UItUw! z$d9MG4_Ib;6zRVpiS&0Qk^Z5T=Kw@T_47jmgvn%n=unFIG*#>Qs@8+K%x;vU2TiBO4GiczXlORngFC>eLBVK1(+dyd zgBrl^ZKg!N60#VDNT^M}2nnJh?qqJDA{I6~Sw)->E!0iFylNk(`9!bkGB5GOV&Ms= zokh{$_@qnt5B)ee{jcf#c!_BjnV%gIYXxYLXySR zUfJK5nxyTMtXE5#5)z}?6|BkTGpM%{b5gAhvLr+^PC*veBk4FncnvGIzkDi$DZBd2 z6o=6f%YCdyJ~4YakFnfQfWf8>7s!m4Md{1i613sucv=@})N!&Z^tUBIZL9g*G18p{ z`EEH}bG3*=n_S;&iH%!!D`aKd5=z9zolXU@akrBK!~|YWp$s|7FtNB7^FO~qm}w$> zG=(yYo4Tq1n!DuOP)2p+obHeOELWAD(nU_K9%B=S$C#Rq&5d<%Qr)nR<9J4v)UvHw z{kvQ#t3{6_@9Nb2&hbs5Z0*S-pW)FFetT^9ktFtv@6_twB7qm-w>8U#!xwAuRpC*q zb@2_J)oJ-n<7>70=g8yHo*Zdx48Jw8xpSDY!xL*7*-lpROxPY>>41Hl5X+>dJAXi4 z%qT~BjHa$%sJcfyEsat>E&Nud-fX7re0x&eteh;AAe@&AWh&d;?i$ti?hMsKk1--( zv><1RMS|n$;r#eTe^)N%tE+DjxjtBEv~*7%m{H~NC{pf;&Tz(Z=c%lrW6WDo&9^$v zpq_ABtef~Lsq`^L*(b?xx#NeOF#L>E0^sFR|P29;w=2CwyR{eXA_JF3_t8AsHG@Z3SIB zF6W#3oXbYrO`aETvQ_FJ2Oq45ugOv0BP(UZBeN!3-J-5&=6ynUg-I%izY9EO$6SxF zA9fj;b*DBe)to1a?`XzoRS+eU{V}R+5l|q+MgjFn1^2}(C`Y*vuZ7{2YVxdVUXsa% z3ocbn5pEO*^;vehFNOOA#a`D7_@Z1xlpV4$^jq9cSE)t3??(_DHP0fVc1=`0i%B*ziX}OcaWxmW5*w4UtRf4# z3sGq=p!YVkzy}zF_)^0np?IeFI%8>Mip&-n0ApTWcd2en$-!SJVl6_>mLMiZjF&qn zmRmseexpgi%SM7zt*^Yq+#;5nCA~w2*hqAe9P{?QRHpjzuBz7NOjw_i@Im=IFMb7( zK2afso1jna_j9L}H-qR*<#y8}vlzh`-XTqPMr_IeXES0}U%hL+pqF_u`XvTbVGk$2`0C8nJI(RvOf8IwuSK;J zMvhU#ze|)3+4Cs7IioKx#gSs}O{a>;3Gea{FJrYod>|0t`QD*{*vh+j2W9f`Cw0V! z$nw9Fy@DppwL)^jIY^aK4)U|!7=>E!XB48g9vX;e01(G;SS0+qFRn-{C1^7roP+RQVnnC6aXvM zO?GnK<%o6&JVmkGcW!bx_I6Ys*HnE9$6D2>#Ni2!zky9_0H~nxHg<64-j?GZqmacr zhzsU;{Y=1(a$oVZcrUJo>Y{0=$#XpIVDLhtNm#5!JsYaSePfnfP#tb|br)IOqzr6D zIVB6^sFqvpCF_QsXKqe~1$c^=^-a}UIsMk2!o+q{NfN(e-V|Vb$mfWpt(S((K9NBp zi~~b?y*Y{3GTJH>OnG$DQnkOHV(qT`a>QA>Hp+t`PhbayLoo=T){JXa(5-q zmA=smP}TAqyNaI;-fB9rs_ zL6(F&wsEAa6*L5u_P8RR0`td|iKLnL%Vl!9xq>TRm<&A!78su}_cW<5+!Az~mAvvB zZRJL5x$!zDWJ{Ng;b1ocf{y2kaA&6Wr2p6~?RU)$To5dLv5h#aNcF7f6KE}cdEi^80+NIKWq>MC?LJfTlGm*8o! z-22Fcblb%x*To+?C2(F)mbW`J>8CRC%sSG5bNR8CQM zdF!{_!CJ!+#WwTL6ew$n&PiFC$`SxP-3|mZxhY|s5r723NZWP!4SbPqyrkgFW34>$ z;3BRE{S{JCDQn__5HCCCEywXxtZ^X$*$$jnP`vR5x8 z$b5XbDsht1B^0R-(4E~GSO^727dK%$^oQ(5AQ}3Qomg4J@Jz8c(Jr2!e#y)FEzbxZ zYUM2r89(CLe2hMte>h2by-3F`$7pkWmUly7xl>Ke2!lR^Nguk z{<7vpBaBJTG!8j7En*SaSkS$jS&Gc8;1s?s-?2>YMgZqwTvHX;^DLRpwR)E+YKP)i z7}k+>Z-z4URk_FVDb{yb>qPAYjTFb~UBUFaS3+6l#t}ShHK)0h)06mGX|E~xTSjF9 z9ovP>{>~Hz1~l3UbpJ}Sxs3#A3r+_%2U{!4U_;@}Gr|b$?KrM!Z%3?6VTO&v*2S(r zn(?OWVkjxYiZ`!T+KYv~ii^zKx-PW%rsN8&@@jcA=h6-H9k7APxJvHFa#+vkFn`Ux z$`Q#k8>xa#v&H5yd@lX>b1|`0h?$$=u_%~NW-w=_`4APEukr&7v&i`hr^if(RNE+b zf0Cc)`JqgSq^=|@HD{RSB|QB~UcZ^C>KbOF4^IyBcA82000pDVC<3tBrH5PFyLt&+T<%MB*~1lDN9V$UbotN|Jr3!%pFC{g%+w z){IP&co53BcD@3^3NEIXCiu`1YSHN0Wo4LWWiW3b!--^Q&Dg@qDQkAO)BR+MY73NU z0H)?sObcOsC59d6DBH|8RL6oxLY+O)id12((qg%FQrC}?@sH`J1%aZ*;=p0QzW-$9qT#nbD+9ovrJQ68AQKvhNh-VT4- z4!x?)f65MDRm)UkG+gZD9N|RZN_)#w(lm}$KFKxQ+2c=Z^B2?1maDo_5TP)L5g8Gl z1zW?&Lgd66mvvs)2VaZlrhr&=cZu66<7FQal%wz@3qW_no1S0Y+oAgDJ+8^Kx1&6* zsl0x2dT^B52SifleEv&j@CX?Qkz81is8B4AP%rCzn|Nxn!IHEdh2PKdL&*HXV+Zh7 z3%8o*FKow^&Ccun#_{8FfQ}r9Ji6Mm;%!GyAbP)p{cX?YG)WEh_zlX^9wcv54%OTA z0q5peggtz%bOv4LZ@7u&R$e2IZBGwRcgW;X5k{8sCO%ej6`qv3-Y;2y3=PL}XYn39 z&r}NSmxv3N{oWB!ut#_)$5Tq6{5v!VB|K6I%sGI~xJI6hjHl%i$tWbdh8e`Kjo6!oorWlgot@`i6MwO9~g*5N34 z3)3lJu`KfmE+-EK%uj|47Gx&HVy)p=>e4^Zo_ijF!hmC!Zdx)cnfh6woZ_b9E!sm! zCEnsUVRk$#dcGUHet~Dj$5XEVZm8UN#po&C;vtlccVwIPkY~jw-~R6P;=$HC@lCMMh zY$~SxvU&07awFs4kTp-ZEu}n?(Zy|dCTX4AG|J>IkLvr&dX}CleWmqs<4tKj-nRDi zJHr=`@Q!Sz?C&Ykn(^rYhZ?=|NOljm+S7YRYvCVAMUm_`NlA>-(ylkZ?b1iKi;OoCxS9FH5!`WBy)*U%v1{ax{1q?d#vPfo(($lL+ z&7c)Gm1bN`CS3BjgvY%qLXXm|IA`n8NAunLK`8u`(W0@-o*fsUF#u!Ijjb=8zFzuh zZh}^bd>`oXG`2$*&HHm{mB(0aDVcTSe@wFJ(R+nxGB?4%Sne_MhI+=wF)!Mw-l|Of z*hiSNs3|W5|D;a2amhq~`CC$1eVe=#8B>qcOEc0DmFQ`_Pg+&;v%W$4nJ(S3OTbE3 zvPn`wlAG%+zMGjplRDWju#B|G;?|?y9_=0=f;c3N`lL}2vSYcIa0?TV1?%LD>S^Zl zGWpo@YX?|t`3cMj%FwkT)0z|T$5O$4b9u{WU$oxh3Z0=My-FXir?uI9;7R>_;L+jr zb#&{9Te8FJW$rqH;>*qA;?&+lG+F5N#xMXBgFNCJtR*JA!m7$0%#JBZa^dvo;SW_>;A#UC}D!b5R?Q?QcFP}sTB1#n!~_cEn2E|Et* zV{S{M!wojmXY6l;uExeqrIl^lo=8#p6`{!%FSYd)p_|Tp6GL6O!G=$CP%<|Ps7=n} zqjY%zN-o#Gs4LXL)(=HbxSx5bMwdSsHbwpy=5;h>h2!y;eB^nWKxbqlO9J`omN-x8PwH{9;4!mo$q-fm%(PTaQO?_$j5eE z&V)cRL2?}7DmI3FUogkwoRY5K%?f2Ow0F{HEZ=4 zB*kKz`8we%L1#Bg7P!ox&p-XkV8JDLL4iTd?O=@ zgGvDHW^G%L{}u~dCldi8cHCYrawBMbD2hcUBf z34xz5mGDgQl#e+dnZ3bh97%0BeFjQOeS{h5c2~xaICyoz6|^j2ON+OeZ+sx@{H9L& z#G1un)Ev;|pMN>P`6UmhuDA5hp1J{efcG&_|BC>*cAB1uC+~1G9{)8Ncbehb&{I+` zwYq#!ce=-L`qZN@U#rVw39OuS6?fWQN_d!^`&7NSde(nuEF}oxb5|{%g9h z)08X%oUiOcBHLGYL4jFK6sgr15r>H{Y^G@S@56&6>Cg4ZC{u$)(97n`Sv=BAms>-h zgO@dMWSZ0b6hRBga8AGa#L^$c_dU#4Btu!voY47ZtK1qDb7Uh56Y+1ds(miuQFh9n z%hBB*n7>I>7T?2aF*lsAcm~l8u2SXQmDbW~=?fQIY4h#0gdAsn)2d4{$M^7EtZwEc zD_shR7V_Y|&&qJ+->}%+7q0B&(i5(Hmri$uD@{kZ@_kaSbZ&Nc@XZxYvsbjikvWyP z4=6FatcUq#r`*U^jSw2YF~y1Ph06h6n!Q1NpzB}(kyQ3?%k$WrRr(T;oH(3OON(f zvEEkAWcFnZ_gAHl2;iO}t!d!CC_AvbR!p2Zd2(m)$Q2U_U?*>vKKrKLF5$hgJ-)VIDPtg6Ll&YFdAGmBo5L3m5J zLO24o4WUl!f4o6ZNG9$Hy{S2DD1y%6F52Wf=FmGg(o7C@2oAfH?&QcBJShxja%;V5 z&QJzzg)%mXuwd<(3#TC4jRn$J(RvwKX&dDTbAr7%^mv;p1VUG%JOBVSeEWbsihh02 z6_>+MqK9IG&5Kf`^RwkiwiU(H|KKlc>lu9c43R7W7~MNjOl zmNkCi2%Q8GotlL+?U_gTBMw+(4)N$&l^Ia^pu8l1e6{sI-(l4CyAZXWUJB<$ha^_6YWR(g<@*MujOeu(10ieckpuMiS-%h7V<$a5^o?#*}+ z%|@zLe;upI3kPma-Smq)ZeEbuDH(+0x^olM2ByFlerqhQ@Lj&bEqHqrA`s8;OETEi zX{#=_N2`ClsB;AWGhO_A)6LJdl`nj`d^rCzT>M<==I5G9(pT3~5!WBCwXQ#FvaSzx z%Js|TikIU0gSFQ4Pn)dkFFLvEE1IRd`ihNm@vShei}elR8m3Pms`CMFbq0)GzUJVv+r*9kEoT({KMtK z(^~6EE<80^PwKKDrSpXY%N;NDEorG<0|X9+*B;=tN8q(b;I-#);I+qw*B%>Qdu({^ z`Oo2X-H`BFw&!4YNt(-oNCIAxHW*%#HUM7B_9Vkgp8DY>Ps#Ao9_v#e6Y9{9Z-R zzUkuU+9ITr;r!3Y;pa*hKi3qIKGn_7%nHd?DcKhC!snKJ6_T$~@+|~UrEc(4F5szk zQ9W9G4>(F!-s-V%G+l7CApvvgJ~$;)9T-_pYpf@^2!>fta^dL->q#zxZ`PAscxtzv zOwH%Bp(no2d zkRO@@g)LZ`_?o*igEwoZr*w}VFh1Jpo*eD;;fQjhDCQs4sjuh~AdtRLJKcv2RXz%t z%0J5Oi)|sXf<$Dk@=-;S=pv$D>B_)@QURK1ukD-wl&RtPRcteri}LO+DCT^B3{;*t+)D4?WIV zRHi-oN@EIt+T-oj+IKfrYYUqkfY8Dp7T{(DvT7~ZR;_EVH|yH7O`!rQx_GyE@fy=# z-|7@S)_m^9pcF_6eXJLYI;z|WZI60j_wB#_{8zBODn4=BKK(6UqSU?Q>3`4o(K+9G z>7D%fwZ~tShP69C0qWI0?YqS8tZcGp#gd$^8zs5Fd~e1hpEHd@KLJ#@=8{j55hvtl ze2^#j%d-EqhY?&=sm3uy2E;~mZrAevgf*5;+_v-IS(g9OS(uR_6YXFS7w&@oH)6+IWsuAdd=#T zi_%Ah&IAd3u{P2|A6gJf3yl>_(X97b)_V&-j%x~c&{Hr!6>$MZuZ$Y5LNY*XD<9ywEoQvrEAI5r(d;i!x0;WirnXCtuq{nrisk;3WW&Ed$D{UOd}+7} zdDV2%cb_rEjV}me)_&AgFO_pJ&X@LA;ipmVOo7ivqKxG(_fqKya>q7zozHs8X_psh z&}S@nq4Dz-e&H$mSPTE2B(KqIyyjsaFYOhhe5dt^vJb+8eB$Ee<;L7}_M2V7a&Pe~ zUNGrA4~OH^wixAG)A4(~=mc)Sm%hcLDUwrKzBMN_g1ap4vY?l-joz~MMcX{a7H`>( z(8ZF6I&F`alk8cthg7;%-{`HeMV3BTqAq$+lXsXKCG;COj9e zG5cX|WWW6uW%tE`S?2K+31{!%SsbgWVL|Vh+C>q*%eGfo2z{){^JCX8!H|3geyv{7 z>K-MFzsiS-^887^5RLY2P67g?ZD$-%c%xVxKJ=bMo7cFKje~A*Gk7EFQgk^)ggj(! zY#!OcNbA9~N!ms|t(B8XiwY$_YVkuf;4x;flMs8+Th_AZ*D|5fjg8%Dn2-rfk+;Dr zQ3GHUhJ0?1RgzA^3Z;mv{Qz#;Q8*C9+2|^cc}i=XK`l^KgFXNI94L>D&g>qBA#%Ba z0swg2mcm@;%)==2N4$nt(W@|!O>67M?tZ(w9xUgJ-x$nf@h*}_!K@sa2aybCwNwmbB`hl5fNFd!(R@Rlu~Wom6US^ zkK+ih%r~u$jd3fFSW)VcBf2M2WlC_W&zMaHx(aq!8Q$k6P<07=ATOIIh;2vsj?o;? z`<=Wmy;!SzNN$WHe9_CD<_b|xM~11O6rR#M@`9SL>RWl{)7>OTv(m6HG`16G2GgbU ze5K0@w7PrZtr*;pceGR^ois0ys*HBO82G$w{^}!?HDyvJ_-zUHd>x1}%Dh(Ug=wt1 z1mimkh(b)JcvcU~Pw(wGZp+?Xv1VnJ;4)gRu+ZYNpCO$igIftQ7g=XL(SN!i0#D1& zU*zWr`S~3`Ys_EEZ~yuxn9;A75+fYr!GG3lHfnIszs=n9 zuJrn@{C2X?d)@eRew*Y5+?*w$&+Vc?-339>$<@It6u3sI`MWOp!0EVv#&=Sk3S)|L za`j#LXfQyVR~s+~pneH(pv(Mni(-lg9Dytlg%t~_x%Zz^>jU{~rAT;F<)Gua?%5d7 zB$y3MAw*%oj!}bPwvo{VKVj_{E%Y0I>7fq4gvR)_LVU4M#Ni$uz_6*phuvDA@iF@1 zO2)x7k3sYd-=VX51dlNnak3;_Q*%J8Uy;to-Jyp+O6?wNUS%f-N1GMg8Z|Yh&b8I8 z)&@wmcGnE@GilIYMl;4ga3B^u-B)!vv;Oj={g4!U%Pu8(%T6%1tWS&PP=RF_pw(}p z|6&}V)j!RhF*%`g)>bK_r||7X4z2#@yfd5B35^;TY|(-=L1}q5=D5s<)y=dL`Op-< zF~7j{Vhv=Q9-OF55Au>~UNRD&Pt;o1AhmqQsui=q@#eR<_Zu}O=4@`1|3&PhD@z>a z|BP15W3I$vSb^OJzE|qbq;yvrKjOr^#&2BW6dMtV2=L6v{_ndjHU51Ixl8JWwrZZd zTGoT?FMFm&y;2!PXZHx#MOEwkpqOY=vA{R47JrX9-gUB}*ifx4?r>IXcQloGo3!wk zpaq^7*BRp0Wmzqy=Oa%}$wRceqY2k<4P~v`-Nk}CY`OyeyA>5RF2VR%JP@jG(}vS* z7(p+*E^qO><&o?1ucM*`LVX3XX&T3Y0iEjFaC7LLgO5Wm`#ZRKc}#g2n}&H$6Po!M zPzoY3;z-%NH~xaea$`Ij=CM02GMAI;HzpT}FAl5#7V1?_f7)AoE+Wrg&9jhrQT9?9 zuhKoS?G#$RwVaUh*OA3#evl37#Wtz_m6u(YzaV&JmuPHO*Gn$}m>7`NFv}ansi?7a zH5kEd1zVhJrB|5X2$Z>VV_wrBNo==x+a%Nl>^Xo}5I29#OaZ2~0d`^FH7@_@ftbB( zsAF)T_90i_rM9E(ZOENwATouWwkh##$gj&6--SG6K75?ar#@G#S!%YnAqgujja-q> zUjO{EK$EueNC*@QojW)K#1ksJbGPygq!yy?@q%8rTu}R*K!<7c6MiiSDBQX(zXVY6 z)iAxUL!;QbA-o9~XNJgVR$yY!0SPuEu4S`!p={Qk)h?81lTf05qIK2W7Tl7;AU-a1 zEgEPrUmgy&MRVsh%7y2*_h5)*wj2weYkp4TWA?sW=EvOlBTUxcsdP<#*&iQ3`xfN4 zLHJ4pd5w&o*SV;z@`4qm%)46FDh8BB82R_0g=@J}(Gfr%i5pm>)rluna}_O>8^3;n z*X71@>m*mWCdU!{rdUOtQ7VNx%xk4zrE_wElqO7yR*E7e|`Tzu^XAc@F&V%;b$Kz|a`x3>nK0eTrZc& z{)U3d6q)R`cBh_@$$r1mEqR-0`UySaZ8U$#>}Q&&1Y@q1b_Z$r3J7YF%Umcq#C5>O z;brZZKbj9hl=Lcmkfd!49?KTb5oT1S1W0KXVqXiCLznh?x4A>U!BB))&!NGWxmKhI zD0L=ctw6^uPik7)`iWXh$M$CzGG1+ z9wYdkkT(X~M;E`TOrzgJn^t;dx>hIayk7Oabn}e2gfzAJ(_Yr<-Xsy`QPZoIq?@C7 z0aH3mn9{ArrzKayd_PTw-ptzIh+eNF$Kr9xKg#@PCwbv|s-~ptX+6TNe`=?}!Fx$- z)5|^%PAi>+P$8ei2x9Qj=)eYmQM`qCSC4q^2h7!ze2JjHp-G>K1r_KIX zea~sW2Z4;kud^S1PICt@2E%WIz;6lyiVeWWtpcOWUrA;KKo}nzfL7Wd06GESk|8on z+W!WC6D$A@qc_grX$pdJpAtMyfl%(#gPOoFqizZyRVSGa4~Pfpxx{DbiuY^zRyK%z z2Il!~0daHki8(3(Irc0~;gc*ShSFP0@%U$Ub#%MP;des$9e{{mTKac}Tvy&!w zsXe(%lP9hmE&5{Thvj82YteZWg14qRPJ5USLfE^`AW1&8yxf>p;z7fp-Bn7`Vbm&Cisd*F zj}Djo#_`ZsWuriJk1LuQP!Wq*;~~_tCm+K$L@AHE zJmS+!CuQNBziMWdFRdL}TlF%q8Xv){{$+ z4cuB%p-28~OWgC^*hVSdy~1xS2UDl$l4~J1^W~<-m{Jp|%QtD(m{P)Br|Q#I(~Fd5 zE|7{*@|jiY21B23s-`L+88Zv?=w0eCtT}F%%pp_i)BUA4%n6QZty5pZd~}$nsUrG9 znK*7wquT5j-yTd_^Qt2R0v%Ek4SiqgvZGkgHZ8<*%`znv;>!de_f~VB$_sO;!eVtV z#a`N_8rY1|AzbMueiS!MOZk|HUL#5i;q1fDs=lE47e4%D^RzbvcE~trJ&^3&c}7LL z;q1=#N2l}n|JeH$_$aG0?=x>EVG=?ZVgd;_2Micda0n5@O(#Gw(SRdF#fr^LG7}Qa zWt^En@YWz$fk>NLZE4rK(b`?Mb-O9G7G3QZELFU9Q>v}oA8n(h{X(@iy3}H~mGA#Q zmzj5lpzQ7Y{l0Jao!|35=Q-y&&$&J4I_JD+RZ-7%&Yrweg?)259u9He4dTEBBo%Ni zwjfvYQq!B!236gCtg~#}W%4hEIk?Nj*;&%FDltjlg1=m`1T+T$V$Ci`1-}oOHGB?Y zT8mv&!#P|q+0|7#>`-wZQgI)C4^wo#s=&Ip?GSYZL!_Iq-i|Xp!>2IS>%~6!+C9^L z+VkNlv;tCDE3psiplJyBr_##Z7~A^stwc-x%*k%WQOfL@b8K*S?ca|*ED9=?5V_1 z(TDA$)!y$fMX&d5B(kQ_QM2b7IfR58R>ZLLxG{%p$9v%nuU^~Qa7qGdFFcG*uhnX? zH{)4`M-dR+xk0WE_xSO5sN5BQx<9Td(+4-?AU+=%Mk;TGKDS%jgZ<*KS8n$Rx#_C% z06X={9>>FR*b8xuv6l%olSTk@9 z_rde7t}ZUH@}CKK;C--(_DGFt*!*BG`vJ@+`(8lROF>o?Iuc)CV_uAst6hTS=<%P%XT1e?^ zmb5ods%dFG8;Eak}3cyV6h@&l`cU)_<;Qd8q z<3ICR5W~Me!oFg#rl-nV+Zf2L*?!1boAKuG>q%=28nJ#?o>O)A`*+q=H{!M=XE(dE z^~2u=6Ylv&hkUZ8(OFWRadP-x=?_}P|2Z00<7|wxmvtor-`9GVokV9|<*6Ss6o~uO zGjC;7e%Ep8xg|I*aqlfmJCws;xm%usL6*mHA{5m)k>KwSAIFfJLybgw-CSgs-@Wkg z3#%V2y5LSfPN6s%kH)JplYMUc?a+?+l;L-Ol(4F9+~9By578py`?7Vx7pt&f^@W#^ zBNMQOfzE8ksUK8tf39H3#kcRrABnO>K`}yoc@#vpE%>AHf8&2cbWjWL#&HF#xA(lL zR|#2V(;8rTTH(jTn7Qw=w!e{aaM-Hcb!9;%4hi7|e0&O&D?V}i2N|7L;%p9fP;)hP z7g>tXhNW6m_vC*}|5k$!Iqq6M_4{03covsYR-YO|p4IdWaPL&lApV`N!9MKTo})Fp zZY)~8>nac00e9;ECm!~#zOvuptIajLR=5_NTHW(T6-Gcjl@dW>KU}ov&J|TXjqb`N zf9~Y}c)ssADwq7FGpiQod2sfA$M52q_!2JenME6bqI_xiM^N@t&o5bW#~4|m-g>SU zbpY#WPV}Vl64!Wl2F?qNcjI=Q3H+~SM@cvI6Pw8~icpR?19KG|u&I{^VNw+1lQ=qJ zbVC1s4z0vLV%Uh!uXA4STD=4-MfdE1$l66XHF3{&m}+pq9iOzRzVI4X&4th6w(vVH z8Si%R@+XgKI=F&fyJT=P4jtm;CsR^7oFf-^Fq*^Wn?+Z+wj6uwQhf5gl3&?L@mI6R z=h{5g=J7}P`;25Mz74i$4Lo9YZvLS4QLUFgjlX0|MHU`&R&bU~Iv8pvSF-Ew)GeQvUDF z{!~4-{Xb|LUF;T$R-%f#Yo0&IF8(c-<}-W26Z`Qf0bS`b%>Ge-E_($tFziM+FIS46&Jw*fOP(9Q<1Gs2g6lCDR^zzVjvv9$(}{9@@Q+@y@qEbGnkBy&fA^Q*^486( zd!GKI@2~@#8t_LB2I^=#PZiFeNj2jh`_Ai56}~kCgP+~uFY2?e3Yk>gN>GZ#@zvL@^4&7YEhCl zQBox&K?dTQYdl|R6ZDRUf^2fCCM!E{wmXAs)qo&obyRRGs15R=>DE z2z5*i##qOEXwET*9=;3T7&$dK{0$%!KmW%{i-xilW!%bSekE?@2|-BU(5GF8Sahp{X1!My?lRw_sg}7 zl}j<&ti^|r@NKm5-}Mz#jsNa?d{Jkh2G)g3l#YyE0y^UGk$SMnKrO zI#61*c;keX7z=?l-nu(Y4|QSEU+5i<10Bh zeC{6yw-4cfzG@`&OJ&dG>Vv;>)?}d8;L9!hpF|z0N`ARz%8@_*EMxHQb?IMidE_Tl z8@YWfF{DCo%?{A^)s|$wB=ubmWRecrWOJYOED9>gP~EfJkE}a>2t5;RtM}{Pa^(a6x{Jpk{(2ikJlyX5z;G@w440pN!m~M zk|fRDRmTgGbT4UVlI|yc;@(8~5z@z!w2W^Y2lRFRO8QXJJ;L}uuIWU6_f$1QVWGbT z+r!Nt;{Rno_Gs?~>u~mq$W|x?w`kkuJK!bZOBhn=#2 zz__4x(emm_OfSbC-u}jXPU&B2B-||VOPwQ9c7drf&-7^0| zqlQ1Ke;NO}o<#g*dRHcC4?;YC|M7&ol)ocMSJ1s6NlSib(!Y=HCw3?N`$->5($fE{ znzog%SC#L$?P2eS`2VAp+e$fB%4G$;k5BHfJkN-sToASUg2LDy>83FUZ zr+y6lAiaM0RQ=zh+V4m4f1r-9m+`qjNq3VzmaP9WKjTUFF1nXv9Zmb+OZxF7zlZdR z*VEGDQR(S}7i; zouFm@9ZS*y^1pg4Eqwgxny3$`KimP^4?oG6Gj!R$bG7&Q{YiN;K8Nt#csJO!lUE! zI_YCc`lOVfq&*D(P?F||;`rl9x|jU-??}i~>F-ID2i?{90)7y_rb~}UQt0aA0Y!T$ z@9D2#5gE%AsDq9LFKnyG6k=ff{Revvq824|f{NVpBW(V81$&)(by4`%u{o`#*Inp@ zccJ0B{+~EJ+tba6?84t#Jymda@k`XhOX;+0ee>`F7<%?FZ{#0QtE;h(rvkg_L--(p z{1yRrX7xz{D|vO-p1m-miI$1!d4M{`bLZQBi3QMM-YdO55E0K;F)tDyC#=2+3lu7P zXyzF`obX=l?Y?8Z;GKO{SmD7^1-99s8`xGM|Di$-RF&e}(9X`Qq-~c+ZabK)i5c93 zfY~+pyX61moh8GY7&>>6~M6%j5{53@&f2vD|_k!rzGX%LT8heb9xZe){ zh~8oCHL4+P8{tW>La&FBtI&#tTAzIEx|E`4TASp2v8S-`JJey^_J}W{j~jU$MB=hT z+ucvR?2(rpUdZVXj3>|KMXKN8|Nq0k`dgkas(wE6Irzq+FElapyD&EG%Iu>&Jx#?T z*)@kio|?7R&2hgD|24^i@Gn95{Ul8I_~;lIqga!#l!4b=co^&dGVm?s|l6Z7@RnkR==OJ;{;r$6S3z^Wr;J-l~-a9ZNyq^Negq|vV za6(FWm)OH||C_?wZNmFqGQ3}?@SabGcTsA1Uz096ecdF^I(?H(csIeDPTv|Bk-kf% zRGFVo%hKa`XxyUjqCM;1tJ*`ghV)h?ziifX6{@?w#~Te9KP~baqRG_~wBxB?*MAxg zx(j@1_={g-Rhia>)(R_vo!_Re>a|Z*e&be4C;Md$w?V*}E^DY~s7e9p|E<}G^?6S+ zCbDO!a^_%m zisw%kDEy|zFKYah#*;Ol$)U-mihqvAmuXz5@g|M$()b~b4`_TykUFwlp4| ztK=Th_-TzF(fBhOM>YPW#y*WpG0ctGP3jZJt44=q;V_UZ7A{l69SJJ6!H39s*b1Fsi;h}S+ov4V%+w5X#-xn}$#Yg7vdt9C7uEJ`3gwW%P@Jk$0bmPSKng1pb#)E!3!!0=4E(^%kdgqfmeiO*v&HRznXR% z___tJ-aGIb;A`-+c=f(#V2fG+pr*G0Jb(_sY{1t6tR$b&m|8^t z|B|6(ozVCX8k3jqmjWm+l&$=K4(1C0V^Ihbfg^ya06&27U>peN18AQMpd9?SFXgc8 zN_`o9f8{_8b81DJka)p)zM{|(|rIW7QYvign%FwA^F8DJX#MJ=!p#3yNlGq0v0EBJ-UPfF_-5c$z^%ZS0=EHA2WA|v0cIM?ftj}jz>LFeV8*i=_!i(& zV8*KgI0k$*Fw1#4a2$9ga3}Bz;LX5S0B-?a49q;Q0lpJ>A#gYFGT^&_mjK@bya;$F za4qm|;03_<0-J|vL8y3nx-!D8Ps%+BGF^1_-@toNlioj)bnlS-lfSRP2Z|%ucoQve0-W_Tf}F*rf*lI zh-f-X(>pcIdd_E`rrAdEIiP8_BYa-hG}~Q1!oT9cnl^Q}U(I%8<;3{A%1=3q-}u%VT0V6ZhB4u-aR8avwC!;RWA?V}qz+rsT} zPispo?umDFcv?H!(MToiJ38Z@jwVm2qb=Bi$}h(=Do%{1q?=k=!=6w$));Mx#5+_9 z$=8O62RAZw@I^ar4!3(EEfGcQcwkKA2{t5BBZS>vM;S?rL_0Pz8&ce(;U*+m=0ci% zENq$q(HQMO?uEjeTN=YiW4mc@5#4x8yBw5xOrAxn!flbbY9Yd1;l|E5GuzYD5p4^`J>h5+c_H&A+=a|lEtRBYHY10T6{OpP zZDCv1%lvBUY;WXp{0Y05s!AXdO9NEs2;0Qa0~8liAFmkMq^sqHwRl= zFs9XdBLkOw%03nj%PfXOl>wTeCFTiw5}AjwhSCjBtmRgz5bfdkmX7Gn(6cSFi!n5E zUlyjJ)05ubfpTeTLb79#AW{apvALx+M3rfj8lxfrds+I#9gR1q)D3dL-bBe>ZEW@l zIglLhXp~u{#`N01jDQD4rgSI4AB&^3+7f!C^Z?<-IvbmfWR_M6*LHi^n#^as`NrO%i9&R}oG55fUcf>3GYdlajr>UTu^uEbR)ZwQf{?^m4w4vaLlR?ANMfuIDR+;;SSM1n4yRw+ zd;X}x$HI(sPY)jpJJKF&JIa5*!dT&vG!}Uz#yXG0Sn81&t349;Yx(|{6`d|0>pqeX zi$D@%MM(M6@xfY=r043g_RcR`P=3k6ODh%y8yZ95rj5-ln{IAxYww8M5{<<>H*e|M zs)yt=3Mb@^%N;v5CnuYaOFd)k4`iObyvhq^Of8-?v9REr{QLu|DV)q(_PkngmFMvO5{IA9N#bW_Zjk)I0Jz5>$x&|Nq{jN;^ zci&iZlj%61)0bY~IUWpmHHIU}E>lLZ_n`7;=Ba&}9;2hbFU|dcrn9yCVNIKP+v{oc zu%^wt=46_G=d&t&Gw*V1+Q|2$(OylP_*H1ygkP=cu{wV1)BK`QZhER8;VAeFyg zyBq(Hr_l#AZRWL4r@0TL(TCFL!!_`b?dlRl@WO@6u3=-f1ZcN$%gMi*(?=znP%U7=~CpFT|+eerAB ztV1-Xxp!&WtZVgZ+N_K8Yuc;>4W_w|q`A8fsr)ehy_!DH)IUx0-xNMwn)XOah(1l5 zdHR5+%{tg{nt#_1RCuPnEz-2f|EZeJ)bdNy_$xGR;+#Se^Ap#zlJq!^2c>p#m{t->GIRtxAgWY zy?&>+2kGroy8f5y@Xb1AeSJd^ix?*RM14I*F^#RjkzlMb*s8M;bSxeMZ7k~RMx2%Mm_iGVy3j zqn>!w*JHxd+On}-&$Nsy6XIzPn`Kpj*;s2h9u~`Bf7xaD*uqjFX284*7Bc`h-lPIj z^E|b9G#7jqLLuj3kVm~_U7UN_9C0x)^%f$;Quqa%xD5Cr;L;1!{|KLi`F6l;c)A^i zIdH!aFc)w!U>4vqcv=bpvthm+@JT>mbCX=XIUj!c1U5IM(agN_MSwG%jwZt<0{m;Q z)x+r==1dzqgVB(53ox_VHzxTuvz(C|uK*Tl zw##A)R8@<>+PbQ16XCs{#odQUp5M+FLx-p;!yGB9P1^RYUBB z%J`+b-*{6BM*x$4tgVJVE>qL_M$J@)m(17GaxR(sDSRgX)AHHQ4gSzpEN`M}w6wRx zThL7TlVsQ?EoR-uw0BFFu@ys`S%-GTvof)WuCqsYmb2Md(Hg`mcGA^@ z^<~v%*xf6m(co6?QG2Pzf^aa}*u2%|S#o$*bhJg-GJCFW*n}$XspS@hM6)CU!S;^! zt!*8hF%Org<=Q4auGjt7UX5SZIEa6VTf|)ahaAIu3(W1njriX`ivOeM;=kw?(Ew9a zy0?n?uu~wDFFwwHOl*b3M$rs^%6Az|Uga6@o2Be_yj#Tr`7iuva+Mv&&Z}BumE4x0 zY*Or3MZ;lfq4}-|$FJk+SAtdBud~~8K12JOgqp92Lg7*2*CBVYELmm#DO6&xb4JdW zv0FxBah}51MW; zGllEZ@(sogB`L@FH}bI=N!s&&lBTX`J^!_;Z|H0fwT3Z*3ZjpSw6r&M2;+`_7wYBG zaQzmPSC~t>@-gnxzun^~?zC!#rpK`3p-FT>$LC=$MyuRcQ3sc>@W4#{k3!F*&}0wB zF)_TifF^E&?@s7<2xA!!_&OnpemdYDl67e#=oV?)1PL9eXGTU7cv`?4mis?Eu%8R4 zfi%V^2p5Lkj$I%g#A}VH5_K>|AceItj9na^aF0ppVHuk?m^UKcj00oe3T}_&jUnV# z?BigH;&7usC94CmW*piOhW(+GIQ+-NVvOG|hTINtFoZ^#4oYkS$2{3qw1J}uxuRlx zGpNfG<`$%H8TJ7!5*4W7Ua?RH!}O{jb5w|H&H8iNT9f?WlIFqx7G@nOSyF4IX2g+WZOGsBXC>@nGA~<@%jD`nSuaMOR05Jx*uF+&UN%A} z3?DTwsXg-&p<^G>sQi?x9>0{*EJLErY8j6hY&XJ`{GimN7_n6=vgPu~c8KE%rSl%$ zf<$zAG{BziNL;qJEc-AxZic^9omT!bkHZ3>vVT;zl*{COMcbCBrwae7(butEO{KOWUDP?=l^s*;ld)@)RDmQ66 zx+by)o-cbDmIQkQyCl{S<|4Vg=&@!26jvugYL)iJw@Nql6aTL3Tu7p|uw}g1lQbeN zMyHaYQI}M{G$Ng>5vupv0zWJrawhe`>@U#ma-<`MQ4}}M;@PW%-3e^kXUx3izw2hR z!3x=mRAG2?HQJIo=vEzSRi#*gHil0fLJK0M$#}MdR(%)C)CW*KiDZXAwo0SRTZOiZ z?HHe+V*g0~dU2g>>6Xj5)gUf6XkSTmE%MmJ$K;#Id(THoH?di!#}=$@)DM%-D#a!w zJ)KJQd&zvq-|V*C9kIBbKK*}erK$51Bk?Zu%WOMS+x@j@=hq;;HRvbU?$^K_Yci6L z{kjLKHf;psNt+vGI&Ol=u3t| z79sK30E(l%PH4~uNVAWyST@(eH90njX^vLeq$?gb}{~__@;*SACK|b#Hu|WYHghd(Al~+-pci) zaFkosV5j=eOB0!{=!(;5^Z$%;PdJa-9x|ucwlN3WF^=WvjI%<{A33|=$eFzaN0Vyg zlWZG5uDz~;KQkV+w{Fx(H7cb}u{BfU@Mf4yU%*(;(>xr>NO#mSLAmIb8clwkt^)OczJ7oOL%L zU)9P>>ZqIblVf1!AnPpi+SDcXB%D>K*qR(;ygOjW+F(XV9J{j=*)Ox#V|&37QEJTQ z!nRZPEtIHQ2#yNamz$o;gvWIg^Q;6f$K)K#n|6h%VI0&Pj_X_Lp`D%&ESF@@r$SUd zP1;P3nUEF!_vRnds8+H}YSa7LSuz)yd(=>SFU{Uu_2nE}(M9E~iK#t?*FuWXiLR3*#_t{%;>XSXZjfgkb+1O&H_W{W@h|}dHYv8{n-HR+zp})iG1^KCTp!+CY*2 z7X6%uQmWHE_kX5-awVoF(c`K$SoIDf#28ZA3RkrbmTW0hZ61BKz_divqSHsiF{B|` zYr+_Tsxd_}XQ#efUZ<}V%|(fZ^%#dH)i<3vhOBqVQBSh%OfNxIdrkSK)|%7D zB&L=dP2n1aTFX&mF4bRk+hz4OMUW zuR(e%#?oAzs0V6&hw^8mrhW8U7rE49^tVmcPPMwr7ILMWMKDzJ&jrhat6xm1(ne|u zdlLSeksN89xdmn&;YhUwn7x_mHO!3C)c#*S7oL0BfXX~2g$PqaQeu>%pH>Y%@G(iL6zfZ^L@G|#}@3lPakup&PbA@F4e}^ z%PgsxrX?_CLHtqey;Y7Q^)Q3$5!X`Q7So@ay7d&YsvPQs$8x?-fc!2Z%)(_ z_T;0D;7#f9UjX}mt@W~gQtRr`8mSQ+(^4-(=R8NP5|D$VZ1q%Y8OeDHYoiH+>xIdG zl+MIMNtHSm&1@%C3eLgXV#Jj&`~MeLBR)-tC0jk?uNA4ck6}#vd$!|;(@P?T7_g*S ztJu4n@vG7Y?#rOb=tFAnqt;9Q^U6o{-lLa@DwqHK^fKpKq3!%{g1w4KDYZ6rrfN_7 zzeg`OW9>Qp`H!cEElY9~r`l$wf;EimL&=$%8bPU*9+o#Xp8u@dAC40E4|*6-0l$}G zb=!-z@-n$@PaJ|yF2edb$M0N4FOynIGdW2$z_tN=Z1v5f+6z-NjV;&s`BVE5lpd+R zf+Gypx71lHYXMz29%Z`Q@Kd`Uno)urhZ+w4FTg&MY4l)j<&j^L;5xP%x!j?naA|q? zl0{{WWlg~a6$?V;!3B#JdM}+{-WUuwc^k`{%r;lixFFb2(bP15!KG#1a78e*$XkAC zD70Wv`ND+_3mPlbp9o5(r@qfxo=l-KjnNkRoX@8Wru9(Q#SO&VAH)p>eIGbP-y05E zCERjhE&#ayH4pXqh0pNzo_`SK2&(9PQ_7CvPeDfaLw z-~QOCF8HZ_7wHF_=|Qy=0h@a_%x8)NWl*Lm341&kj{UJygYYv5cYF)V&XQtgJce!V zuJ=AV9+Wv+JQ$Asu~R4EXFcTN+f#Oy6f@%yvAOqtOgt!aw0JNa`(vlNpi4t=$G5KR zEGcHnJZW=x|I6rlL0LwMy*w!2{@AHL)TIFA;hS1^mJ~Bxx@_({ZDul3hI#DaQm*~6 zQ-|T_b-4GZ@fd#c@*Lra&AsS^L-+s;zYq9K4`s9L_}Jsa@a)e?@R^v~`I<+OO`nw6 zZFBp$xOl3SbQk>D21`9=~{1d z?}GVEZ65_t=4koGaO{tr8i8&ehC9y6+gVb~lsRN`KMC__?H^?sDJl72^J@f?k9t(` zzVU%J4(5+5JNoyd{6^Cwk4+Z&l9EwR;HMw%IQveg(;nJp0uI~UPr`h*aiTzm!8Gx) zr=Q{4A3N0tKh=Lk`wtlHp)F+wZ0f*(hv?l6nHU|zN%Z2tW9B62@D7I1@UF4u(6sK2{k~hd>Zj4@FBipMO`i9 z*^7YZ@dG3!A$eMmaqf*ev|U>}`8|lg4_NWFwU>CkGEEU2;8b>9GHpvU481i(f1=MJ zT&O(rT0+5iu;db2VQwLJ;?DDW8=E%bTMVGt56oM!78jhZs3cECnjI~Duwxl%z7^zK z4?9jov|TOjnqkL(*0tTWwChWi_X*nVOR=kw;r6H5(egl=9RnUnwUhD=r`Xj>c^L28 z(pD?^UQe;}OTM90JIObkVpk{mMpEr0-$~e2BTn-+hMW0$Cm03hYjPqwZ(~zS2vcR> z-=h4$G%w0>fNok^(0}pxuZ4S#)9SCwu0rV{NH-( zt)T`KrFi`>I=#_&V@XY=N?VHECsf+(c6EwxB*jkgVIHOOFD^e%BgBVEx&+~2ewA=9 z`GoT0hF!pexOJ(tMy6Y$oN<+ONf*3{M`v1M1X$~(TpzgqJWI~awcP^p?Sq|7f7vVu zepCD|=9AKCbwB}?x(l7xJQbuI|CgekOS&W~$ASGQ5>3m+3qRV#eXKtX{Nfp&0Q#;1 z&=D=9+Y%>WUB7lEuJDu`|L&I~$0>5kvqVl=R>YBIiL5fq>u@@R^Dgw!#LIzczt-{= z&&n2)923RZk?f%{1DO$LAj50@Ncz_1zM%=NB?I+XD}kQ21TFKe=xFgaUH4$Tyk%V&tmj;SJVC^s?|VUTYCETu2t^#LG1 zuX~3>%yC@^{ax4(c)ryAk$UnmLGohA+m>zJeUn#JlQG6HfM>fBbJwCH&s~JjfS$D1;a%E zD~F{P$l52$tS3${uWGO~UxU~6}`mY;Du0RCGUw}UVoW_US$`KW5n zA?pXIBBFTFcv0FlTa+|opL_Wy(6{Pp%FL=v=|Q<= zMwK@^%RwDN=9Ry&zGP)ZT}N^zSh+v9@}9BW2gl@3FPQJlFScCoPn=%#*yPPqH%~9j z^~{|9&lywaJByyQrhhIgXZp1jj z-dVT$R^r>3ns!Xg78B!{Vj}!atjiD+%PlbxejP+G$5#mdGm~EAq;6MqEQ#ffGI?|l1JhzN3l@d?13 zpwoD9Hd3tP$U^hl=?TSI$iu>+b0YbH34XVi?N>MWN_XMKEY8gvLEBWC=fxngw8?|_ zMS;~&?5y8dBRQYWEq1E5m;MfbUDmgQFj!Nq8F@~Thd5`V?c(0;hXLhi5*gnV+QuiY z!CE}P@Y!j{_$)C#G)9a^8#umfY$RPjDx5m}N*JtJ$ko$zXoKMiljl~;F+EpIkB=48 zLpfr4UACBB?h@0>CXW;iO&oCKyF@<9E+1u=UzRt57CvCgZs2+$rmPoY2gEQvsWd`H z`P%JddyS8R=d8_A<&SVYI99O&FsNnN=?Q7NUjRKUWm`5424{sRKoAoqxx}Qp31U*Y zTTI%2&d`L2JHT@Ak+%k~>i}6U+3=MOViMqUy)O!!%~{Y-$Jk6UcKMj0%)yL^6@Z>k zafvA>pudN5#kjh$BC|Y44Bm+03LpS6Ok*ky{RO`OzW~2T<4?#RU@rps=efjrl>cfj zbOQ2`uf6yK@q2&)EkBjk^1&~_FVgrY2Aa_!D2t( z-ikYA@8NW2eFbjTgl^86zU6Z7M?w5e)-=nxDeJi9Jd*Qe*@oo6ds&v>UN>HaH(57+ zPXCu#cDE5&1^yuIRiD4#@~ZN8i<~1_5vHwR4AM3YuX%v19Dc>ncNya}kFT6sG0$pt zuFCp?)Om>F_=x^$!7jtS76#`Wv7CA{-ibPddW1Seo(P;ux8l_euyUF1fHNT0BxE5z zNB1^aPOI?;|aG;&9f}s|m`e48FUaO7e zQamqLcn%c`PrN{QLg%0#&KI5|#Uqo33S}RDJG^WHU+LX2>;+`WexkRGUy%37-oo#? z#B#ox6|}6!*uG;vcNcV<l2iS1IbwT?^e=l;NCey(yluif?d<8!#>#S3W_EyAR{%NLGO3HXr;u z#$<>w%h6u2K40MySD-z+4E<5*u^f?!x;+pVVm>}(em{bcX-}bbeFm?*90C4P`JqW^ zGKy!75tHJ@Xy1x3o-Ys_Uo$-=s9&-_p9{lcfa=ftRDYfm5SKWu&CaJqKSUPKcA*cR zi2k=w6uqZL>6Fn7Z*shL3k+QVr7IC>fI*03ex=fg zd>T(N>X5sBrS_#J`E^!Iw7~@fHrtK&$ zc8TJ(g(K*B2FDMKi{u8zNe=N{9CUPJG!~Xl(oka$E^9VgPr` zF?5d*zXuG%3-cwFhPN~x$JAUgH3X;|E2g3!np&0^0Y)78XeSzEJMSM0y)B+UPMjN> zBF?RwEY2-27Uw$hljB8{7t4A_F6PI~lRYr}H9)lk15&@b7j`2F?m>*w@3x!=vi@LM zL9{kmxz4kaJ!F@C9EAIOkhF`E-c3qEJZHMZIf&mm@1>TtXPkxoF^Jm*FkB3<@_L!2 zTb%;ce=bTJem`QK5-|Q-VAu?>*PVdthD_nH4!Xn|*fE-B;m2q^@Ek_qKoQDVJ%DMYOIY`LK$$b`{&?9m&wJ^KjK6IsvGF-hm zmt|q1bjZClf3fR!WUvGEJ|~KC!ZeJ<(7xH{$-OK`&TX2rk;hY!$Ef!yvrd)A-tm^$ zO?_AdgAbtQ!~;%@|7sA%*~p07W!wRRo)XnOJWPI;V|M^D2yyd!Itv@Q=wkP%4eOp2nkeZaVT~ z;;8xI!-(V&=0^<-jR2PnKOn=|MLulQR}=8Va#;BaZWM}jBzVvgT&7>mDfb+$XN53K1z0(OpP?=}Zx}0T zQ8i@$d*t-~*9X>$)p#`lwg8k4`K1n-xlBTb+QFbFG|OD>AByX&ZC2K|Ea&8`qdAx5 zKEgHx?l~| z`1;o{ya!Nyk6-qyy*XE+PFmMyIM-M;7{|)-*SN&^s|XX`D;XBY_A@{@zbr=(sy(;_ zb#>0Db=6OQ?1OHA;Wj{yjN=T|w!Gy3D@SFCo^2% zaSC4+!d7L5vI+MrxhrY;m=ZB@28Ghn!c3#~F8L6wdXISm-dJ!akKyxW=e zj`M>IvD{gF0oK7oORz?;7-Q%~7(*`IK*cF zrrk}YPj7ea?kfM*BLAvK&A*kCEG&p4|5n5BIY2=!i`9|2cxXEoGh_zN$lTPs8w<*6 zEq6xdVp7}2d|jb8xdhz3FmkU$WXfgahcjm{vz#SaeaSazoaI`W^W}n)oa`}}7sx*JV${o$QR6s_XicX6y$i$qBE(V7S!_l8hEi>< z;SpIygBiMyWqKlCmT&3hjf|OZiVEu*OMJ#zk@bq@`gKOmbl3a2j?BC&E59bAV0r#r zr|S~++y4MNGpO4+=7=?rsqkRAJt(_fcbCH{^UGqFId*HUh}_)he5cOVSHn) z&Je>^@i`b&KBDT?0GyVSkMqPAKxBC_RBhEdzZ7LwHfnyH1nXVQ4@a>jE&~+E`aL95 zr)IX>RQu#`Ugq9|bsrC3UcC16|L#iU7M3F%nVZ?0P5qt~cW!XqJvJwvcg+2rG5OU6 z7r7nT`4OOHF6(h91J_cMb2&XH%@W<`JH*!k0Yrgy!%nO9*KExHFb7;aHlk!C*JCFX z@PDdoQ2@CG<@m3v%pKu)dJwWo{~50#fF;-E0?tjCK0$u^8t$LL5^zigpHDcl9U>c< zDRBcZ*P0)}`ju_X`695&basZnNIRs;Qs?I^5hMyA@CE=LtEzq7+U)GBCKMJkK@^*80+4} zbz?*^+D@*qLxf5LDeX7%2$*}d8Qbjk9;l6L|^-qD0CcGEZ+rscVyeQc3j$}h0u}wSOpQ&^3@1$qYD=#@_8p2k!1d-vMaB zJ{aP!ZGrt(hxim|K0gNN|DpZG3>)(#%-|D}n4g?mAHn_%KR$q`eq<~60RP)xyk(UkX8JC-f=G8g5Kbi$8WyD|EW zycUas$RC8ytA%d>5F0w1|C^?jozahPfNw^F;^mFR#d8oR$Nbagh}1_GsADq!ODzzS z_ouAI`_e`s@H z2HK{Xr@I+{hez?p1({*kyU!inFT>$pYd&UQ7xxHlxG)(n>4+EihV!xWg)Tas&%|dv z!c2b{pDx&cRD8JSnvXr4p;6*v!WlS2I71&34);{2htu~F=_&P`o*vpXe@wXq&fu>L z_M??2_u8e$tM!)Dd}coS5bl|Df)aYq5U;~&@=L+n$3jng68Sqy{K;zEU8CqE-MN>S zkG&kd1=1?z#l7Wx?0kcx@NsW$I$!T(X_a`nVd5DIK6ZJLQREe+#gF+Qiup=DnJ`u$ zeXk=AhLE3UD(j>V{H>lA{+aUEoHen>)2-V8yF8Q6eQD(|be>8lc{g8xId>oS2G2^` z-3Pm&hcREU*?kjsgRtYiEc2Akff;_QXD97$y%2j29>HEvo85!3^M4iXmQCK%uycWL z{rO41M`70wzP&cS4`DZgaEEMmo{JD?`1RVtSPr|Lu^Fz$H%gmm$F zQ{xvkeoEuXnoly}HMvyr&(ZiYjq5btr14!EKcw*ijSp%3GmU?%ahAsUI@}VCmukFL zmi*UL+?nVH$ad0 z{5GvT|KwHn?H4P2mv;Y+PNz%zGjd0?eXi!O(C)8l`$HP9((cE!{6A~^+1lR7Tc!QK zoo0Wl_SdU%NaOVyS7^LY$G1q+LgQPtyrUXFr0rkS^cOT9(0KBEmHrc2UR3jM(C+&+ zeoWgxp|MHFPqe??8o#V@zsC1#e3$k&Ri}G{wr|(COXD0JA0t1c!=J6~mufm+%lT0I z8`9YLTch108izDC?)O^wT-fT4P-knn8hf}~!`L6=bza>Wk95XYh8sFJu9F|IhV355 zs+RW9suo;(w+ffaR&~Ly(ox0xThl&8k5j0Wx~j9a)gO#Eufg}L!TXT(zXsdA>HT^! zhde7fqfuNe>(`g5_N2!~hO#qhORrkqPcmx5!Oh{*!oEG@jNix?t0}3f9e0UzwDSUy z>w>tS7I*4iFYb}CTY-yD!q|7a8aJY}EXS3$bsg8^=Gzs`L7XY4-&%a4yGmZXi}hBf z5%H;vBa0e3eEwk#|+nIw+dLy%!!Rke0aRqcW@^&z<3)@pV8?eY#3(zWZV)*6?7$GYZl zYipIfOc<$NS6x+WyuE0x4fEdTs?Eq4l-B{!8*#62I4W({$xDi1|2wfV96jAd^pGD( zm3J9{?+c`_#(kkzg|{-2VbU^#VIeA4URUX_G4Wa?>h%X=aV=34`hrmF+dKFreIRv> z3N^OAKG+zI*SB;u)bj#ku}w5VPq#D*{O>DGG3@RWP4a?;EuyKZwKLW%#29tEQAKB9Qc+- z`Sn^cL+}&-?fCS=-_WkTu`MDd3EsuR`yY1m8}N;>NV^z+dRQtN^)Znz)Ysmzj~-XZ zzr-|jMFhTGy|Il~vMwwK&lQMIyrTsep)}DNbyd_WcM*)V%x#O!+|@e%IL;b6q>oF0Pugz`smFfn1o<;-zViMBJOhk~oFn?K4u zJ(1$~tZ%B-;+-eZ#5>R2BH-4HWoW}1J3?VU)QuN36rgt6=@&9;SF8?3ltl0!cj6n1 zD}oVR?Gs*sQx9m+#JjYs?dZ6%XRARqHEhxI3b)>$h@|_SvIzz zDsznh8WILBzL<$?KhEg- zYzb)++ibbLt`-eQH7`;ABlAIJ0P^r(NckJmwa+F(lz{Ys;`#PfRQg{{TC z!zMYc?W}AMt;59|G9}`0W?iefedR@(O{*kcA_bx9zLgh9$=g_-aS-V?TZ|L+(94_o z3bux0thb%*DK^ETP1o*o*fJ$jlqtjBfEXwfc7iJf!^C;MT6FJRYi zglwGx<R;c)%hgO&o$5*!*%ceHuEzeJ)Opuv~1=?a+LZG(D zNEITk%Fi-e{-`^bRG~51I%i}?Hw1Y(ICEX5QL*aMN6s-^ltsM^+Mz<0T@GWi5qE9t zx+`|cJ|VIdjr#v*59j2ZapE5}`ItHSD>r$LG`)K2RM{iHocpB<@fnZ3%ALF%d0*^N zv^c3S?fDr0ic)Kc#!TFkZ#}sw=&6X__Iaz|r+sDT{Nc&p{QjE@ir!f=_lG6l-t^7> z7u0t!xE{eLw4kD~v7+qKx#0!nO>@i3FIg~mQK+eW?)>njix!3#HO&usFIAlCy$)9p z23yx+1Q@q{W!KK}Kj#0*f&a;Y|E@VO=3^56f6IO6ld7FF(V2I7<#lFCh0d;%vt1uX z{63%J7>&QRV`B?CL{4uLtfTVD+pSU=N8{`0jMsNG)klNv8^cE6XneTQ3LUK;_G!k^ z_;|w=h7~?@x0R8}6phBOr$8wY9gUCS%i)|&;Ang?IowSVH)^<)$Gg02;zs4GSL5dt zfun_+o;PPouS^H;Ad`a-bqAR}4rlULzY6!M#^v>53HH(AQD589*wPm9sR2)dm10Lt zA3h)uj;C>tBKO+*6&QbV+@x+QO%XgAzZzomzS|`0D16slULrYt_1AwKUwda;Jr)wc z2~YZFHq7?x&0V8#xE9i|3{)SF;*!l+LZ*^@7V;yU7bd)onqP9}z%>t3NoCIdzx8tC zkE9C$7va317x)@&4gl}b=3d}uw0QvdciKDxJPmtd=+^`6)8+thw>ERn%$KkagJ#zv6#qB`_1W0?5z*wI0*ve&B-uhC2wHi_5dggF7!p z6M$zL`+;lmU*A%g{lNDDWE_D1sLlKjY&AfB2LN~+{$rDI1D>zV5n%rJ#`qAwtnCMZ z|5cj>cDe2a>;MlpVY{cQxDmfN4SzY&9{4?gj3*A=-V4aZ$h#N#&)V$9dGT5L%s6o^ z;3Du4e*)lx*?x}vZrD8r@WYC2A&PzIdbBM06SqO{yV^o@&o$-JSR^4Rlrf0iJt+SfO!CT`b?E?9^jJzCuarc32`}~9A^7@Zl3Et42Zy< zI9`Ihg1H;`D*S19Kg@pMOD@M59r^`c}N z{|X@M2=LW)(0SPVfxiu?hIs(^yla&i_tlCH0L!``_zJAsHIpCsX#ne{{ah~3@SXtd z1rKq~4Jad+i6;P_hM9PhwkMvZ?d|7vd5-rkz)|oM_W?#=CZ7EXfsg2*jDWv!BjOKp zKkz|-Y%74xIa}h}a3(ea9^!3)UYLpR0rbIaKPSucvt#R_pRgyM02qOpcoG0RsDuaD z8xX<+vmdyo5&A$g@NIxYF!RvoHvmI0_XA_8O`L=|0^AgaoG~y1e;cqA<^f56?Gv8 zlIA20$l@y`KbEYb@+ZX4UcZbyF69=LjkO0OSy)!oo5*av_g0Wj_Tz(?*u+e?06a|VyNVJGSd?1>uzu3Q|i z0p0{Cf;j^G27viF0z3!Xi7$e^7kDS28fNY-uIW*A*$*844D^tGfp7mD+Ig6}f!pp! zTE@X1_!E1fZ!iadJHDji83Eq;Alho!_X0ciAu_DzXXo#4`b}!c1HWI0my9`1`LRz4_2{;46QMxWViP{^ZXP zADDTtWiNnf=>zWmIoe4a5h4E6FEK8m8Th$3Q1@XT1kU~y^aMvN+`ymxEy9Dj7kK77 z=(}O|0`Gelbp+;q;F1$K=Y-=3Uf`Sl03Cuk0Q}<*P?upI0-hio;wa1>;I9KJu-CsI z*qj$2{woK@KCmZ#3eXI*eZN1?2-IZY94YLHuLktNOnfb%A7=Z0ex3u!%yfvCVNX03 z@HWiE699jPS&YG6pz+w*jqUQnjlDhC>^%T8H+{bV*ns`IgTRxfI7A#~5AYGdV=xZ^ zN3o}S5N7*+ZtnB`01&~RYvKp6!Ey)8{lGPI9O8bMYk@xtp#Jm%zXV_zy$n1Cdje_Z zQOLyrwjtcNxL4Z~{}RA)FZT~l#oj*h6E^~A&;5(s^C!z4_^37$pEp)`y9(%|J;1jEm`38q0gTVn zGq^Iz}Ep}{{sAZZGI4V!UDxp z0Q`BtFv5Bo_-%j_TiS`IV9&D5H{j0#a$(;Kyyg;R?*|?RFh0bgg-928h>rru@4VC@ zE(b6UKH$TE3fK<;e+cly?5c2xl>mlCdQ$6k5ztOp(e)WI)t!D3}k zyiA*Yz_)7i?ZBT0P-Y+SOWJ-2_zO#v-#*}e0C|XC(B_wctFd?Zc7){zZUB&n`-!({ z^A6x&0v>0&fa@yb14jTX7vjgXxgXfE3i%3tC-Cem zpr0^%fg1pnzZ3YKYLpA?M}Ws)iSISSJa`qq_MzgR3tSJN`~YwiK)-R|Piyl|;64D; zOU&~aG!t)Gjc?;YW;gKf0FS|Z0{FZ&il-X*n*hr12Ywbn`GI z?sHM_cViN1UUO9WzGeD3BWet zW#HmZsd};BQsB>I1&3O__H97e!F+;32*b!2IN1 zz@Gvz++N^)fFkT|?+5-C?O`4OJ_zu@{Ab`RKLx)S*VO`l4nV*61OH5$j{?u^R`w;p zodCwU3;3S_EQ=9f?>3Y#Wcq+N0lY9rfWH8!fVmI&e*=6lySF>UO@L~cdw~mgsQmN- zmjQ~Pdw$^S03PZga38>V3i@z2&ST))J~Z^YZ}HcRR!}j!S{x0njfGGxKCJd5D*4GY=a_ zw0RKteQoA3y)OaC&$CQCj}&Kn1kAD0bj4c6|1D*o>HJ}&Z2K+ss6VL=00q=HTKcEya2>J`_FjfL= z1H=Gfz%_tnfC~VHfamHQ;(r0Y1^6o90l+pu8{h^&6=3Fd7=HoA0Zv_uaRK00fY$)e z1D*u%nTI~;LiR&|^8w|6m4G@x319=D0uTWN0A7F(;0JgBU4Z|2PR{|Sv_hK>?7_6K z2)F_mNIuG4ojdcN!M=GEdwTAc64cAcA=L}$>&2K5O%RR_$|wGLOZ*l^Waw9|a@b!d z*5UrH>jZDfUWdCbug2}a>IU;wF!OoF`TGyCLIIO0UxhE1u9y?sT(p%~DebNkyc5ja zsLp$y%&lN0(pMc^c@t?2-!~2l-WtXGm(yKa*^xiHaiugWK2g7XP&-K3+n|~BSw#j za5l=cFvStvg2@r34*;j^!FRQ`=S@ybxrrw!l`|g~p2}B0=bh;Zb6aam`^IH6udQ1(w_>Iz`IYu%Gq;9gGcUhvT+X@|(T3Z@}am08Y_7u*%SV@RSJ7e)0{0n-P@hO`r z{UPjF82cp=rlw&N4d2p&TM5Dwy`VQ*})ue z!2=%x2qA)txQau#(wCu(Wh!%7%38Lvmmp_(mKS-Ihjf*%LKUl2<*HP*YE`d5&FZW! z>Z%UqqK_fQm|~74*4Sc?fHR))f>%7y)xHjOtW%xqQrEiGy#_t&v%cu7KD29m6Pnnh zCO4(2O>24s#tzEKu7xd!YOKd*Y{zcw$G_7RLjoyekV63_R8T_$Ep*TW0e}f+SfJr8 z?|9F1QHWAhq7y_+ViBv@#4a4^$v{Rjk(n%HB^%jEA}6`XRc>;Zj`CEXB9*926{=E= z>J(9vTGXmGwJQfb3^2k3Gc2&e20J7;;esn}xTB*z9q33WI@5)&bfY^>^rRQP>P_$3 zF`fxbWD=8^!c?X)ogrp2i&@QPc4H4+?LP{eh(`hvk%VNVAQfpyM+lk7LRPYooj8Lx z1Vc0=LpBscH8jH$nJ4Xp1E2WJ7k=g|zwnJ;`OXjS2v>N*7l8;xBw~?>RAl0XR4p3O zT3)>+2A0`ushusiizVl5cFkwQ3azr#YFi&Y-mS}y)zDfMy>Sw||F(5HQlH?oo{m#6 hrq*LJp2vOkSz`M!vHkX7f%UMqo;f_U_Za_6`T?-~v-1D| literal 0 HcmV?d00001 diff --git a/SignalRChat/bin/Debug/net6.0/SignalRChat.pdb b/SignalRChat/bin/Debug/net6.0/SignalRChat.pdb new file mode 100644 index 0000000000000000000000000000000000000000..01cecc85f0f212f4c41546eec278e5669a2b9cbb GIT binary patch literal 34616 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 literal 0 HcmV?d00001 diff --git a/SignalRChat/bin/Debug/net6.0/SignalRChat.runtimeconfig.json b/SignalRChat/bin/Debug/net6.0/SignalRChat.runtimeconfig.json new file mode 100644 index 0000000..dfb1b77 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/SignalRChat.runtimeconfig.json @@ -0,0 +1,19 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/SignalRChat/bin/Debug/net6.0/SignalRChat.staticwebassets.runtime.json b/SignalRChat/bin/Debug/net6.0/SignalRChat.staticwebassets.runtime.json new file mode 100644 index 0000000..4290cb8 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/SignalRChat.staticwebassets.runtime.json @@ -0,0 +1 @@ +{"ContentRoots":["D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\","D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"chat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chat.js"},"Patterns":null},"signalr":{"Children":{"dist":{"Children":{"browser":{"Children":{"signalr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/signalr/dist/browser/signalr.js"},"Patterns":null},"signalr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/signalr/dist/browser/signalr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"SignalRChat.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"SignalRChat.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/SignalRChat/bin/Debug/net6.0/appsettings.Development.json b/SignalRChat/bin/Debug/net6.0/appsettings.Development.json new file mode 100644 index 0000000..770d3e9 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/SignalRChat/bin/Debug/net6.0/appsettings.json b/SignalRChat/bin/Debug/net6.0/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/SignalRChat/bin/Debug/net6.0/libman.json b/SignalRChat/bin/Debug/net6.0/libman.json new file mode 100644 index 0000000..a1d57d0 --- /dev/null +++ b/SignalRChat/bin/Debug/net6.0/libman.json @@ -0,0 +1,14 @@ +{ + "version": "1.0", + "defaultProvider": "unpkg", + "libraries": [ + { + "library": "@microsoft/signalr@latest", + "destination": "wwwroot/js/signalr", + "files": [ + "dist/browser/signalr.js", + "dist/browser/signalr.min.js" + ] + } + ] +} \ No newline at end of file diff --git a/SignalRChat/libman.json b/SignalRChat/libman.json new file mode 100644 index 0000000..a1d57d0 --- /dev/null +++ b/SignalRChat/libman.json @@ -0,0 +1,14 @@ +{ + "version": "1.0", + "defaultProvider": "unpkg", + "libraries": [ + { + "library": "@microsoft/signalr@latest", + "destination": "wwwroot/js/signalr", + "files": [ + "dist/browser/signalr.js", + "dist/browser/signalr.min.js" + ] + } + ] +} \ No newline at end of file diff --git a/SignalRChat/obj/Debug/net6.0/SignalRChat.MvcApplicationPartsAssemblyInfo.cache b/SignalRChat/obj/Debug/net6.0/SignalRChat.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.BuildWithSkipAnalyzers b/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.CoreCompileInputs.cache b/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..0511a07 --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f50d17b39169d86a157062e5385561763854e020 diff --git a/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.FileListAbsolute.txt b/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d8d297d --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/SignalRChat.csproj.FileListAbsolute.txt @@ -0,0 +1,27 @@ +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\appsettings.Development.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\appsettings.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\libman.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.staticwebassets.runtime.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.exe +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.deps.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.runtimeconfig.json +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.dll +D:\C#\SignalRChat\SignalRChat\bin\Debug\net6.0\SignalRChat.pdb +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.csproj.AssemblyReference.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.GeneratedMSBuildEditorConfig.editorconfig +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.AssemblyInfoInputs.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.AssemblyInfo.cs +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.csproj.CoreCompileInputs.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.MvcApplicationPartsAssemblyInfo.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.RazorAssemblyInfo.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.RazorAssemblyInfo.cs +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\staticwebassets.build.json +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\staticwebassets.development.json +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\scopedcss\Pages\Shared\_Layout.cshtml.rz.scp.css +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\scopedcss\bundle\SignalRChat.styles.css +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\scopedcss\projectbundle\SignalRChat.bundle.scp.css +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.dll +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\refint\SignalRChat.dll +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.pdb +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\SignalRChat.genruntimeconfig.cache +D:\C#\SignalRChat\SignalRChat\obj\Debug\net6.0\ref\SignalRChat.dll diff --git a/SignalRChat/obj/Debug/net6.0/SignalRChat.dll b/SignalRChat/obj/Debug/net6.0/SignalRChat.dll new file mode 100644 index 0000000000000000000000000000000000000000..dc10620d3b6ec8c78ea507e3204b46199929c280 GIT binary patch literal 52224 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 literal 0 HcmV?d00001 diff --git a/SignalRChat/obj/Debug/net6.0/apphost.exe b/SignalRChat/obj/Debug/net6.0/apphost.exe new file mode 100644 index 0000000000000000000000000000000000000000..064e779c1c6e432f93ee38be36287a02b6908dc1 GIT binary patch literal 148992 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 literal 0 HcmV?d00001 diff --git a/SignalRChat/obj/Debug/net6.0/project.razor.json b/SignalRChat/obj/Debug/net6.0/project.razor.json new file mode 100644 index 0000000..5cd1022 --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/project.razor.json @@ -0,0 +1 @@ +{"SerializedFilePath":"D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\project.razor.json","FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\SignalRChat.csproj","Configuration":{"ConfigurationName":"MVC-3.0","LanguageVersion":"6.0","Extensions":[{"ExtensionName":"MVC-3.0"}]},"ProjectWorkspaceState":{"TagHelpers":[{"HashCode":-1570376398,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}},{"HashCode":-1317134907,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100075476,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True"}},{"HashCode":2058523097,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909141050,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-700243708,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1980174088,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent"}},{"HashCode":-1268363715,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":47192083,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView"}},{"HashCode":171641290,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1879651112,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1403492109,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1044827811,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView"}},{"HashCode":-1365215869,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":646472149,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a flag to indicate whether route matching should prefer exact matches\n over wildcards.\n This property is obsolete and configuring it does nothing.\n \n ","Metadata":{"Common.PropertyName":"PreferExactMatches"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router"}},{"HashCode":-701282789,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a flag to indicate whether route matching should prefer exact matches\n over wildcards.\n This property is obsolete and configuring it does nothing.\n \n ","Metadata":{"Common.PropertyName":"PreferExactMatches"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-806325141,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1984749400,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377068835,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-879377312,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1895447004,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2136429748,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1871990747,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}},{"HashCode":1269318827,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1371580223,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-942676909,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":254469406,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":933735593,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1561818538,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}},{"HashCode":338228678,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411478404,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-624178974,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2050760822,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1941271305,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1142720739,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1301732458,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209287632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":650326898,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":514566703,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}},{"HashCode":-273549252,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766584723,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":292603590,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-939804279,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm"}},{"HashCode":707216181,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-408043690,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1704917829,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420558410,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":-1650507943,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":704578197,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True"}},{"HashCode":1915447523,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":328771901,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile"}},{"HashCode":-177543775,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935534115,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True"}},{"HashCode":31892784,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532414311,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True"}},{"HashCode":-1975191459,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239896056,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True"}},{"HashCode":1248723515,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-5688087,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-647344956,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-978423627,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True"}},{"HashCode":1777691999,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1130157769,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-662414230,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-400466067,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":-624435841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526645893,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":1278722841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":49922468,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True"}},{"HashCode":1343924420,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1355226858,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}},{"HashCode":-1802879813,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1281797782,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate"}},{"HashCode":-1640124240,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1462781705,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink"}},{"HashCode":1481322604,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386477367,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":720148254,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1120317366,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent"}},{"HashCode":-764133860,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1567531839,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1208072112,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1593959033,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet"}},{"HashCode":-34130624,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765254677,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle"}},{"HashCode":1265492983,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206629272,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2057572728,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524847289,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}},{"HashCode":-1295008868,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1991737880,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1669670115,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1533554184,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-941639418,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2100606566,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True"}},{"HashCode":-349097859,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1013193740,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1003924632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":153524432,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1557674147,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302905679,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":945222623,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":469224975,"Kind":"Components.EventHandler","Name":"onfocus","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocus","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocus"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocus' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocus' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":636009819,"Kind":"Components.EventHandler","Name":"onblur","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onblur","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onblur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onblur"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onblur' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onblur' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":546575177,"Kind":"Components.EventHandler","Name":"onfocusin","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusin","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusin"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusin' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusin' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2114769399,"Kind":"Components.EventHandler","Name":"onfocusout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1550772779,"Kind":"Components.EventHandler","Name":"onmouseover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":612198687,"Kind":"Components.EventHandler","Name":"onmouseout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2060463747,"Kind":"Components.EventHandler","Name":"onmousemove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousemove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousemove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousemove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousemove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1326584478,"Kind":"Components.EventHandler","Name":"onmousedown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousedown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousedown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousedown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousedown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-395655512,"Kind":"Components.EventHandler","Name":"onmouseup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1580936022,"Kind":"Components.EventHandler","Name":"onclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-543923158,"Kind":"Components.EventHandler","Name":"ondblclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondblclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondblclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondblclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondblclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":660330704,"Kind":"Components.EventHandler","Name":"onwheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-834393148,"Kind":"Components.EventHandler","Name":"onmousewheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousewheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousewheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousewheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousewheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousewheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":320548796,"Kind":"Components.EventHandler","Name":"oncontextmenu","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncontextmenu","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncontextmenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncontextmenu"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncontextmenu' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncontextmenu' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74517637,"Kind":"Components.EventHandler","Name":"ondrag","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrag","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrag"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrag' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrag' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":879601327,"Kind":"Components.EventHandler","Name":"ondragend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-318285175,"Kind":"Components.EventHandler","Name":"ondragenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1419540319,"Kind":"Components.EventHandler","Name":"ondragleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":409020797,"Kind":"Components.EventHandler","Name":"ondragover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1324656409,"Kind":"Components.EventHandler","Name":"ondragstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1401153931,"Kind":"Components.EventHandler","Name":"ondrop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1104389462,"Kind":"Components.EventHandler","Name":"onkeydown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeydown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeydown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeydown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeydown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":120046139,"Kind":"Components.EventHandler","Name":"onkeyup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeyup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeyup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeyup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeyup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":240557118,"Kind":"Components.EventHandler","Name":"onkeypress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeypress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeypress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeypress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeypress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-798535488,"Kind":"Components.EventHandler","Name":"onchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-148825719,"Kind":"Components.EventHandler","Name":"oninput","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninput","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninput"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninput' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninput' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1657218375,"Kind":"Components.EventHandler","Name":"oninvalid","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninvalid","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninvalid","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninvalid"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninvalid' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninvalid' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1575359467,"Kind":"Components.EventHandler","Name":"onreset","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreset","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreset"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreset' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreset' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1832139381,"Kind":"Components.EventHandler","Name":"onselect","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselect","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselect"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselect' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselect' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":314395922,"Kind":"Components.EventHandler","Name":"onselectstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":466631769,"Kind":"Components.EventHandler","Name":"onselectionchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectionchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectionchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectionchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectionchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectionchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-620654161,"Kind":"Components.EventHandler","Name":"onsubmit","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsubmit","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsubmit"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsubmit' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsubmit' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395294726,"Kind":"Components.EventHandler","Name":"onbeforecopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-196963757,"Kind":"Components.EventHandler","Name":"onbeforecut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":133350078,"Kind":"Components.EventHandler","Name":"onbeforepaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforepaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforepaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforepaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforepaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforepaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1632911159,"Kind":"Components.EventHandler","Name":"oncopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1992045051,"Kind":"Components.EventHandler","Name":"oncut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":434043723,"Kind":"Components.EventHandler","Name":"onpaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":772720459,"Kind":"Components.EventHandler","Name":"ontouchcancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchcancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchcancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchcancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchcancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchcancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1330823382,"Kind":"Components.EventHandler","Name":"ontouchend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":817317830,"Kind":"Components.EventHandler","Name":"ontouchmove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchmove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchmove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchmove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchmove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchmove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-438970647,"Kind":"Components.EventHandler","Name":"ontouchstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1779680239,"Kind":"Components.EventHandler","Name":"ontouchenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1488654964,"Kind":"Components.EventHandler","Name":"ontouchleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1871753312,"Kind":"Components.EventHandler","Name":"ongotpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ongotpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ongotpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ongotpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ongotpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":583309410,"Kind":"Components.EventHandler","Name":"onlostpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onlostpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onlostpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onlostpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onlostpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":751792818,"Kind":"Components.EventHandler","Name":"onpointercancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointercancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointercancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointercancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointercancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointercancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-699986234,"Kind":"Components.EventHandler","Name":"onpointerdown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerdown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerdown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerdown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerdown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerdown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":52762667,"Kind":"Components.EventHandler","Name":"onpointerenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2132332790,"Kind":"Components.EventHandler","Name":"onpointerleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1915518260,"Kind":"Components.EventHandler","Name":"onpointermove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointermove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointermove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointermove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointermove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointermove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1632728403,"Kind":"Components.EventHandler","Name":"onpointerout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1007967319,"Kind":"Components.EventHandler","Name":"onpointerover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":326400237,"Kind":"Components.EventHandler","Name":"onpointerup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1538588348,"Kind":"Components.EventHandler","Name":"oncanplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":481427772,"Kind":"Components.EventHandler","Name":"oncanplaythrough","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplaythrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplaythrough"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplaythrough' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplaythrough' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1941393997,"Kind":"Components.EventHandler","Name":"oncuechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncuechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncuechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncuechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncuechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncuechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":145174147,"Kind":"Components.EventHandler","Name":"ondurationchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondurationchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondurationchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondurationchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondurationchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondurationchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1616493707,"Kind":"Components.EventHandler","Name":"onemptied","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onemptied","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onemptied","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onemptied"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onemptied' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onemptied' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2049924970,"Kind":"Components.EventHandler","Name":"onpause","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpause","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpause","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpause"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpause' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpause' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-499411268,"Kind":"Components.EventHandler","Name":"onplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-467955947,"Kind":"Components.EventHandler","Name":"onplaying","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplaying","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplaying","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplaying"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplaying' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplaying' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-646455659,"Kind":"Components.EventHandler","Name":"onratechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onratechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onratechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onratechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onratechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onratechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1318909817,"Kind":"Components.EventHandler","Name":"onseeked","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeked"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeked' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeked' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-566190700,"Kind":"Components.EventHandler","Name":"onseeking","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeking","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeking"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeking' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeking' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1370031643,"Kind":"Components.EventHandler","Name":"onstalled","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstalled","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstalled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstalled"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstalled' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstalled' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1396958713,"Kind":"Components.EventHandler","Name":"onstop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-584687426,"Kind":"Components.EventHandler","Name":"onsuspend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsuspend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsuspend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsuspend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsuspend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsuspend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1507174455,"Kind":"Components.EventHandler","Name":"ontimeupdate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeupdate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeupdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeupdate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeupdate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeupdate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1480061990,"Kind":"Components.EventHandler","Name":"onvolumechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onvolumechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onvolumechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onvolumechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onvolumechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onvolumechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395230637,"Kind":"Components.EventHandler","Name":"onwaiting","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwaiting","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwaiting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwaiting"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwaiting' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwaiting' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":749652276,"Kind":"Components.EventHandler","Name":"onloadstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1279740321,"Kind":"Components.EventHandler","Name":"ontimeout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2011637847,"Kind":"Components.EventHandler","Name":"onabort","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onabort","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onabort","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onabort"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onabort' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onabort' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-921956754,"Kind":"Components.EventHandler","Name":"onload","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onload","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onload"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onload' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onload' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1440136766,"Kind":"Components.EventHandler","Name":"onloadend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":257822301,"Kind":"Components.EventHandler","Name":"onprogress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onprogress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onprogress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onprogress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onprogress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onprogress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1058047039,"Kind":"Components.EventHandler","Name":"onerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ErrorEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":104249782,"Kind":"Components.EventHandler","Name":"onactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-386211422,"Kind":"Components.EventHandler","Name":"onbeforeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":832686668,"Kind":"Components.EventHandler","Name":"onbeforedeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforedeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforedeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforedeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforedeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-279644017,"Kind":"Components.EventHandler","Name":"ondeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":891414409,"Kind":"Components.EventHandler","Name":"onended","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onended","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onended"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onended' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onended' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2123884659,"Kind":"Components.EventHandler","Name":"onfullscreenchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-463806918,"Kind":"Components.EventHandler","Name":"onfullscreenerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-884469555,"Kind":"Components.EventHandler","Name":"onloadeddata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadeddata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadeddata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadeddata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadeddata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadeddata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":671319647,"Kind":"Components.EventHandler","Name":"onloadedmetadata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadedmetadata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadedmetadata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadedmetadata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadedmetadata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74752683,"Kind":"Components.EventHandler","Name":"onpointerlockchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1986906860,"Kind":"Components.EventHandler","Name":"onpointerlockerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":738238011,"Kind":"Components.EventHandler","Name":"onreadystatechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreadystatechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreadystatechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreadystatechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreadystatechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreadystatechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1984892155,"Kind":"Components.EventHandler","Name":"onscroll","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onscroll","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onscroll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onscroll"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onscroll' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onscroll' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1259166588,"Kind":"Components.EventHandler","Name":"ontoggle","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontoggle","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontoggle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontoggle"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontoggle' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontoggle' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1270112777,"Kind":"Components.Splat","Name":"Attributes","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Merges a collection of attributes into the current element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@attributes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Splat","Name":"@attributes","TypeName":"System.Object","Documentation":"Merges a collection of attributes into the current element or component.","Metadata":{"Common.PropertyName":"Attributes","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Splat","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Attributes"}},{"HashCode":-1132855933,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.Razor","Documentation":"\n \n implementation targeting elements containing attributes with URL expected values.\n \n Resolves URLs starting with '~/' (relative to the application's 'webroot' setting) that are not\n targeted by other s. Runs prior to other s to ensure\n application-relative URLs are resolved.\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"itemid","Value":"~/","ValueComparison":2}]},{"TagName":"a","Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"applet","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"area","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"audio","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"base","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"blockquote","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"button","Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"del","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"embed","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"form","Attributes":[{"Name":"action","Value":"~/","ValueComparison":2}]},{"TagName":"html","Attributes":[{"Name":"manifest","Value":"~/","ValueComparison":2}]},{"TagName":"iframe","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"ins","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"menuitem","Attributes":[{"Name":"icon","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"data","Value":"~/","ValueComparison":2}]},{"TagName":"q","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"script","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"track","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"poster","Value":"~/","ValueComparison":2}]}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper"}},{"HashCode":-458149748,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <a> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"a","Attributes":[{"Name":"asp-action"}]},{"TagName":"a","Attributes":[{"Name":"asp-controller"}]},{"TagName":"a","Attributes":[{"Name":"asp-area"}]},{"TagName":"a","Attributes":[{"Name":"asp-page"}]},{"TagName":"a","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"a","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"a","Attributes":[{"Name":"asp-host"}]},{"TagName":"a","Attributes":[{"Name":"asp-protocol"}]},{"TagName":"a","Attributes":[{"Name":"asp-route"}]},{"TagName":"a","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"a","Attributes":[{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n \n Must be null if is non-null.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n \n Must be null if or , \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n \n Must be null if or , or \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-protocol","TypeName":"System.String","Documentation":"\n \n The protocol for the URL, such as \"http\" or \"https\".\n \n ","Metadata":{"Common.PropertyName":"Protocol"}},{"Kind":"ITagHelper","Name":"asp-host","TypeName":"System.String","Documentation":"\n \n The host name.\n \n ","Metadata":{"Common.PropertyName":"Host"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n The URL fragment name.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if one of , , \n or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper"}},{"HashCode":-222274357,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"cache"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"priority","TypeName":"Microsoft.Extensions.Caching.Memory.CacheItemPriority?","Documentation":"\n \n Gets or sets the policy for the cache entry.\n \n ","Metadata":{"Common.PropertyName":"Priority"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper"}},{"HashCode":-710024730,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that renders a Razor component.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"component","TagStructure":2,"Attributes":[{"Name":"type"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"params","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"param-","IndexerTypeName":"System.Object","Documentation":"\n \n Gets or sets values for component parameters.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.Type","Documentation":"\n \n Gets or sets the component type. This value is required.\n \n ","Metadata":{"Common.PropertyName":"ComponentType"}},{"Kind":"ITagHelper","Name":"render-mode","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.RenderMode","IsEnum":true,"Documentation":"\n \n Gets or sets the \n \n ","Metadata":{"Common.PropertyName":"RenderMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper"}},{"HashCode":5888046,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <distributed-cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"distributed-cache","Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n Gets or sets a unique name to discriminate cached entries.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper"}},{"HashCode":-98134858,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <environment> elements that conditionally renders\n content based on the current value of .\n If the environment is not listed in the specified or ,\n or if it is in , the content will not be rendered.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"environment"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"names","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Names"}},{"Kind":"ITagHelper","Name":"include","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Include"}},{"Kind":"ITagHelper","Name":"exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Exclude"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper"}},{"HashCode":-1374103696,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <button> elements and <input> elements with\n their type attribute set to image or submit.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"button","Attributes":[{"Name":"asp-action"}]},{"TagName":"button","Attributes":[{"Name":"asp-controller"}]},{"TagName":"button","Attributes":[{"Name":"asp-area"}]},{"TagName":"button","Attributes":[{"Name":"asp-page"}]},{"TagName":"button","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"button","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"button","Attributes":[{"Name":"asp-route"}]},{"TagName":"button","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"button","Attributes":[{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper"}},{"HashCode":-1261220325,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <form> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"form"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-antiforgery","TypeName":"System.Boolean?","Documentation":"\n \n Whether the antiforgery token should be generated.\n \n Defaults to false if user provides an action attribute\n or if the method is ; true otherwise.\n ","Metadata":{"Common.PropertyName":"Antiforgery"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper"}},{"HashCode":-1709777796,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <img> elements that supports file versioning.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"asp-append-version"},{"Name":"src"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Source of the image.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean","Documentation":"\n \n Value indicating if file version should be appended to the src urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper"}},{"HashCode":1006186794,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <input> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-format","TypeName":"System.String","Documentation":"\n \n The format string (see https://msdn.microsoft.com/en-us/library/txafckwd.aspx) used to format the\n result. Sets the generated \"value\" attribute to that formatted string.\n \n \n Not used if the provided (see ) or calculated \"type\" attribute value is\n checkbox, password, or radio. That is, is used when calling\n .\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.String","Documentation":"\n \n The type of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the \n helper to call and the default value. A default is not calculated\n if the provided (see ) or calculated \"type\" attribute value is checkbox,\n hidden, password, or radio.\n \n ","Metadata":{"Common.PropertyName":"InputTypeName"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n The value of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the generated \"checked\" attribute\n if is \"radio\". Must not be null in that case.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper"}},{"HashCode":-334796707,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <label> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"label","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper"}},{"HashCode":74756029,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <link> elements that supports fallback href paths.\n \n \n The tag helper won't process for cases with just the 'href' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-class"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-property"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-value"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"href","TypeName":"System.String","Documentation":"\n \n Address of the linked resource.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"ITagHelper","Name":"asp-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"HrefInclude"}},{"Kind":"ITagHelper","Name":"asp-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"HrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href","TypeName":"System.String","Documentation":"\n \n The URL of a CSS stylesheet to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackHref"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to the href urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to fallback to in the case the primary\n one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-class","TypeName":"System.String","Documentation":"\n \n The class name defined in the stylesheet to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestClass"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-property","TypeName":"System.String","Documentation":"\n \n The CSS property name to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestProperty"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-value","TypeName":"System.String","Documentation":"\n \n The CSS property value to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestValue"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper"}},{"HashCode":394668654,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <option> elements.\n \n \n This works in conjunction with . It reads elements\n content but does not modify that content. The only modification it makes is to add a selected attribute\n in some cases.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"option"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n Specifies a value for the <option> element.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper"}},{"HashCode":2096572700,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n Renders a partial view.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"partial","TagStructure":2,"Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name or path of the partial view that is rendered to the response.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"model","TypeName":"System.Object","Documentation":"\n \n The model to pass into the partial view. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"ITagHelper","Name":"optional","TypeName":"System.Boolean","Documentation":"\n \n When optional, executing the tag helper will no-op if the view cannot be located.\n Otherwise will throw stating the view could not be found.\n \n ","Metadata":{"Common.PropertyName":"Optional"}},{"Kind":"ITagHelper","Name":"fallback-name","TypeName":"System.String","Documentation":"\n \n View to lookup if the view specified by cannot be located.\n \n ","Metadata":{"Common.PropertyName":"FallbackName"}},{"Kind":"ITagHelper","Name":"view-data","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary","IndexerNamePrefix":"view-data-","IndexerTypeName":"System.Object","Documentation":"\n \n A to pass into the partial view.\n \n ","Metadata":{"Common.PropertyName":"ViewData"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper"}},{"HashCode":300760378,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that saves the state of Razor components rendered on the page up to that point.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"persist-component-state","TagStructure":2}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"persist-mode","TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistenceMode?","Documentation":"\n \n Gets or sets the for the state to persist.\n \n ","Metadata":{"Common.PropertyName":"PersistenceMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper"}},{"HashCode":1581530153,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <script> elements that supports fallback src paths.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"script","Attributes":[{"Name":"asp-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-test"}]},{"TagName":"script","Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Address of the external script to use.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"SrcInclude"}},{"Kind":"ITagHelper","Name":"asp-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"SrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src","TypeName":"System.String","Documentation":"\n \n The URL of a Script tag to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrc"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to src urls.\n \n \n A query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the\n primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test","TypeName":"System.String","Documentation":"\n \n The script method defined in the primary script to use for the fallback test.\n \n ","Metadata":{"Common.PropertyName":"FallbackTestExpression"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper"}},{"HashCode":1854126375,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <select> elements with asp-for and/or\n asp-items attribute(s).\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"asp-for"}]},{"TagName":"select","Attributes":[{"Name":"asp-items"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n A collection of objects used to populate the <select> element with\n <optgroup> and <option> elements.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper"}},{"HashCode":628075759,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <textarea> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper"}},{"HashCode":1381111830,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-for\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"span","Attributes":[{"Name":"asp-validation-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n Gets an expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper"}},{"HashCode":536842639,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-summary\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"div","Attributes":[{"Name":"asp-validation-summary"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-summary","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary","IsEnum":true,"Documentation":"\n \n If or , appends a validation\n summary. Otherwise (, the default), this tag helper does nothing.\n \n \n Thrown if setter is called with an undefined value e.g.\n (ValidationSummary)23.\n \n ","Metadata":{"Common.PropertyName":"ValidationSummary"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper"}},{"HashCode":999350350,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@bind-","NameComparison":1,"Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-...","TypeName":"System.Collections.Generic.Dictionary","IndexerNamePrefix":"@bind-","IndexerTypeName":"System.Object","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the corresponding bind attribute. For example: @bind-value:format=\"...\" will apply a format string to the value specified in @bind-value=\"...\". The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-...' attribute.","Metadata":{"Common.PropertyName":"Event"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.Fallback":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Bind"}},{"HashCode":-1874581601,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":688756199,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1525564843,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_checked"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-checked","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"checked","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"checkbox","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-2050403530,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"text","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1758301023,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":2003827684,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-259225247,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-570582221,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":564364738,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1169474289,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":871231720,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1515522350,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1647736512,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1296198824,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1488907878,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-596367609,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1864122447,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":490191036,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":877686389,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate"}},{"HashCode":899488481,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-543982663,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}},{"HashCode":184745786,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088536480,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}},{"HashCode":622693140,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796020349,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}},{"HashCode":646250911,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1614905710,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":789494904,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282414888,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":-1742066353,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":93715084,"Kind":"Components.Ref","Name":"Ref","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Populates the specified field or property with a reference to the element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ref","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Ref","Name":"@ref","TypeName":"System.Object","Documentation":"Populates the specified field or property with a reference to the element or component.","Metadata":{"Common.PropertyName":"Ref","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Ref","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Ref"}},{"HashCode":-115576540,"Kind":"Components.Key","Name":"Key","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@key","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Key","Name":"@key","TypeName":"System.Object","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","Metadata":{"Common.PropertyName":"Key","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Key","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Key"}}],"CSharpLanguageVersion":1000},"RootNamespace":"SignalRChat","Documents":[{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\_ViewStart.cshtml","TargetPath":"Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\Error.cshtml","TargetPath":"Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\_ViewImports.cshtml","TargetPath":"Pages\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\Shared\\_ValidationScriptsPartial.cshtml","TargetPath":"Pages\\Shared\\_ValidationScriptsPartial.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\Index.cshtml","TargetPath":"Pages\\Index.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\Shared\\_Layout.cshtml","TargetPath":"Pages\\Shared\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"D:\\C#\\SignalRChat\\SignalRChat\\Pages\\Privacy.cshtml","TargetPath":"Pages\\Privacy.cshtml","FileKind":"mvc"}],"SerializationFormat":"0.3"} \ No newline at end of file diff --git a/SignalRChat/obj/Debug/net6.0/ref/SignalRChat.dll b/SignalRChat/obj/Debug/net6.0/ref/SignalRChat.dll new file mode 100644 index 0000000000000000000000000000000000000000..d6244f38cf5d4b6aadcc60567d66442171ffa09c GIT binary patch literal 16384 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 .nav-link[b-qs0l4gmowu] { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.border-top[b-qs0l4gmowu] { + border-top: 1px solid #e5e5e5; +} +.border-bottom[b-qs0l4gmowu] { + border-bottom: 1px solid #e5e5e5; +} + +.box-shadow[b-qs0l4gmowu] { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + +button.accept-policy[b-qs0l4gmowu] { + font-size: 1rem; + line-height: inherit; +} + +.footer[b-qs0l4gmowu] { + position: absolute; + bottom: 0; + width: 100%; + white-space: nowrap; + line-height: 60px; +} diff --git a/SignalRChat/obj/Debug/net6.0/scopedcss/bundle/SignalRChat.styles.css b/SignalRChat/obj/Debug/net6.0/scopedcss/bundle/SignalRChat.styles.css new file mode 100644 index 0000000..3afdc53 --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/scopedcss/bundle/SignalRChat.styles.css @@ -0,0 +1,49 @@ +/* _content/SignalRChat/Pages/Shared/_Layout.cshtml.rz.scp.css */ +/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +for details on configuring this project to bundle and minify static web assets. */ + +a.navbar-brand[b-qs0l4gmowu] { + white-space: normal; + text-align: center; + word-break: break-all; +} + +a[b-qs0l4gmowu] { + color: #0077cc; +} + +.btn-primary[b-qs0l4gmowu] { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.nav-pills .nav-link.active[b-qs0l4gmowu], .nav-pills .show > .nav-link[b-qs0l4gmowu] { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.border-top[b-qs0l4gmowu] { + border-top: 1px solid #e5e5e5; +} +.border-bottom[b-qs0l4gmowu] { + border-bottom: 1px solid #e5e5e5; +} + +.box-shadow[b-qs0l4gmowu] { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + +button.accept-policy[b-qs0l4gmowu] { + font-size: 1rem; + line-height: inherit; +} + +.footer[b-qs0l4gmowu] { + position: absolute; + bottom: 0; + width: 100%; + white-space: nowrap; + line-height: 60px; +} diff --git a/SignalRChat/obj/Debug/net6.0/scopedcss/projectbundle/SignalRChat.bundle.scp.css b/SignalRChat/obj/Debug/net6.0/scopedcss/projectbundle/SignalRChat.bundle.scp.css new file mode 100644 index 0000000..3afdc53 --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/scopedcss/projectbundle/SignalRChat.bundle.scp.css @@ -0,0 +1,49 @@ +/* _content/SignalRChat/Pages/Shared/_Layout.cshtml.rz.scp.css */ +/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +for details on configuring this project to bundle and minify static web assets. */ + +a.navbar-brand[b-qs0l4gmowu] { + white-space: normal; + text-align: center; + word-break: break-all; +} + +a[b-qs0l4gmowu] { + color: #0077cc; +} + +.btn-primary[b-qs0l4gmowu] { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.nav-pills .nav-link.active[b-qs0l4gmowu], .nav-pills .show > .nav-link[b-qs0l4gmowu] { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.border-top[b-qs0l4gmowu] { + border-top: 1px solid #e5e5e5; +} +.border-bottom[b-qs0l4gmowu] { + border-bottom: 1px solid #e5e5e5; +} + +.box-shadow[b-qs0l4gmowu] { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + +button.accept-policy[b-qs0l4gmowu] { + font-size: 1rem; + line-height: inherit; +} + +.footer[b-qs0l4gmowu] { + position: absolute; + bottom: 0; + width: 100%; + white-space: nowrap; + line-height: 60px; +} diff --git a/SignalRChat/obj/Debug/net6.0/staticwebassets.build.json b/SignalRChat/obj/Debug/net6.0/staticwebassets.build.json new file mode 100644 index 0000000..5bb13bf --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/staticwebassets.build.json @@ -0,0 +1,1125 @@ +{ + "Version": 1, + "Hash": "5hxBRKcBH9S1etAYLdiJFG82iiyw7xnYeYdJaJ7Eu9g=", + "Source": "SignalRChat", + "BasePath": "_content/SignalRChat", + "Mode": "Default", + "ManifestType": "Build", + "ReferencedProjectsConfiguration": [], + "DiscoveryPatterns": [ + { + "Name": "SignalRChat\\wwwroot", + "Source": "SignalRChat", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "Pattern": "**" + } + ], + "Assets": [ + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\bundle\\SignalRChat.styles.css", + "SourceId": "SignalRChat", + "SourceType": "Computed", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\bundle\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "SignalRChat.styles.css", + "AssetKind": "All", + "AssetMode": "CurrentProject", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ApplicationBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\bundle\\SignalRChat.styles.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\SignalRChat.bundle.scp.css", + "SourceId": "SignalRChat", + "SourceType": "Computed", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "SignalRChat.bundle.scp.css", + "AssetKind": "All", + "AssetMode": "Reference", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ProjectBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\SignalRChat.bundle.scp.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\css\\site.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "css/site.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\site.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\favicon.ico", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "favicon.ico", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\favicon.ico" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\js\\chat.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "js/chat.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\js\\chat.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\js\\signalr\\dist\\browser\\signalr.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "js/signalr/dist/browser/signalr.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\js\\signalr\\dist\\browser\\signalr.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\js\\signalr\\dist\\browser\\signalr.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "js/signalr/dist/browser/signalr.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\js\\signalr\\dist\\browser\\signalr.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\js\\site.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "js/site.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\js\\site.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.min.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.min.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/dist/js/bootstrap.min.js.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\bootstrap\\LICENSE", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/bootstrap/LICENSE", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\LICENSE" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery\\dist\\jquery.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery/dist/jquery.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery\\dist\\jquery.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery/dist/jquery.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery\\dist\\jquery.min.map", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery/dist/jquery.min.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.min.map" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery\\LICENSE.txt", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery/LICENSE.txt", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery\\LICENSE.txt" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation/dist/additional-methods.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation/dist/additional-methods.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation/dist/jquery.validate.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation/dist/jquery.validate.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation\\LICENSE.md", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation/LICENSE.md", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\LICENSE.md" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js" + }, + { + "Identity": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt", + "SourceId": "SignalRChat", + "SourceType": "Discovered", + "ContentRoot": "D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\", + "BasePath": "_content/SignalRChat", + "RelativePath": "lib/jquery-validation-unobtrusive/LICENSE.txt", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt" + } + ] +} \ No newline at end of file diff --git a/SignalRChat/obj/Debug/net6.0/staticwebassets.development.json b/SignalRChat/obj/Debug/net6.0/staticwebassets.development.json new file mode 100644 index 0000000..4290cb8 --- /dev/null +++ b/SignalRChat/obj/Debug/net6.0/staticwebassets.development.json @@ -0,0 +1 @@ +{"ContentRoots":["D:\\C#\\SignalRChat\\SignalRChat\\wwwroot\\","D:\\C#\\SignalRChat\\SignalRChat\\obj\\Debug\\net6.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"chat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/chat.js"},"Patterns":null},"signalr":{"Children":{"dist":{"Children":{"browser":{"Children":{"signalr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/signalr/dist/browser/signalr.js"},"Patterns":null},"signalr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/signalr/dist/browser/signalr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"SignalRChat.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"SignalRChat.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/SignalRChat/obj/staticwebassets.pack.sentinel b/SignalRChat/obj/staticwebassets.pack.sentinel new file mode 100644 index 0000000..cd5ac03 --- /dev/null +++ b/SignalRChat/obj/staticwebassets.pack.sentinel @@ -0,0 +1 @@ +2.0 diff --git a/SignalRChat/wwwroot/js/chat.js b/SignalRChat/wwwroot/js/chat.js new file mode 100644 index 0000000..46982d8 --- /dev/null +++ b/SignalRChat/wwwroot/js/chat.js @@ -0,0 +1,30 @@ +"use strict"; + +var connection = new signalR.HubConnectionBuilder().withUrl("/chatHub").build(); + +//Disable the send button until connection is established. +document.getElementById("sendButton").disabled = true; + +connection.on("ReceiveMessage", function (user, message) { + var li = document.createElement("li"); + document.getElementById("messagesList").appendChild(li); + // We can assign user-supplied strings to an element's textContent because it + // is not interpreted as markup. If you're assigning in any other way, you + // should be aware of possible script injection concerns. + li.textContent = `${user} says ${message}`; +}); + +connection.start().then(function () { + document.getElementById("sendButton").disabled = false; +}).catch(function (err) { + return console.error(err.toString()); +}); + +document.getElementById("sendButton").addEventListener("click", function (event) { + var user = document.getElementById("userInput").value; + var message = document.getElementById("messageInput").value; + connection.invoke("SendMessage", user, message).catch(function (err) { + return console.error(err.toString()); + }); + event.preventDefault(); +}); \ No newline at end of file diff --git a/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.js b/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.js new file mode 100644 index 0000000..987c735 --- /dev/null +++ b/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.js @@ -0,0 +1,3115 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["signalR"] = factory(); + else + root["signalR"] = factory(); +})(self, function() { +return /******/ (() => { // webpackBootstrap +/******/ "use strict"; +/******/ // The require scope +/******/ var __webpack_require__ = {}; +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/define property getters */ +/******/ (() => { +/******/ // define getter functions for harmony exports +/******/ __webpack_require__.d = (exports, definition) => { +/******/ for(var key in definition) { +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); +/******/ } +/******/ } +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/global */ +/******/ (() => { +/******/ __webpack_require__.g = (function() { +/******/ if (typeof globalThis === 'object') return globalThis; +/******/ try { +/******/ return this || new Function('return this')(); +/******/ } catch (e) { +/******/ if (typeof window === 'object') return window; +/******/ } +/******/ })(); +/******/ })(); +/******/ +/******/ /* webpack/runtime/hasOwnProperty shorthand */ +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) +/******/ })(); +/******/ +/******/ /* webpack/runtime/make namespace object */ +/******/ (() => { +/******/ // define __esModule on exports +/******/ __webpack_require__.r = (exports) => { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ })(); +/******/ +/************************************************************************/ +var __webpack_exports__ = {}; +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "AbortError": () => (/* reexport */ AbortError), + "DefaultHttpClient": () => (/* reexport */ DefaultHttpClient), + "HttpClient": () => (/* reexport */ HttpClient), + "HttpError": () => (/* reexport */ HttpError), + "HttpResponse": () => (/* reexport */ HttpResponse), + "HttpTransportType": () => (/* reexport */ HttpTransportType), + "HubConnection": () => (/* reexport */ HubConnection), + "HubConnectionBuilder": () => (/* reexport */ HubConnectionBuilder), + "HubConnectionState": () => (/* reexport */ HubConnectionState), + "JsonHubProtocol": () => (/* reexport */ JsonHubProtocol), + "LogLevel": () => (/* reexport */ LogLevel), + "MessageType": () => (/* reexport */ MessageType), + "NullLogger": () => (/* reexport */ NullLogger), + "Subject": () => (/* reexport */ Subject), + "TimeoutError": () => (/* reexport */ TimeoutError), + "TransferFormat": () => (/* reexport */ TransferFormat), + "VERSION": () => (/* reexport */ VERSION) +}); + +;// CONCATENATED MODULE: ./src/Errors.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +/** Error thrown when an HTTP request fails. */ +class HttpError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.HttpError}. + * + * @param {string} errorMessage A descriptive error message. + * @param {number} statusCode The HTTP status code represented by this error. + */ + constructor(errorMessage, statusCode) { + const trueProto = new.target.prototype; + super(`${errorMessage}: Status code '${statusCode}'`); + this.statusCode = statusCode; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when a timeout elapses. */ +class TimeoutError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.TimeoutError}. + * + * @param {string} errorMessage A descriptive error message. + */ + constructor(errorMessage = "A timeout occurred.") { + const trueProto = new.target.prototype; + super(errorMessage); + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when an action is aborted. */ +class AbortError extends Error { + /** Constructs a new instance of {@link AbortError}. + * + * @param {string} errorMessage A descriptive error message. + */ + constructor(errorMessage = "An abort occurred.") { + const trueProto = new.target.prototype; + super(errorMessage); + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when the selected transport is unsupported by the browser. */ +/** @private */ +class UnsupportedTransportError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.UnsupportedTransportError}. + * + * @param {string} message A descriptive error message. + * @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occured on. + */ + constructor(message, transport) { + const trueProto = new.target.prototype; + super(message); + this.transport = transport; + this.errorType = 'UnsupportedTransportError'; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when the selected transport is disabled by the browser. */ +/** @private */ +class DisabledTransportError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.DisabledTransportError}. + * + * @param {string} message A descriptive error message. + * @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occured on. + */ + constructor(message, transport) { + const trueProto = new.target.prototype; + super(message); + this.transport = transport; + this.errorType = 'DisabledTransportError'; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when the selected transport cannot be started. */ +/** @private */ +class FailedToStartTransportError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.FailedToStartTransportError}. + * + * @param {string} message A descriptive error message. + * @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occured on. + */ + constructor(message, transport) { + const trueProto = new.target.prototype; + super(message); + this.transport = transport; + this.errorType = 'FailedToStartTransportError'; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when the negotiation with the server failed to complete. */ +/** @private */ +class FailedToNegotiateWithServerError extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.FailedToNegotiateWithServerError}. + * + * @param {string} message A descriptive error message. + */ + constructor(message) { + const trueProto = new.target.prototype; + super(message); + this.errorType = 'FailedToNegotiateWithServerError'; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} +/** Error thrown when multiple errors have occured. */ +/** @private */ +class AggregateErrors extends Error { + /** Constructs a new instance of {@link @microsoft/signalr.AggregateErrors}. + * + * @param {string} message A descriptive error message. + * @param {Error[]} innerErrors The collection of errors this error is aggregating. + */ + constructor(message, innerErrors) { + const trueProto = new.target.prototype; + super(message); + this.innerErrors = innerErrors; + // Workaround issue in Typescript compiler + // https://github.com/Microsoft/TypeScript/issues/13965#issuecomment-278570200 + this.__proto__ = trueProto; + } +} + +;// CONCATENATED MODULE: ./src/HttpClient.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +/** Represents an HTTP response. */ +class HttpResponse { + constructor(statusCode, statusText, content) { + this.statusCode = statusCode; + this.statusText = statusText; + this.content = content; + } +} +/** Abstraction over an HTTP client. + * + * This class provides an abstraction over an HTTP client so that a different implementation can be provided on different platforms. + */ +class HttpClient { + get(url, options) { + return this.send({ + ...options, + method: "GET", + url, + }); + } + post(url, options) { + return this.send({ + ...options, + method: "POST", + url, + }); + } + delete(url, options) { + return this.send({ + ...options, + method: "DELETE", + url, + }); + } + /** Gets all cookies that apply to the specified URL. + * + * @param url The URL that the cookies are valid for. + * @returns {string} A string containing all the key-value cookie pairs for the specified URL. + */ + // @ts-ignore + getCookieString(url) { + return ""; + } +} + +;// CONCATENATED MODULE: ./src/ILogger.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// These values are designed to match the ASP.NET Log Levels since that's the pattern we're emulating here. +/** Indicates the severity of a log message. + * + * Log Levels are ordered in increasing severity. So `Debug` is more severe than `Trace`, etc. + */ +var LogLevel; +(function (LogLevel) { + /** Log level for very low severity diagnostic messages. */ + LogLevel[LogLevel["Trace"] = 0] = "Trace"; + /** Log level for low severity diagnostic messages. */ + LogLevel[LogLevel["Debug"] = 1] = "Debug"; + /** Log level for informational diagnostic messages. */ + LogLevel[LogLevel["Information"] = 2] = "Information"; + /** Log level for diagnostic messages that indicate a non-fatal problem. */ + LogLevel[LogLevel["Warning"] = 3] = "Warning"; + /** Log level for diagnostic messages that indicate a failure in the current operation. */ + LogLevel[LogLevel["Error"] = 4] = "Error"; + /** Log level for diagnostic messages that indicate a failure that will terminate the entire application. */ + LogLevel[LogLevel["Critical"] = 5] = "Critical"; + /** The highest possible log level. Used when configuring logging to indicate that no log messages should be emitted. */ + LogLevel[LogLevel["None"] = 6] = "None"; +})(LogLevel || (LogLevel = {})); + +;// CONCATENATED MODULE: ./src/Loggers.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +/** A logger that does nothing when log messages are sent to it. */ +class NullLogger { + constructor() { } + /** @inheritDoc */ + // eslint-disable-next-line + log(_logLevel, _message) { + } +} +/** The singleton instance of the {@link @microsoft/signalr.NullLogger}. */ +NullLogger.instance = new NullLogger(); + +;// CONCATENATED MODULE: ./src/Utils.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + +// Version token that will be replaced by the prepack command +/** The version of the SignalR client. */ +const VERSION = "6.0.4"; +/** @private */ +class Arg { + static isRequired(val, name) { + if (val === null || val === undefined) { + throw new Error(`The '${name}' argument is required.`); + } + } + static isNotEmpty(val, name) { + if (!val || val.match(/^\s*$/)) { + throw new Error(`The '${name}' argument should not be empty.`); + } + } + static isIn(val, values, name) { + // TypeScript enums have keys for **both** the name and the value of each enum member on the type itself. + if (!(val in values)) { + throw new Error(`Unknown ${name} value: ${val}.`); + } + } +} +/** @private */ +class Platform { + // react-native has a window but no document so we should check both + static get isBrowser() { + return typeof window === "object" && typeof window.document === "object"; + } + // WebWorkers don't have a window object so the isBrowser check would fail + static get isWebWorker() { + return typeof self === "object" && "importScripts" in self; + } + // react-native has a window but no document + static get isReactNative() { + return typeof window === "object" && typeof window.document === "undefined"; + } + // Node apps shouldn't have a window object, but WebWorkers don't either + // so we need to check for both WebWorker and window + static get isNode() { + return !this.isBrowser && !this.isWebWorker && !this.isReactNative; + } +} +/** @private */ +function getDataDetail(data, includeContent) { + let detail = ""; + if (isArrayBuffer(data)) { + detail = `Binary data of length ${data.byteLength}`; + if (includeContent) { + detail += `. Content: '${formatArrayBuffer(data)}'`; + } + } + else if (typeof data === "string") { + detail = `String data of length ${data.length}`; + if (includeContent) { + detail += `. Content: '${data}'`; + } + } + return detail; +} +/** @private */ +function formatArrayBuffer(data) { + const view = new Uint8Array(data); + // Uint8Array.map only supports returning another Uint8Array? + let str = ""; + view.forEach((num) => { + const pad = num < 16 ? "0" : ""; + str += `0x${pad}${num.toString(16)} `; + }); + // Trim of trailing space. + return str.substr(0, str.length - 1); +} +// Also in signalr-protocol-msgpack/Utils.ts +/** @private */ +function isArrayBuffer(val) { + return val && typeof ArrayBuffer !== "undefined" && + (val instanceof ArrayBuffer || + // Sometimes we get an ArrayBuffer that doesn't satisfy instanceof + (val.constructor && val.constructor.name === "ArrayBuffer")); +} +/** @private */ +async function sendMessage(logger, transportName, httpClient, url, accessTokenFactory, content, options) { + let headers = {}; + if (accessTokenFactory) { + const token = await accessTokenFactory(); + if (token) { + headers = { + ["Authorization"]: `Bearer ${token}`, + }; + } + } + const [name, value] = getUserAgentHeader(); + headers[name] = value; + logger.log(LogLevel.Trace, `(${transportName} transport) sending data. ${getDataDetail(content, options.logMessageContent)}.`); + const responseType = isArrayBuffer(content) ? "arraybuffer" : "text"; + const response = await httpClient.post(url, { + content, + headers: { ...headers, ...options.headers }, + responseType, + timeout: options.timeout, + withCredentials: options.withCredentials, + }); + logger.log(LogLevel.Trace, `(${transportName} transport) request complete. Response status: ${response.statusCode}.`); +} +/** @private */ +function createLogger(logger) { + if (logger === undefined) { + return new ConsoleLogger(LogLevel.Information); + } + if (logger === null) { + return NullLogger.instance; + } + if (logger.log !== undefined) { + return logger; + } + return new ConsoleLogger(logger); +} +/** @private */ +class SubjectSubscription { + constructor(subject, observer) { + this._subject = subject; + this._observer = observer; + } + dispose() { + const index = this._subject.observers.indexOf(this._observer); + if (index > -1) { + this._subject.observers.splice(index, 1); + } + if (this._subject.observers.length === 0 && this._subject.cancelCallback) { + this._subject.cancelCallback().catch((_) => { }); + } + } +} +/** @private */ +class ConsoleLogger { + constructor(minimumLogLevel) { + this._minLevel = minimumLogLevel; + this.out = console; + } + log(logLevel, message) { + if (logLevel >= this._minLevel) { + const msg = `[${new Date().toISOString()}] ${LogLevel[logLevel]}: ${message}`; + switch (logLevel) { + case LogLevel.Critical: + case LogLevel.Error: + this.out.error(msg); + break; + case LogLevel.Warning: + this.out.warn(msg); + break; + case LogLevel.Information: + this.out.info(msg); + break; + default: + // console.debug only goes to attached debuggers in Node, so we use console.log for Trace and Debug + this.out.log(msg); + break; + } + } + } +} +/** @private */ +function getUserAgentHeader() { + let userAgentHeaderName = "X-SignalR-User-Agent"; + if (Platform.isNode) { + userAgentHeaderName = "User-Agent"; + } + return [userAgentHeaderName, constructUserAgent(VERSION, getOsName(), getRuntime(), getRuntimeVersion())]; +} +/** @private */ +function constructUserAgent(version, os, runtime, runtimeVersion) { + // Microsoft SignalR/[Version] ([Detailed Version]; [Operating System]; [Runtime]; [Runtime Version]) + let userAgent = "Microsoft SignalR/"; + const majorAndMinor = version.split("."); + userAgent += `${majorAndMinor[0]}.${majorAndMinor[1]}`; + userAgent += ` (${version}; `; + if (os && os !== "") { + userAgent += `${os}; `; + } + else { + userAgent += "Unknown OS; "; + } + userAgent += `${runtime}`; + if (runtimeVersion) { + userAgent += `; ${runtimeVersion}`; + } + else { + userAgent += "; Unknown Runtime Version"; + } + userAgent += ")"; + return userAgent; +} +// eslint-disable-next-line spaced-comment +/*#__PURE__*/ function getOsName() { + if (Platform.isNode) { + switch (process.platform) { + case "win32": + return "Windows NT"; + case "darwin": + return "macOS"; + case "linux": + return "Linux"; + default: + return process.platform; + } + } + else { + return ""; + } +} +// eslint-disable-next-line spaced-comment +/*#__PURE__*/ function getRuntimeVersion() { + if (Platform.isNode) { + return process.versions.node; + } + return undefined; +} +function getRuntime() { + if (Platform.isNode) { + return "NodeJS"; + } + else { + return "Browser"; + } +} +/** @private */ +function getErrorString(e) { + if (e.stack) { + return e.stack; + } + else if (e.message) { + return e.message; + } + return `${e}`; +} +/** @private */ +function getGlobalThis() { + // globalThis is semi-new and not available in Node until v12 + if (typeof globalThis !== "undefined") { + return globalThis; + } + if (typeof self !== "undefined") { + return self; + } + if (typeof window !== "undefined") { + return window; + } + if (typeof __webpack_require__.g !== "undefined") { + return __webpack_require__.g; + } + throw new Error("could not find global"); +} + +;// CONCATENATED MODULE: ./src/FetchHttpClient.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + +class FetchHttpClient extends HttpClient { + constructor(logger) { + super(); + this._logger = logger; + if (typeof fetch === "undefined") { + // In order to ignore the dynamic require in webpack builds we need to do this magic + // @ts-ignore: TS doesn't know about these names + const requireFunc = true ? require : 0; + // Cookies aren't automatically handled in Node so we need to add a CookieJar to preserve cookies across requests + this._jar = new (requireFunc("tough-cookie")).CookieJar(); + this._fetchType = requireFunc("node-fetch"); + // node-fetch doesn't have a nice API for getting and setting cookies + // fetch-cookie will wrap a fetch implementation with a default CookieJar or a provided one + this._fetchType = requireFunc("fetch-cookie")(this._fetchType, this._jar); + } + else { + this._fetchType = fetch.bind(getGlobalThis()); + } + if (typeof AbortController === "undefined") { + // In order to ignore the dynamic require in webpack builds we need to do this magic + // @ts-ignore: TS doesn't know about these names + const requireFunc = true ? require : 0; + // Node needs EventListener methods on AbortController which our custom polyfill doesn't provide + this._abortControllerType = requireFunc("abort-controller"); + } + else { + this._abortControllerType = AbortController; + } + } + /** @inheritDoc */ + async send(request) { + // Check that abort was not signaled before calling send + if (request.abortSignal && request.abortSignal.aborted) { + throw new AbortError(); + } + if (!request.method) { + throw new Error("No method defined."); + } + if (!request.url) { + throw new Error("No url defined."); + } + const abortController = new this._abortControllerType(); + let error; + // Hook our abortSignal into the abort controller + if (request.abortSignal) { + request.abortSignal.onabort = () => { + abortController.abort(); + error = new AbortError(); + }; + } + // If a timeout has been passed in, setup a timeout to call abort + // Type needs to be any to fit window.setTimeout and NodeJS.setTimeout + let timeoutId = null; + if (request.timeout) { + const msTimeout = request.timeout; + timeoutId = setTimeout(() => { + abortController.abort(); + this._logger.log(LogLevel.Warning, `Timeout from HTTP request.`); + error = new TimeoutError(); + }, msTimeout); + } + let response; + try { + response = await this._fetchType(request.url, { + body: request.content, + cache: "no-cache", + credentials: request.withCredentials === true ? "include" : "same-origin", + headers: { + "Content-Type": "text/plain;charset=UTF-8", + "X-Requested-With": "XMLHttpRequest", + ...request.headers, + }, + method: request.method, + mode: "cors", + redirect: "follow", + signal: abortController.signal, + }); + } + catch (e) { + if (error) { + throw error; + } + this._logger.log(LogLevel.Warning, `Error from HTTP request. ${e}.`); + throw e; + } + finally { + if (timeoutId) { + clearTimeout(timeoutId); + } + if (request.abortSignal) { + request.abortSignal.onabort = null; + } + } + if (!response.ok) { + const errorMessage = await deserializeContent(response, "text"); + throw new HttpError(errorMessage || response.statusText, response.status); + } + const content = deserializeContent(response, request.responseType); + const payload = await content; + return new HttpResponse(response.status, response.statusText, payload); + } + getCookieString(url) { + let cookies = ""; + if (Platform.isNode && this._jar) { + // @ts-ignore: unused variable + this._jar.getCookies(url, (e, c) => cookies = c.join("; ")); + } + return cookies; + } +} +function deserializeContent(response, responseType) { + let content; + switch (responseType) { + case "arraybuffer": + content = response.arrayBuffer(); + break; + case "text": + content = response.text(); + break; + case "blob": + case "document": + case "json": + throw new Error(`${responseType} is not supported.`); + default: + content = response.text(); + break; + } + return content; +} + +;// CONCATENATED MODULE: ./src/XhrHttpClient.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + +class XhrHttpClient extends HttpClient { + constructor(logger) { + super(); + this._logger = logger; + } + /** @inheritDoc */ + send(request) { + // Check that abort was not signaled before calling send + if (request.abortSignal && request.abortSignal.aborted) { + return Promise.reject(new AbortError()); + } + if (!request.method) { + return Promise.reject(new Error("No method defined.")); + } + if (!request.url) { + return Promise.reject(new Error("No url defined.")); + } + return new Promise((resolve, reject) => { + const xhr = new XMLHttpRequest(); + xhr.open(request.method, request.url, true); + xhr.withCredentials = request.withCredentials === undefined ? true : request.withCredentials; + xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); + // Explicitly setting the Content-Type header for React Native on Android platform. + xhr.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"); + const headers = request.headers; + if (headers) { + Object.keys(headers) + .forEach((header) => { + xhr.setRequestHeader(header, headers[header]); + }); + } + if (request.responseType) { + xhr.responseType = request.responseType; + } + if (request.abortSignal) { + request.abortSignal.onabort = () => { + xhr.abort(); + reject(new AbortError()); + }; + } + if (request.timeout) { + xhr.timeout = request.timeout; + } + xhr.onload = () => { + if (request.abortSignal) { + request.abortSignal.onabort = null; + } + if (xhr.status >= 200 && xhr.status < 300) { + resolve(new HttpResponse(xhr.status, xhr.statusText, xhr.response || xhr.responseText)); + } + else { + reject(new HttpError(xhr.response || xhr.responseText || xhr.statusText, xhr.status)); + } + }; + xhr.onerror = () => { + this._logger.log(LogLevel.Warning, `Error from HTTP request. ${xhr.status}: ${xhr.statusText}.`); + reject(new HttpError(xhr.statusText, xhr.status)); + }; + xhr.ontimeout = () => { + this._logger.log(LogLevel.Warning, `Timeout from HTTP request.`); + reject(new TimeoutError()); + }; + xhr.send(request.content || ""); + }); + } +} + +;// CONCATENATED MODULE: ./src/DefaultHttpClient.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + +/** Default implementation of {@link @microsoft/signalr.HttpClient}. */ +class DefaultHttpClient extends HttpClient { + /** Creates a new instance of the {@link @microsoft/signalr.DefaultHttpClient}, using the provided {@link @microsoft/signalr.ILogger} to log messages. */ + constructor(logger) { + super(); + if (typeof fetch !== "undefined" || Platform.isNode) { + this._httpClient = new FetchHttpClient(logger); + } + else if (typeof XMLHttpRequest !== "undefined") { + this._httpClient = new XhrHttpClient(logger); + } + else { + throw new Error("No usable HttpClient found."); + } + } + /** @inheritDoc */ + send(request) { + // Check that abort was not signaled before calling send + if (request.abortSignal && request.abortSignal.aborted) { + return Promise.reject(new AbortError()); + } + if (!request.method) { + return Promise.reject(new Error("No method defined.")); + } + if (!request.url) { + return Promise.reject(new Error("No url defined.")); + } + return this._httpClient.send(request); + } + getCookieString(url) { + return this._httpClient.getCookieString(url); + } +} + +;// CONCATENATED MODULE: ./src/TextMessageFormat.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Not exported from index +/** @private */ +class TextMessageFormat { + static write(output) { + return `${output}${TextMessageFormat.RecordSeparator}`; + } + static parse(input) { + if (input[input.length - 1] !== TextMessageFormat.RecordSeparator) { + throw new Error("Message is incomplete."); + } + const messages = input.split(TextMessageFormat.RecordSeparator); + messages.pop(); + return messages; + } +} +TextMessageFormat.RecordSeparatorCode = 0x1e; +TextMessageFormat.RecordSeparator = String.fromCharCode(TextMessageFormat.RecordSeparatorCode); + +;// CONCATENATED MODULE: ./src/HandshakeProtocol.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + +/** @private */ +class HandshakeProtocol { + // Handshake request is always JSON + writeHandshakeRequest(handshakeRequest) { + return TextMessageFormat.write(JSON.stringify(handshakeRequest)); + } + parseHandshakeResponse(data) { + let messageData; + let remainingData; + if (isArrayBuffer(data)) { + // Format is binary but still need to read JSON text from handshake response + const binaryData = new Uint8Array(data); + const separatorIndex = binaryData.indexOf(TextMessageFormat.RecordSeparatorCode); + if (separatorIndex === -1) { + throw new Error("Message is incomplete."); + } + // content before separator is handshake response + // optional content after is additional messages + const responseLength = separatorIndex + 1; + messageData = String.fromCharCode.apply(null, Array.prototype.slice.call(binaryData.slice(0, responseLength))); + remainingData = (binaryData.byteLength > responseLength) ? binaryData.slice(responseLength).buffer : null; + } + else { + const textData = data; + const separatorIndex = textData.indexOf(TextMessageFormat.RecordSeparator); + if (separatorIndex === -1) { + throw new Error("Message is incomplete."); + } + // content before separator is handshake response + // optional content after is additional messages + const responseLength = separatorIndex + 1; + messageData = textData.substring(0, responseLength); + remainingData = (textData.length > responseLength) ? textData.substring(responseLength) : null; + } + // At this point we should have just the single handshake message + const messages = TextMessageFormat.parse(messageData); + const response = JSON.parse(messages[0]); + if (response.type) { + throw new Error("Expected a handshake response from the server."); + } + const responseMessage = response; + // multiple messages could have arrived with handshake + // return additional data to be parsed as usual, or null if all parsed + return [remainingData, responseMessage]; + } +} + +;// CONCATENATED MODULE: ./src/IHubProtocol.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +/** Defines the type of a Hub Message. */ +var MessageType; +(function (MessageType) { + /** Indicates the message is an Invocation message and implements the {@link @microsoft/signalr.InvocationMessage} interface. */ + MessageType[MessageType["Invocation"] = 1] = "Invocation"; + /** Indicates the message is a StreamItem message and implements the {@link @microsoft/signalr.StreamItemMessage} interface. */ + MessageType[MessageType["StreamItem"] = 2] = "StreamItem"; + /** Indicates the message is a Completion message and implements the {@link @microsoft/signalr.CompletionMessage} interface. */ + MessageType[MessageType["Completion"] = 3] = "Completion"; + /** Indicates the message is a Stream Invocation message and implements the {@link @microsoft/signalr.StreamInvocationMessage} interface. */ + MessageType[MessageType["StreamInvocation"] = 4] = "StreamInvocation"; + /** Indicates the message is a Cancel Invocation message and implements the {@link @microsoft/signalr.CancelInvocationMessage} interface. */ + MessageType[MessageType["CancelInvocation"] = 5] = "CancelInvocation"; + /** Indicates the message is a Ping message and implements the {@link @microsoft/signalr.PingMessage} interface. */ + MessageType[MessageType["Ping"] = 6] = "Ping"; + /** Indicates the message is a Close message and implements the {@link @microsoft/signalr.CloseMessage} interface. */ + MessageType[MessageType["Close"] = 7] = "Close"; +})(MessageType || (MessageType = {})); + +;// CONCATENATED MODULE: ./src/Subject.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +/** Stream implementation to stream items to the server. */ +class Subject { + constructor() { + this.observers = []; + } + next(item) { + for (const observer of this.observers) { + observer.next(item); + } + } + error(err) { + for (const observer of this.observers) { + if (observer.error) { + observer.error(err); + } + } + } + complete() { + for (const observer of this.observers) { + if (observer.complete) { + observer.complete(); + } + } + } + subscribe(observer) { + this.observers.push(observer); + return new SubjectSubscription(this, observer); + } +} + +;// CONCATENATED MODULE: ./src/HubConnection.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + +const DEFAULT_TIMEOUT_IN_MS = 30 * 1000; +const DEFAULT_PING_INTERVAL_IN_MS = 15 * 1000; +/** Describes the current state of the {@link HubConnection} to the server. */ +var HubConnectionState; +(function (HubConnectionState) { + /** The hub connection is disconnected. */ + HubConnectionState["Disconnected"] = "Disconnected"; + /** The hub connection is connecting. */ + HubConnectionState["Connecting"] = "Connecting"; + /** The hub connection is connected. */ + HubConnectionState["Connected"] = "Connected"; + /** The hub connection is disconnecting. */ + HubConnectionState["Disconnecting"] = "Disconnecting"; + /** The hub connection is reconnecting. */ + HubConnectionState["Reconnecting"] = "Reconnecting"; +})(HubConnectionState || (HubConnectionState = {})); +/** Represents a connection to a SignalR Hub. */ +class HubConnection { + constructor(connection, logger, protocol, reconnectPolicy) { + this._nextKeepAlive = 0; + this._freezeEventListener = () => { + this._logger.log(LogLevel.Warning, "The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://docs.microsoft.com/aspnet/core/signalr/javascript-client#bsleep"); + }; + Arg.isRequired(connection, "connection"); + Arg.isRequired(logger, "logger"); + Arg.isRequired(protocol, "protocol"); + this.serverTimeoutInMilliseconds = DEFAULT_TIMEOUT_IN_MS; + this.keepAliveIntervalInMilliseconds = DEFAULT_PING_INTERVAL_IN_MS; + this._logger = logger; + this._protocol = protocol; + this.connection = connection; + this._reconnectPolicy = reconnectPolicy; + this._handshakeProtocol = new HandshakeProtocol(); + this.connection.onreceive = (data) => this._processIncomingData(data); + this.connection.onclose = (error) => this._connectionClosed(error); + this._callbacks = {}; + this._methods = {}; + this._closedCallbacks = []; + this._reconnectingCallbacks = []; + this._reconnectedCallbacks = []; + this._invocationId = 0; + this._receivedHandshakeResponse = false; + this._connectionState = HubConnectionState.Disconnected; + this._connectionStarted = false; + this._cachedPingMessage = this._protocol.writeMessage({ type: MessageType.Ping }); + } + /** @internal */ + // Using a public static factory method means we can have a private constructor and an _internal_ + // create method that can be used by HubConnectionBuilder. An "internal" constructor would just + // be stripped away and the '.d.ts' file would have no constructor, which is interpreted as a + // public parameter-less constructor. + static create(connection, logger, protocol, reconnectPolicy) { + return new HubConnection(connection, logger, protocol, reconnectPolicy); + } + /** Indicates the state of the {@link HubConnection} to the server. */ + get state() { + return this._connectionState; + } + /** Represents the connection id of the {@link HubConnection} on the server. The connection id will be null when the connection is either + * in the disconnected state or if the negotiation step was skipped. + */ + get connectionId() { + return this.connection ? (this.connection.connectionId || null) : null; + } + /** Indicates the url of the {@link HubConnection} to the server. */ + get baseUrl() { + return this.connection.baseUrl || ""; + } + /** + * Sets a new url for the HubConnection. Note that the url can only be changed when the connection is in either the Disconnected or + * Reconnecting states. + * @param {string} url The url to connect to. + */ + set baseUrl(url) { + if (this._connectionState !== HubConnectionState.Disconnected && this._connectionState !== HubConnectionState.Reconnecting) { + throw new Error("The HubConnection must be in the Disconnected or Reconnecting state to change the url."); + } + if (!url) { + throw new Error("The HubConnection url must be a valid url."); + } + this.connection.baseUrl = url; + } + /** Starts the connection. + * + * @returns {Promise} A Promise that resolves when the connection has been successfully established, or rejects with an error. + */ + start() { + this._startPromise = this._startWithStateTransitions(); + return this._startPromise; + } + async _startWithStateTransitions() { + if (this._connectionState !== HubConnectionState.Disconnected) { + return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state.")); + } + this._connectionState = HubConnectionState.Connecting; + this._logger.log(LogLevel.Debug, "Starting HubConnection."); + try { + await this._startInternal(); + if (Platform.isBrowser) { + // Log when the browser freezes the tab so users know why their connection unexpectedly stopped working + window.document.addEventListener("freeze", this._freezeEventListener); + } + this._connectionState = HubConnectionState.Connected; + this._connectionStarted = true; + this._logger.log(LogLevel.Debug, "HubConnection connected successfully."); + } + catch (e) { + this._connectionState = HubConnectionState.Disconnected; + this._logger.log(LogLevel.Debug, `HubConnection failed to start successfully because of error '${e}'.`); + return Promise.reject(e); + } + } + async _startInternal() { + this._stopDuringStartError = undefined; + this._receivedHandshakeResponse = false; + // Set up the promise before any connection is (re)started otherwise it could race with received messages + const handshakePromise = new Promise((resolve, reject) => { + this._handshakeResolver = resolve; + this._handshakeRejecter = reject; + }); + await this.connection.start(this._protocol.transferFormat); + try { + const handshakeRequest = { + protocol: this._protocol.name, + version: this._protocol.version, + }; + this._logger.log(LogLevel.Debug, "Sending handshake request."); + await this._sendMessage(this._handshakeProtocol.writeHandshakeRequest(handshakeRequest)); + this._logger.log(LogLevel.Information, `Using HubProtocol '${this._protocol.name}'.`); + // defensively cleanup timeout in case we receive a message from the server before we finish start + this._cleanupTimeout(); + this._resetTimeoutPeriod(); + this._resetKeepAliveInterval(); + await handshakePromise; + // It's important to check the stopDuringStartError instead of just relying on the handshakePromise + // being rejected on close, because this continuation can run after both the handshake completed successfully + // and the connection was closed. + if (this._stopDuringStartError) { + // It's important to throw instead of returning a rejected promise, because we don't want to allow any state + // transitions to occur between now and the calling code observing the exceptions. Returning a rejected promise + // will cause the calling continuation to get scheduled to run later. + // eslint-disable-next-line @typescript-eslint/no-throw-literal + throw this._stopDuringStartError; + } + } + catch (e) { + this._logger.log(LogLevel.Debug, `Hub handshake failed with error '${e}' during start(). Stopping HubConnection.`); + this._cleanupTimeout(); + this._cleanupPingTimer(); + // HttpConnection.stop() should not complete until after the onclose callback is invoked. + // This will transition the HubConnection to the disconnected state before HttpConnection.stop() completes. + await this.connection.stop(e); + throw e; + } + } + /** Stops the connection. + * + * @returns {Promise} A Promise that resolves when the connection has been successfully terminated, or rejects with an error. + */ + async stop() { + // Capture the start promise before the connection might be restarted in an onclose callback. + const startPromise = this._startPromise; + this._stopPromise = this._stopInternal(); + await this._stopPromise; + try { + // Awaiting undefined continues immediately + await startPromise; + } + catch (e) { + // This exception is returned to the user as a rejected Promise from the start method. + } + } + _stopInternal(error) { + if (this._connectionState === HubConnectionState.Disconnected) { + this._logger.log(LogLevel.Debug, `Call to HubConnection.stop(${error}) ignored because it is already in the disconnected state.`); + return Promise.resolve(); + } + if (this._connectionState === HubConnectionState.Disconnecting) { + this._logger.log(LogLevel.Debug, `Call to HttpConnection.stop(${error}) ignored because the connection is already in the disconnecting state.`); + return this._stopPromise; + } + this._connectionState = HubConnectionState.Disconnecting; + this._logger.log(LogLevel.Debug, "Stopping HubConnection."); + if (this._reconnectDelayHandle) { + // We're in a reconnect delay which means the underlying connection is currently already stopped. + // Just clear the handle to stop the reconnect loop (which no one is waiting on thankfully) and + // fire the onclose callbacks. + this._logger.log(LogLevel.Debug, "Connection stopped during reconnect delay. Done reconnecting."); + clearTimeout(this._reconnectDelayHandle); + this._reconnectDelayHandle = undefined; + this._completeClose(); + return Promise.resolve(); + } + this._cleanupTimeout(); + this._cleanupPingTimer(); + this._stopDuringStartError = error || new Error("The connection was stopped before the hub handshake could complete."); + // HttpConnection.stop() should not complete until after either HttpConnection.start() fails + // or the onclose callback is invoked. The onclose callback will transition the HubConnection + // to the disconnected state if need be before HttpConnection.stop() completes. + return this.connection.stop(error); + } + /** Invokes a streaming hub method on the server using the specified name and arguments. + * + * @typeparam T The type of the items returned by the server. + * @param {string} methodName The name of the server method to invoke. + * @param {any[]} args The arguments used to invoke the server method. + * @returns {IStreamResult} An object that yields results from the server as they are received. + */ + stream(methodName, ...args) { + const [streams, streamIds] = this._replaceStreamingParams(args); + const invocationDescriptor = this._createStreamInvocation(methodName, args, streamIds); + // eslint-disable-next-line prefer-const + let promiseQueue; + const subject = new Subject(); + subject.cancelCallback = () => { + const cancelInvocation = this._createCancelInvocation(invocationDescriptor.invocationId); + delete this._callbacks[invocationDescriptor.invocationId]; + return promiseQueue.then(() => { + return this._sendWithProtocol(cancelInvocation); + }); + }; + this._callbacks[invocationDescriptor.invocationId] = (invocationEvent, error) => { + if (error) { + subject.error(error); + return; + } + else if (invocationEvent) { + // invocationEvent will not be null when an error is not passed to the callback + if (invocationEvent.type === MessageType.Completion) { + if (invocationEvent.error) { + subject.error(new Error(invocationEvent.error)); + } + else { + subject.complete(); + } + } + else { + subject.next((invocationEvent.item)); + } + } + }; + promiseQueue = this._sendWithProtocol(invocationDescriptor) + .catch((e) => { + subject.error(e); + delete this._callbacks[invocationDescriptor.invocationId]; + }); + this._launchStreams(streams, promiseQueue); + return subject; + } + _sendMessage(message) { + this._resetKeepAliveInterval(); + return this.connection.send(message); + } + /** + * Sends a js object to the server. + * @param message The js object to serialize and send. + */ + _sendWithProtocol(message) { + return this._sendMessage(this._protocol.writeMessage(message)); + } + /** Invokes a hub method on the server using the specified name and arguments. Does not wait for a response from the receiver. + * + * The Promise returned by this method resolves when the client has sent the invocation to the server. The server may still + * be processing the invocation. + * + * @param {string} methodName The name of the server method to invoke. + * @param {any[]} args The arguments used to invoke the server method. + * @returns {Promise} A Promise that resolves when the invocation has been successfully sent, or rejects with an error. + */ + send(methodName, ...args) { + const [streams, streamIds] = this._replaceStreamingParams(args); + const sendPromise = this._sendWithProtocol(this._createInvocation(methodName, args, true, streamIds)); + this._launchStreams(streams, sendPromise); + return sendPromise; + } + /** Invokes a hub method on the server using the specified name and arguments. + * + * The Promise returned by this method resolves when the server indicates it has finished invoking the method. When the promise + * resolves, the server has finished invoking the method. If the server method returns a result, it is produced as the result of + * resolving the Promise. + * + * @typeparam T The expected return type. + * @param {string} methodName The name of the server method to invoke. + * @param {any[]} args The arguments used to invoke the server method. + * @returns {Promise} A Promise that resolves with the result of the server method (if any), or rejects with an error. + */ + invoke(methodName, ...args) { + const [streams, streamIds] = this._replaceStreamingParams(args); + const invocationDescriptor = this._createInvocation(methodName, args, false, streamIds); + const p = new Promise((resolve, reject) => { + // invocationId will always have a value for a non-blocking invocation + this._callbacks[invocationDescriptor.invocationId] = (invocationEvent, error) => { + if (error) { + reject(error); + return; + } + else if (invocationEvent) { + // invocationEvent will not be null when an error is not passed to the callback + if (invocationEvent.type === MessageType.Completion) { + if (invocationEvent.error) { + reject(new Error(invocationEvent.error)); + } + else { + resolve(invocationEvent.result); + } + } + else { + reject(new Error(`Unexpected message type: ${invocationEvent.type}`)); + } + } + }; + const promiseQueue = this._sendWithProtocol(invocationDescriptor) + .catch((e) => { + reject(e); + // invocationId will always have a value for a non-blocking invocation + delete this._callbacks[invocationDescriptor.invocationId]; + }); + this._launchStreams(streams, promiseQueue); + }); + return p; + } + /** Registers a handler that will be invoked when the hub method with the specified method name is invoked. + * + * @param {string} methodName The name of the hub method to define. + * @param {Function} newMethod The handler that will be raised when the hub method is invoked. + */ + on(methodName, newMethod) { + if (!methodName || !newMethod) { + return; + } + methodName = methodName.toLowerCase(); + if (!this._methods[methodName]) { + this._methods[methodName] = []; + } + // Preventing adding the same handler multiple times. + if (this._methods[methodName].indexOf(newMethod) !== -1) { + return; + } + this._methods[methodName].push(newMethod); + } + off(methodName, method) { + if (!methodName) { + return; + } + methodName = methodName.toLowerCase(); + const handlers = this._methods[methodName]; + if (!handlers) { + return; + } + if (method) { + const removeIdx = handlers.indexOf(method); + if (removeIdx !== -1) { + handlers.splice(removeIdx, 1); + if (handlers.length === 0) { + delete this._methods[methodName]; + } + } + } + else { + delete this._methods[methodName]; + } + } + /** Registers a handler that will be invoked when the connection is closed. + * + * @param {Function} callback The handler that will be invoked when the connection is closed. Optionally receives a single argument containing the error that caused the connection to close (if any). + */ + onclose(callback) { + if (callback) { + this._closedCallbacks.push(callback); + } + } + /** Registers a handler that will be invoked when the connection starts reconnecting. + * + * @param {Function} callback The handler that will be invoked when the connection starts reconnecting. Optionally receives a single argument containing the error that caused the connection to start reconnecting (if any). + */ + onreconnecting(callback) { + if (callback) { + this._reconnectingCallbacks.push(callback); + } + } + /** Registers a handler that will be invoked when the connection successfully reconnects. + * + * @param {Function} callback The handler that will be invoked when the connection successfully reconnects. + */ + onreconnected(callback) { + if (callback) { + this._reconnectedCallbacks.push(callback); + } + } + _processIncomingData(data) { + this._cleanupTimeout(); + if (!this._receivedHandshakeResponse) { + data = this._processHandshakeResponse(data); + this._receivedHandshakeResponse = true; + } + // Data may have all been read when processing handshake response + if (data) { + // Parse the messages + const messages = this._protocol.parseMessages(data, this._logger); + for (const message of messages) { + switch (message.type) { + case MessageType.Invocation: + this._invokeClientMethod(message); + break; + case MessageType.StreamItem: + case MessageType.Completion: { + const callback = this._callbacks[message.invocationId]; + if (callback) { + if (message.type === MessageType.Completion) { + delete this._callbacks[message.invocationId]; + } + try { + callback(message); + } + catch (e) { + this._logger.log(LogLevel.Error, `Stream callback threw error: ${getErrorString(e)}`); + } + } + break; + } + case MessageType.Ping: + // Don't care about pings + break; + case MessageType.Close: { + this._logger.log(LogLevel.Information, "Close message received from server."); + const error = message.error ? new Error("Server returned an error on close: " + message.error) : undefined; + if (message.allowReconnect === true) { + // It feels wrong not to await connection.stop() here, but processIncomingData is called as part of an onreceive callback which is not async, + // this is already the behavior for serverTimeout(), and HttpConnection.Stop() should catch and log all possible exceptions. + // eslint-disable-next-line @typescript-eslint/no-floating-promises + this.connection.stop(error); + } + else { + // We cannot await stopInternal() here, but subsequent calls to stop() will await this if stopInternal() is still ongoing. + this._stopPromise = this._stopInternal(error); + } + break; + } + default: + this._logger.log(LogLevel.Warning, `Invalid message type: ${message.type}.`); + break; + } + } + } + this._resetTimeoutPeriod(); + } + _processHandshakeResponse(data) { + let responseMessage; + let remainingData; + try { + [remainingData, responseMessage] = this._handshakeProtocol.parseHandshakeResponse(data); + } + catch (e) { + const message = "Error parsing handshake response: " + e; + this._logger.log(LogLevel.Error, message); + const error = new Error(message); + this._handshakeRejecter(error); + throw error; + } + if (responseMessage.error) { + const message = "Server returned handshake error: " + responseMessage.error; + this._logger.log(LogLevel.Error, message); + const error = new Error(message); + this._handshakeRejecter(error); + throw error; + } + else { + this._logger.log(LogLevel.Debug, "Server handshake complete."); + } + this._handshakeResolver(); + return remainingData; + } + _resetKeepAliveInterval() { + if (this.connection.features.inherentKeepAlive) { + return; + } + // Set the time we want the next keep alive to be sent + // Timer will be setup on next message receive + this._nextKeepAlive = new Date().getTime() + this.keepAliveIntervalInMilliseconds; + this._cleanupPingTimer(); + } + _resetTimeoutPeriod() { + if (!this.connection.features || !this.connection.features.inherentKeepAlive) { + // Set the timeout timer + this._timeoutHandle = setTimeout(() => this.serverTimeout(), this.serverTimeoutInMilliseconds); + // Set keepAlive timer if there isn't one + if (this._pingServerHandle === undefined) { + let nextPing = this._nextKeepAlive - new Date().getTime(); + if (nextPing < 0) { + nextPing = 0; + } + // The timer needs to be set from a networking callback to avoid Chrome timer throttling from causing timers to run once a minute + this._pingServerHandle = setTimeout(async () => { + if (this._connectionState === HubConnectionState.Connected) { + try { + await this._sendMessage(this._cachedPingMessage); + } + catch { + // We don't care about the error. It should be seen elsewhere in the client. + // The connection is probably in a bad or closed state now, cleanup the timer so it stops triggering + this._cleanupPingTimer(); + } + } + }, nextPing); + } + } + } + // eslint-disable-next-line @typescript-eslint/naming-convention + serverTimeout() { + // The server hasn't talked to us in a while. It doesn't like us anymore ... :( + // Terminate the connection, but we don't need to wait on the promise. This could trigger reconnecting. + // eslint-disable-next-line @typescript-eslint/no-floating-promises + this.connection.stop(new Error("Server timeout elapsed without receiving a message from the server.")); + } + _invokeClientMethod(invocationMessage) { + const methods = this._methods[invocationMessage.target.toLowerCase()]; + if (methods) { + try { + methods.forEach((m) => m.apply(this, invocationMessage.arguments)); + } + catch (e) { + this._logger.log(LogLevel.Error, `A callback for the method ${invocationMessage.target.toLowerCase()} threw error '${e}'.`); + } + if (invocationMessage.invocationId) { + // This is not supported in v1. So we return an error to avoid blocking the server waiting for the response. + const message = "Server requested a response, which is not supported in this version of the client."; + this._logger.log(LogLevel.Error, message); + // We don't want to wait on the stop itself. + this._stopPromise = this._stopInternal(new Error(message)); + } + } + else { + this._logger.log(LogLevel.Warning, `No client method with the name '${invocationMessage.target}' found.`); + } + } + _connectionClosed(error) { + this._logger.log(LogLevel.Debug, `HubConnection.connectionClosed(${error}) called while in state ${this._connectionState}.`); + // Triggering this.handshakeRejecter is insufficient because it could already be resolved without the continuation having run yet. + this._stopDuringStartError = this._stopDuringStartError || error || new Error("The underlying connection was closed before the hub handshake could complete."); + // If the handshake is in progress, start will be waiting for the handshake promise, so we complete it. + // If it has already completed, this should just noop. + if (this._handshakeResolver) { + this._handshakeResolver(); + } + this._cancelCallbacksWithError(error || new Error("Invocation canceled due to the underlying connection being closed.")); + this._cleanupTimeout(); + this._cleanupPingTimer(); + if (this._connectionState === HubConnectionState.Disconnecting) { + this._completeClose(error); + } + else if (this._connectionState === HubConnectionState.Connected && this._reconnectPolicy) { + // eslint-disable-next-line @typescript-eslint/no-floating-promises + this._reconnect(error); + } + else if (this._connectionState === HubConnectionState.Connected) { + this._completeClose(error); + } + // If none of the above if conditions were true were called the HubConnection must be in either: + // 1. The Connecting state in which case the handshakeResolver will complete it and stopDuringStartError will fail it. + // 2. The Reconnecting state in which case the handshakeResolver will complete it and stopDuringStartError will fail the current reconnect attempt + // and potentially continue the reconnect() loop. + // 3. The Disconnected state in which case we're already done. + } + _completeClose(error) { + if (this._connectionStarted) { + this._connectionState = HubConnectionState.Disconnected; + this._connectionStarted = false; + if (Platform.isBrowser) { + window.document.removeEventListener("freeze", this._freezeEventListener); + } + try { + this._closedCallbacks.forEach((c) => c.apply(this, [error])); + } + catch (e) { + this._logger.log(LogLevel.Error, `An onclose callback called with error '${error}' threw error '${e}'.`); + } + } + } + async _reconnect(error) { + const reconnectStartTime = Date.now(); + let previousReconnectAttempts = 0; + let retryError = error !== undefined ? error : new Error("Attempting to reconnect due to a unknown error."); + let nextRetryDelay = this._getNextRetryDelay(previousReconnectAttempts++, 0, retryError); + if (nextRetryDelay === null) { + this._logger.log(LogLevel.Debug, "Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."); + this._completeClose(error); + return; + } + this._connectionState = HubConnectionState.Reconnecting; + if (error) { + this._logger.log(LogLevel.Information, `Connection reconnecting because of error '${error}'.`); + } + else { + this._logger.log(LogLevel.Information, "Connection reconnecting."); + } + if (this._reconnectingCallbacks.length !== 0) { + try { + this._reconnectingCallbacks.forEach((c) => c.apply(this, [error])); + } + catch (e) { + this._logger.log(LogLevel.Error, `An onreconnecting callback called with error '${error}' threw error '${e}'.`); + } + // Exit early if an onreconnecting callback called connection.stop(). + if (this._connectionState !== HubConnectionState.Reconnecting) { + this._logger.log(LogLevel.Debug, "Connection left the reconnecting state in onreconnecting callback. Done reconnecting."); + return; + } + } + while (nextRetryDelay !== null) { + this._logger.log(LogLevel.Information, `Reconnect attempt number ${previousReconnectAttempts} will start in ${nextRetryDelay} ms.`); + await new Promise((resolve) => { + this._reconnectDelayHandle = setTimeout(resolve, nextRetryDelay); + }); + this._reconnectDelayHandle = undefined; + if (this._connectionState !== HubConnectionState.Reconnecting) { + this._logger.log(LogLevel.Debug, "Connection left the reconnecting state during reconnect delay. Done reconnecting."); + return; + } + try { + await this._startInternal(); + this._connectionState = HubConnectionState.Connected; + this._logger.log(LogLevel.Information, "HubConnection reconnected successfully."); + if (this._reconnectedCallbacks.length !== 0) { + try { + this._reconnectedCallbacks.forEach((c) => c.apply(this, [this.connection.connectionId])); + } + catch (e) { + this._logger.log(LogLevel.Error, `An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${e}'.`); + } + } + return; + } + catch (e) { + this._logger.log(LogLevel.Information, `Reconnect attempt failed because of error '${e}'.`); + if (this._connectionState !== HubConnectionState.Reconnecting) { + this._logger.log(LogLevel.Debug, `Connection moved to the '${this._connectionState}' from the reconnecting state during reconnect attempt. Done reconnecting.`); + // The TypeScript compiler thinks that connectionState must be Connected here. The TypeScript compiler is wrong. + if (this._connectionState === HubConnectionState.Disconnecting) { + this._completeClose(); + } + return; + } + retryError = e instanceof Error ? e : new Error(e.toString()); + nextRetryDelay = this._getNextRetryDelay(previousReconnectAttempts++, Date.now() - reconnectStartTime, retryError); + } + } + this._logger.log(LogLevel.Information, `Reconnect retries have been exhausted after ${Date.now() - reconnectStartTime} ms and ${previousReconnectAttempts} failed attempts. Connection disconnecting.`); + this._completeClose(); + } + _getNextRetryDelay(previousRetryCount, elapsedMilliseconds, retryReason) { + try { + return this._reconnectPolicy.nextRetryDelayInMilliseconds({ + elapsedMilliseconds, + previousRetryCount, + retryReason, + }); + } + catch (e) { + this._logger.log(LogLevel.Error, `IRetryPolicy.nextRetryDelayInMilliseconds(${previousRetryCount}, ${elapsedMilliseconds}) threw error '${e}'.`); + return null; + } + } + _cancelCallbacksWithError(error) { + const callbacks = this._callbacks; + this._callbacks = {}; + Object.keys(callbacks) + .forEach((key) => { + const callback = callbacks[key]; + try { + callback(null, error); + } + catch (e) { + this._logger.log(LogLevel.Error, `Stream 'error' callback called with '${error}' threw error: ${getErrorString(e)}`); + } + }); + } + _cleanupPingTimer() { + if (this._pingServerHandle) { + clearTimeout(this._pingServerHandle); + this._pingServerHandle = undefined; + } + } + _cleanupTimeout() { + if (this._timeoutHandle) { + clearTimeout(this._timeoutHandle); + } + } + _createInvocation(methodName, args, nonblocking, streamIds) { + if (nonblocking) { + if (streamIds.length !== 0) { + return { + arguments: args, + streamIds, + target: methodName, + type: MessageType.Invocation, + }; + } + else { + return { + arguments: args, + target: methodName, + type: MessageType.Invocation, + }; + } + } + else { + const invocationId = this._invocationId; + this._invocationId++; + if (streamIds.length !== 0) { + return { + arguments: args, + invocationId: invocationId.toString(), + streamIds, + target: methodName, + type: MessageType.Invocation, + }; + } + else { + return { + arguments: args, + invocationId: invocationId.toString(), + target: methodName, + type: MessageType.Invocation, + }; + } + } + } + _launchStreams(streams, promiseQueue) { + if (streams.length === 0) { + return; + } + // Synchronize stream data so they arrive in-order on the server + if (!promiseQueue) { + promiseQueue = Promise.resolve(); + } + // We want to iterate over the keys, since the keys are the stream ids + // eslint-disable-next-line guard-for-in + for (const streamId in streams) { + streams[streamId].subscribe({ + complete: () => { + promiseQueue = promiseQueue.then(() => this._sendWithProtocol(this._createCompletionMessage(streamId))); + }, + error: (err) => { + let message; + if (err instanceof Error) { + message = err.message; + } + else if (err && err.toString) { + message = err.toString(); + } + else { + message = "Unknown error"; + } + promiseQueue = promiseQueue.then(() => this._sendWithProtocol(this._createCompletionMessage(streamId, message))); + }, + next: (item) => { + promiseQueue = promiseQueue.then(() => this._sendWithProtocol(this._createStreamItemMessage(streamId, item))); + }, + }); + } + } + _replaceStreamingParams(args) { + const streams = []; + const streamIds = []; + for (let i = 0; i < args.length; i++) { + const argument = args[i]; + if (this._isObservable(argument)) { + const streamId = this._invocationId; + this._invocationId++; + // Store the stream for later use + streams[streamId] = argument; + streamIds.push(streamId.toString()); + // remove stream from args + args.splice(i, 1); + } + } + return [streams, streamIds]; + } + _isObservable(arg) { + // This allows other stream implementations to just work (like rxjs) + return arg && arg.subscribe && typeof arg.subscribe === "function"; + } + _createStreamInvocation(methodName, args, streamIds) { + const invocationId = this._invocationId; + this._invocationId++; + if (streamIds.length !== 0) { + return { + arguments: args, + invocationId: invocationId.toString(), + streamIds, + target: methodName, + type: MessageType.StreamInvocation, + }; + } + else { + return { + arguments: args, + invocationId: invocationId.toString(), + target: methodName, + type: MessageType.StreamInvocation, + }; + } + } + _createCancelInvocation(id) { + return { + invocationId: id, + type: MessageType.CancelInvocation, + }; + } + _createStreamItemMessage(id, item) { + return { + invocationId: id, + item, + type: MessageType.StreamItem, + }; + } + _createCompletionMessage(id, error, result) { + if (error) { + return { + error, + invocationId: id, + type: MessageType.Completion, + }; + } + return { + invocationId: id, + result, + type: MessageType.Completion, + }; + } +} + +;// CONCATENATED MODULE: ./src/DefaultReconnectPolicy.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// 0, 2, 10, 30 second delays before reconnect attempts. +const DEFAULT_RETRY_DELAYS_IN_MILLISECONDS = [0, 2000, 10000, 30000, null]; +/** @private */ +class DefaultReconnectPolicy { + constructor(retryDelays) { + this._retryDelays = retryDelays !== undefined ? [...retryDelays, null] : DEFAULT_RETRY_DELAYS_IN_MILLISECONDS; + } + nextRetryDelayInMilliseconds(retryContext) { + return this._retryDelays[retryContext.previousRetryCount]; + } +} + +;// CONCATENATED MODULE: ./src/HeaderNames.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +class HeaderNames { +} +HeaderNames.Authorization = "Authorization"; +HeaderNames.Cookie = "Cookie"; + +;// CONCATENATED MODULE: ./src/ITransport.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// This will be treated as a bit flag in the future, so we keep it using power-of-two values. +/** Specifies a specific HTTP transport type. */ +var HttpTransportType; +(function (HttpTransportType) { + /** Specifies no transport preference. */ + HttpTransportType[HttpTransportType["None"] = 0] = "None"; + /** Specifies the WebSockets transport. */ + HttpTransportType[HttpTransportType["WebSockets"] = 1] = "WebSockets"; + /** Specifies the Server-Sent Events transport. */ + HttpTransportType[HttpTransportType["ServerSentEvents"] = 2] = "ServerSentEvents"; + /** Specifies the Long Polling transport. */ + HttpTransportType[HttpTransportType["LongPolling"] = 4] = "LongPolling"; +})(HttpTransportType || (HttpTransportType = {})); +/** Specifies the transfer format for a connection. */ +var TransferFormat; +(function (TransferFormat) { + /** Specifies that only text data will be transmitted over the connection. */ + TransferFormat[TransferFormat["Text"] = 1] = "Text"; + /** Specifies that binary data will be transmitted over the connection. */ + TransferFormat[TransferFormat["Binary"] = 2] = "Binary"; +})(TransferFormat || (TransferFormat = {})); + +;// CONCATENATED MODULE: ./src/AbortController.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Rough polyfill of https://developer.mozilla.org/en-US/docs/Web/API/AbortController +// We don't actually ever use the API being polyfilled, we always use the polyfill because +// it's a very new API right now. +// Not exported from index. +/** @private */ +class AbortController_AbortController { + constructor() { + this._isAborted = false; + this.onabort = null; + } + abort() { + if (!this._isAborted) { + this._isAborted = true; + if (this.onabort) { + this.onabort(); + } + } + } + get signal() { + return this; + } + get aborted() { + return this._isAborted; + } +} + +;// CONCATENATED MODULE: ./src/LongPollingTransport.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + + +// Not exported from 'index', this type is internal. +/** @private */ +class LongPollingTransport { + constructor(httpClient, accessTokenFactory, logger, options) { + this._httpClient = httpClient; + this._accessTokenFactory = accessTokenFactory; + this._logger = logger; + this._pollAbort = new AbortController_AbortController(); + this._options = options; + this._running = false; + this.onreceive = null; + this.onclose = null; + } + // This is an internal type, not exported from 'index' so this is really just internal. + get pollAborted() { + return this._pollAbort.aborted; + } + async connect(url, transferFormat) { + Arg.isRequired(url, "url"); + Arg.isRequired(transferFormat, "transferFormat"); + Arg.isIn(transferFormat, TransferFormat, "transferFormat"); + this._url = url; + this._logger.log(LogLevel.Trace, "(LongPolling transport) Connecting."); + // Allow binary format on Node and Browsers that support binary content (indicated by the presence of responseType property) + if (transferFormat === TransferFormat.Binary && + (typeof XMLHttpRequest !== "undefined" && typeof new XMLHttpRequest().responseType !== "string")) { + throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported."); + } + const [name, value] = getUserAgentHeader(); + const headers = { [name]: value, ...this._options.headers }; + const pollOptions = { + abortSignal: this._pollAbort.signal, + headers, + timeout: 100000, + withCredentials: this._options.withCredentials, + }; + if (transferFormat === TransferFormat.Binary) { + pollOptions.responseType = "arraybuffer"; + } + const token = await this._getAccessToken(); + this._updateHeaderToken(pollOptions, token); + // Make initial long polling request + // Server uses first long polling request to finish initializing connection and it returns without data + const pollUrl = `${url}&_=${Date.now()}`; + this._logger.log(LogLevel.Trace, `(LongPolling transport) polling: ${pollUrl}.`); + const response = await this._httpClient.get(pollUrl, pollOptions); + if (response.statusCode !== 200) { + this._logger.log(LogLevel.Error, `(LongPolling transport) Unexpected response code: ${response.statusCode}.`); + // Mark running as false so that the poll immediately ends and runs the close logic + this._closeError = new HttpError(response.statusText || "", response.statusCode); + this._running = false; + } + else { + this._running = true; + } + this._receiving = this._poll(this._url, pollOptions); + } + async _getAccessToken() { + if (this._accessTokenFactory) { + return await this._accessTokenFactory(); + } + return null; + } + _updateHeaderToken(request, token) { + if (!request.headers) { + request.headers = {}; + } + if (token) { + request.headers[HeaderNames.Authorization] = `Bearer ${token}`; + return; + } + if (request.headers[HeaderNames.Authorization]) { + delete request.headers[HeaderNames.Authorization]; + } + } + async _poll(url, pollOptions) { + try { + while (this._running) { + // We have to get the access token on each poll, in case it changes + const token = await this._getAccessToken(); + this._updateHeaderToken(pollOptions, token); + try { + const pollUrl = `${url}&_=${Date.now()}`; + this._logger.log(LogLevel.Trace, `(LongPolling transport) polling: ${pollUrl}.`); + const response = await this._httpClient.get(pollUrl, pollOptions); + if (response.statusCode === 204) { + this._logger.log(LogLevel.Information, "(LongPolling transport) Poll terminated by server."); + this._running = false; + } + else if (response.statusCode !== 200) { + this._logger.log(LogLevel.Error, `(LongPolling transport) Unexpected response code: ${response.statusCode}.`); + // Unexpected status code + this._closeError = new HttpError(response.statusText || "", response.statusCode); + this._running = false; + } + else { + // Process the response + if (response.content) { + this._logger.log(LogLevel.Trace, `(LongPolling transport) data received. ${getDataDetail(response.content, this._options.logMessageContent)}.`); + if (this.onreceive) { + this.onreceive(response.content); + } + } + else { + // This is another way timeout manifest. + this._logger.log(LogLevel.Trace, "(LongPolling transport) Poll timed out, reissuing."); + } + } + } + catch (e) { + if (!this._running) { + // Log but disregard errors that occur after stopping + this._logger.log(LogLevel.Trace, `(LongPolling transport) Poll errored after shutdown: ${e.message}`); + } + else { + if (e instanceof TimeoutError) { + // Ignore timeouts and reissue the poll. + this._logger.log(LogLevel.Trace, "(LongPolling transport) Poll timed out, reissuing."); + } + else { + // Close the connection with the error as the result. + this._closeError = e; + this._running = false; + } + } + } + } + } + finally { + this._logger.log(LogLevel.Trace, "(LongPolling transport) Polling complete."); + // We will reach here with pollAborted==false when the server returned a response causing the transport to stop. + // If pollAborted==true then client initiated the stop and the stop method will raise the close event after DELETE is sent. + if (!this.pollAborted) { + this._raiseOnClose(); + } + } + } + async send(data) { + if (!this._running) { + return Promise.reject(new Error("Cannot send until the transport is connected")); + } + return sendMessage(this._logger, "LongPolling", this._httpClient, this._url, this._accessTokenFactory, data, this._options); + } + async stop() { + this._logger.log(LogLevel.Trace, "(LongPolling transport) Stopping polling."); + // Tell receiving loop to stop, abort any current request, and then wait for it to finish + this._running = false; + this._pollAbort.abort(); + try { + await this._receiving; + // Send DELETE to clean up long polling on the server + this._logger.log(LogLevel.Trace, `(LongPolling transport) sending DELETE request to ${this._url}.`); + const headers = {}; + const [name, value] = getUserAgentHeader(); + headers[name] = value; + const deleteOptions = { + headers: { ...headers, ...this._options.headers }, + timeout: this._options.timeout, + withCredentials: this._options.withCredentials, + }; + const token = await this._getAccessToken(); + this._updateHeaderToken(deleteOptions, token); + await this._httpClient.delete(this._url, deleteOptions); + this._logger.log(LogLevel.Trace, "(LongPolling transport) DELETE request sent."); + } + finally { + this._logger.log(LogLevel.Trace, "(LongPolling transport) Stop finished."); + // Raise close event here instead of in polling + // It needs to happen after the DELETE request is sent + this._raiseOnClose(); + } + } + _raiseOnClose() { + if (this.onclose) { + let logMessage = "(LongPolling transport) Firing onclose event."; + if (this._closeError) { + logMessage += " Error: " + this._closeError; + } + this._logger.log(LogLevel.Trace, logMessage); + this.onclose(this._closeError); + } + } +} + +;// CONCATENATED MODULE: ./src/ServerSentEventsTransport.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + +/** @private */ +class ServerSentEventsTransport { + constructor(httpClient, accessTokenFactory, logger, options) { + this._httpClient = httpClient; + this._accessTokenFactory = accessTokenFactory; + this._logger = logger; + this._options = options; + this.onreceive = null; + this.onclose = null; + } + async connect(url, transferFormat) { + Arg.isRequired(url, "url"); + Arg.isRequired(transferFormat, "transferFormat"); + Arg.isIn(transferFormat, TransferFormat, "transferFormat"); + this._logger.log(LogLevel.Trace, "(SSE transport) Connecting."); + // set url before accessTokenFactory because this.url is only for send and we set the auth header instead of the query string for send + this._url = url; + if (this._accessTokenFactory) { + const token = await this._accessTokenFactory(); + if (token) { + url += (url.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(token)}`; + } + } + return new Promise((resolve, reject) => { + let opened = false; + if (transferFormat !== TransferFormat.Text) { + reject(new Error("The Server-Sent Events transport only supports the 'Text' transfer format")); + return; + } + let eventSource; + if (Platform.isBrowser || Platform.isWebWorker) { + eventSource = new this._options.EventSource(url, { withCredentials: this._options.withCredentials }); + } + else { + // Non-browser passes cookies via the dictionary + const cookies = this._httpClient.getCookieString(url); + const headers = {}; + headers.Cookie = cookies; + const [name, value] = getUserAgentHeader(); + headers[name] = value; + eventSource = new this._options.EventSource(url, { withCredentials: this._options.withCredentials, headers: { ...headers, ...this._options.headers } }); + } + try { + eventSource.onmessage = (e) => { + if (this.onreceive) { + try { + this._logger.log(LogLevel.Trace, `(SSE transport) data received. ${getDataDetail(e.data, this._options.logMessageContent)}.`); + this.onreceive(e.data); + } + catch (error) { + this._close(error); + return; + } + } + }; + // @ts-ignore: not using event on purpose + eventSource.onerror = (e) => { + // EventSource doesn't give any useful information about server side closes. + if (opened) { + this._close(); + } + else { + reject(new Error("EventSource failed to connect. The connection could not be found on the server," + + " either the connection ID is not present on the server, or a proxy is refusing/buffering the connection." + + " If you have multiple servers check that sticky sessions are enabled.")); + } + }; + eventSource.onopen = () => { + this._logger.log(LogLevel.Information, `SSE connected to ${this._url}`); + this._eventSource = eventSource; + opened = true; + resolve(); + }; + } + catch (e) { + reject(e); + return; + } + }); + } + async send(data) { + if (!this._eventSource) { + return Promise.reject(new Error("Cannot send until the transport is connected")); + } + return sendMessage(this._logger, "SSE", this._httpClient, this._url, this._accessTokenFactory, data, this._options); + } + stop() { + this._close(); + return Promise.resolve(); + } + _close(e) { + if (this._eventSource) { + this._eventSource.close(); + this._eventSource = undefined; + if (this.onclose) { + this.onclose(e); + } + } + } +} + +;// CONCATENATED MODULE: ./src/WebSocketTransport.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + +/** @private */ +class WebSocketTransport { + constructor(httpClient, accessTokenFactory, logger, logMessageContent, webSocketConstructor, headers) { + this._logger = logger; + this._accessTokenFactory = accessTokenFactory; + this._logMessageContent = logMessageContent; + this._webSocketConstructor = webSocketConstructor; + this._httpClient = httpClient; + this.onreceive = null; + this.onclose = null; + this._headers = headers; + } + async connect(url, transferFormat) { + Arg.isRequired(url, "url"); + Arg.isRequired(transferFormat, "transferFormat"); + Arg.isIn(transferFormat, TransferFormat, "transferFormat"); + this._logger.log(LogLevel.Trace, "(WebSockets transport) Connecting."); + if (this._accessTokenFactory) { + const token = await this._accessTokenFactory(); + if (token) { + url += (url.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(token)}`; + } + } + return new Promise((resolve, reject) => { + url = url.replace(/^http/, "ws"); + let webSocket; + const cookies = this._httpClient.getCookieString(url); + let opened = false; + if (Platform.isNode) { + const headers = {}; + const [name, value] = getUserAgentHeader(); + headers[name] = value; + if (cookies) { + headers[HeaderNames.Cookie] = `${cookies}`; + } + // Only pass headers when in non-browser environments + webSocket = new this._webSocketConstructor(url, undefined, { + headers: { ...headers, ...this._headers }, + }); + } + if (!webSocket) { + // Chrome is not happy with passing 'undefined' as protocol + webSocket = new this._webSocketConstructor(url); + } + if (transferFormat === TransferFormat.Binary) { + webSocket.binaryType = "arraybuffer"; + } + webSocket.onopen = (_event) => { + this._logger.log(LogLevel.Information, `WebSocket connected to ${url}.`); + this._webSocket = webSocket; + opened = true; + resolve(); + }; + webSocket.onerror = (event) => { + let error = null; + // ErrorEvent is a browser only type we need to check if the type exists before using it + if (typeof ErrorEvent !== "undefined" && event instanceof ErrorEvent) { + error = event.error; + } + else { + error = "There was an error with the transport"; + } + this._logger.log(LogLevel.Information, `(WebSockets transport) ${error}.`); + }; + webSocket.onmessage = (message) => { + this._logger.log(LogLevel.Trace, `(WebSockets transport) data received. ${getDataDetail(message.data, this._logMessageContent)}.`); + if (this.onreceive) { + try { + this.onreceive(message.data); + } + catch (error) { + this._close(error); + return; + } + } + }; + webSocket.onclose = (event) => { + // Don't call close handler if connection was never established + // We'll reject the connect call instead + if (opened) { + this._close(event); + } + else { + let error = null; + // ErrorEvent is a browser only type we need to check if the type exists before using it + if (typeof ErrorEvent !== "undefined" && event instanceof ErrorEvent) { + error = event.error; + } + else { + error = "WebSocket failed to connect. The connection could not be found on the server," + + " either the endpoint may not be a SignalR endpoint," + + " the connection ID is not present on the server, or there is a proxy blocking WebSockets." + + " If you have multiple servers check that sticky sessions are enabled."; + } + reject(new Error(error)); + } + }; + }); + } + send(data) { + if (this._webSocket && this._webSocket.readyState === this._webSocketConstructor.OPEN) { + this._logger.log(LogLevel.Trace, `(WebSockets transport) sending data. ${getDataDetail(data, this._logMessageContent)}.`); + this._webSocket.send(data); + return Promise.resolve(); + } + return Promise.reject("WebSocket is not in the OPEN state"); + } + stop() { + if (this._webSocket) { + // Manually invoke onclose callback inline so we know the HttpConnection was closed properly before returning + // This also solves an issue where websocket.onclose could take 18+ seconds to trigger during network disconnects + this._close(undefined); + } + return Promise.resolve(); + } + _close(event) { + // webSocket will be null if the transport did not start successfully + if (this._webSocket) { + // Clear websocket handlers because we are considering the socket closed now + this._webSocket.onclose = () => { }; + this._webSocket.onmessage = () => { }; + this._webSocket.onerror = () => { }; + this._webSocket.close(); + this._webSocket = undefined; + } + this._logger.log(LogLevel.Trace, "(WebSockets transport) socket closed."); + if (this.onclose) { + if (this._isCloseEvent(event) && (event.wasClean === false || event.code !== 1000)) { + this.onclose(new Error(`WebSocket closed with status code: ${event.code} (${event.reason || "no reason given"}).`)); + } + else if (event instanceof Error) { + this.onclose(event); + } + else { + this.onclose(); + } + } + } + _isCloseEvent(event) { + return event && typeof event.wasClean === "boolean" && typeof event.code === "number"; + } +} + +;// CONCATENATED MODULE: ./src/HttpConnection.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + + + + + +const MAX_REDIRECTS = 100; +/** @private */ +class HttpConnection { + constructor(url, options = {}) { + this._stopPromiseResolver = () => { }; + this.features = {}; + this._negotiateVersion = 1; + Arg.isRequired(url, "url"); + this._logger = createLogger(options.logger); + this.baseUrl = this._resolveUrl(url); + options = options || {}; + options.logMessageContent = options.logMessageContent === undefined ? false : options.logMessageContent; + if (typeof options.withCredentials === "boolean" || options.withCredentials === undefined) { + options.withCredentials = options.withCredentials === undefined ? true : options.withCredentials; + } + else { + throw new Error("withCredentials option was not a 'boolean' or 'undefined' value"); + } + options.timeout = options.timeout === undefined ? 100 * 1000 : options.timeout; + let webSocketModule = null; + let eventSourceModule = null; + if (Platform.isNode && "function" !== "undefined") { + // In order to ignore the dynamic require in webpack builds we need to do this magic + // @ts-ignore: TS doesn't know about these names + const requireFunc = true ? require : 0; + webSocketModule = requireFunc("ws"); + eventSourceModule = requireFunc("eventsource"); + } + if (!Platform.isNode && typeof WebSocket !== "undefined" && !options.WebSocket) { + options.WebSocket = WebSocket; + } + else if (Platform.isNode && !options.WebSocket) { + if (webSocketModule) { + options.WebSocket = webSocketModule; + } + } + if (!Platform.isNode && typeof EventSource !== "undefined" && !options.EventSource) { + options.EventSource = EventSource; + } + else if (Platform.isNode && !options.EventSource) { + if (typeof eventSourceModule !== "undefined") { + options.EventSource = eventSourceModule; + } + } + this._httpClient = options.httpClient || new DefaultHttpClient(this._logger); + this._connectionState = "Disconnected" /* Disconnected */; + this._connectionStarted = false; + this._options = options; + this.onreceive = null; + this.onclose = null; + } + async start(transferFormat) { + transferFormat = transferFormat || TransferFormat.Binary; + Arg.isIn(transferFormat, TransferFormat, "transferFormat"); + this._logger.log(LogLevel.Debug, `Starting connection with transfer format '${TransferFormat[transferFormat]}'.`); + if (this._connectionState !== "Disconnected" /* Disconnected */) { + return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state.")); + } + this._connectionState = "Connecting" /* Connecting */; + this._startInternalPromise = this._startInternal(transferFormat); + await this._startInternalPromise; + // The TypeScript compiler thinks that connectionState must be Connecting here. The TypeScript compiler is wrong. + if (this._connectionState === "Disconnecting" /* Disconnecting */) { + // stop() was called and transitioned the client into the Disconnecting state. + const message = "Failed to start the HttpConnection before stop() was called."; + this._logger.log(LogLevel.Error, message); + // We cannot await stopPromise inside startInternal since stopInternal awaits the startInternalPromise. + await this._stopPromise; + return Promise.reject(new Error(message)); + } + else if (this._connectionState !== "Connected" /* Connected */) { + // stop() was called and transitioned the client into the Disconnecting state. + const message = "HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!"; + this._logger.log(LogLevel.Error, message); + return Promise.reject(new Error(message)); + } + this._connectionStarted = true; + } + send(data) { + if (this._connectionState !== "Connected" /* Connected */) { + return Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")); + } + if (!this._sendQueue) { + this._sendQueue = new TransportSendQueue(this.transport); + } + // Transport will not be null if state is connected + return this._sendQueue.send(data); + } + async stop(error) { + if (this._connectionState === "Disconnected" /* Disconnected */) { + this._logger.log(LogLevel.Debug, `Call to HttpConnection.stop(${error}) ignored because the connection is already in the disconnected state.`); + return Promise.resolve(); + } + if (this._connectionState === "Disconnecting" /* Disconnecting */) { + this._logger.log(LogLevel.Debug, `Call to HttpConnection.stop(${error}) ignored because the connection is already in the disconnecting state.`); + return this._stopPromise; + } + this._connectionState = "Disconnecting" /* Disconnecting */; + this._stopPromise = new Promise((resolve) => { + // Don't complete stop() until stopConnection() completes. + this._stopPromiseResolver = resolve; + }); + // stopInternal should never throw so just observe it. + await this._stopInternal(error); + await this._stopPromise; + } + async _stopInternal(error) { + // Set error as soon as possible otherwise there is a race between + // the transport closing and providing an error and the error from a close message + // We would prefer the close message error. + this._stopError = error; + try { + await this._startInternalPromise; + } + catch (e) { + // This exception is returned to the user as a rejected Promise from the start method. + } + // The transport's onclose will trigger stopConnection which will run our onclose event. + // The transport should always be set if currently connected. If it wasn't set, it's likely because + // stop was called during start() and start() failed. + if (this.transport) { + try { + await this.transport.stop(); + } + catch (e) { + this._logger.log(LogLevel.Error, `HttpConnection.transport.stop() threw error '${e}'.`); + this._stopConnection(); + } + this.transport = undefined; + } + else { + this._logger.log(LogLevel.Debug, "HttpConnection.transport is undefined in HttpConnection.stop() because start() failed."); + } + } + async _startInternal(transferFormat) { + // Store the original base url and the access token factory since they may change + // as part of negotiating + let url = this.baseUrl; + this._accessTokenFactory = this._options.accessTokenFactory; + try { + if (this._options.skipNegotiation) { + if (this._options.transport === HttpTransportType.WebSockets) { + // No need to add a connection ID in this case + this.transport = this._constructTransport(HttpTransportType.WebSockets); + // We should just call connect directly in this case. + // No fallback or negotiate in this case. + await this._startTransport(url, transferFormat); + } + else { + throw new Error("Negotiation can only be skipped when using the WebSocket transport directly."); + } + } + else { + let negotiateResponse = null; + let redirects = 0; + do { + negotiateResponse = await this._getNegotiationResponse(url); + // the user tries to stop the connection when it is being started + if (this._connectionState === "Disconnecting" /* Disconnecting */ || this._connectionState === "Disconnected" /* Disconnected */) { + throw new Error("The connection was stopped during negotiation."); + } + if (negotiateResponse.error) { + throw new Error(negotiateResponse.error); + } + if (negotiateResponse.ProtocolVersion) { + throw new Error("Detected a connection attempt to an ASP.NET SignalR Server. This client only supports connecting to an ASP.NET Core SignalR Server. See https://aka.ms/signalr-core-differences for details."); + } + if (negotiateResponse.url) { + url = negotiateResponse.url; + } + if (negotiateResponse.accessToken) { + // Replace the current access token factory with one that uses + // the returned access token + const accessToken = negotiateResponse.accessToken; + this._accessTokenFactory = () => accessToken; + } + redirects++; + } while (negotiateResponse.url && redirects < MAX_REDIRECTS); + if (redirects === MAX_REDIRECTS && negotiateResponse.url) { + throw new Error("Negotiate redirection limit exceeded."); + } + await this._createTransport(url, this._options.transport, negotiateResponse, transferFormat); + } + if (this.transport instanceof LongPollingTransport) { + this.features.inherentKeepAlive = true; + } + if (this._connectionState === "Connecting" /* Connecting */) { + // Ensure the connection transitions to the connected state prior to completing this.startInternalPromise. + // start() will handle the case when stop was called and startInternal exits still in the disconnecting state. + this._logger.log(LogLevel.Debug, "The HttpConnection connected successfully."); + this._connectionState = "Connected" /* Connected */; + } + // stop() is waiting on us via this.startInternalPromise so keep this.transport around so it can clean up. + // This is the only case startInternal can exit in neither the connected nor disconnected state because stopConnection() + // will transition to the disconnected state. start() will wait for the transition using the stopPromise. + } + catch (e) { + this._logger.log(LogLevel.Error, "Failed to start the connection: " + e); + this._connectionState = "Disconnected" /* Disconnected */; + this.transport = undefined; + // if start fails, any active calls to stop assume that start will complete the stop promise + this._stopPromiseResolver(); + return Promise.reject(e); + } + } + async _getNegotiationResponse(url) { + const headers = {}; + if (this._accessTokenFactory) { + const token = await this._accessTokenFactory(); + if (token) { + headers[HeaderNames.Authorization] = `Bearer ${token}`; + } + } + const [name, value] = getUserAgentHeader(); + headers[name] = value; + const negotiateUrl = this._resolveNegotiateUrl(url); + this._logger.log(LogLevel.Debug, `Sending negotiation request: ${negotiateUrl}.`); + try { + const response = await this._httpClient.post(negotiateUrl, { + content: "", + headers: { ...headers, ...this._options.headers }, + timeout: this._options.timeout, + withCredentials: this._options.withCredentials, + }); + if (response.statusCode !== 200) { + return Promise.reject(new Error(`Unexpected status code returned from negotiate '${response.statusCode}'`)); + } + const negotiateResponse = JSON.parse(response.content); + if (!negotiateResponse.negotiateVersion || negotiateResponse.negotiateVersion < 1) { + // Negotiate version 0 doesn't use connectionToken + // So we set it equal to connectionId so all our logic can use connectionToken without being aware of the negotiate version + negotiateResponse.connectionToken = negotiateResponse.connectionId; + } + return negotiateResponse; + } + catch (e) { + let errorMessage = "Failed to complete negotiation with the server: " + e; + if (e instanceof HttpError) { + if (e.statusCode === 404) { + errorMessage = errorMessage + " Either this is not a SignalR endpoint or there is a proxy blocking the connection."; + } + } + this._logger.log(LogLevel.Error, errorMessage); + return Promise.reject(new FailedToNegotiateWithServerError(errorMessage)); + } + } + _createConnectUrl(url, connectionToken) { + if (!connectionToken) { + return url; + } + return url + (url.indexOf("?") === -1 ? "?" : "&") + `id=${connectionToken}`; + } + async _createTransport(url, requestedTransport, negotiateResponse, requestedTransferFormat) { + let connectUrl = this._createConnectUrl(url, negotiateResponse.connectionToken); + if (this._isITransport(requestedTransport)) { + this._logger.log(LogLevel.Debug, "Connection was provided an instance of ITransport, using that directly."); + this.transport = requestedTransport; + await this._startTransport(connectUrl, requestedTransferFormat); + this.connectionId = negotiateResponse.connectionId; + return; + } + const transportExceptions = []; + const transports = negotiateResponse.availableTransports || []; + let negotiate = negotiateResponse; + for (const endpoint of transports) { + const transportOrError = this._resolveTransportOrError(endpoint, requestedTransport, requestedTransferFormat); + if (transportOrError instanceof Error) { + // Store the error and continue, we don't want to cause a re-negotiate in these cases + transportExceptions.push(`${endpoint.transport} failed:`); + transportExceptions.push(transportOrError); + } + else if (this._isITransport(transportOrError)) { + this.transport = transportOrError; + if (!negotiate) { + try { + negotiate = await this._getNegotiationResponse(url); + } + catch (ex) { + return Promise.reject(ex); + } + connectUrl = this._createConnectUrl(url, negotiate.connectionToken); + } + try { + await this._startTransport(connectUrl, requestedTransferFormat); + this.connectionId = negotiate.connectionId; + return; + } + catch (ex) { + this._logger.log(LogLevel.Error, `Failed to start the transport '${endpoint.transport}': ${ex}`); + negotiate = undefined; + transportExceptions.push(new FailedToStartTransportError(`${endpoint.transport} failed: ${ex}`, HttpTransportType[endpoint.transport])); + if (this._connectionState !== "Connecting" /* Connecting */) { + const message = "Failed to select transport before stop() was called."; + this._logger.log(LogLevel.Debug, message); + return Promise.reject(new Error(message)); + } + } + } + } + if (transportExceptions.length > 0) { + return Promise.reject(new AggregateErrors(`Unable to connect to the server with any of the available transports. ${transportExceptions.join(" ")}`, transportExceptions)); + } + return Promise.reject(new Error("None of the transports supported by the client are supported by the server.")); + } + _constructTransport(transport) { + switch (transport) { + case HttpTransportType.WebSockets: + if (!this._options.WebSocket) { + throw new Error("'WebSocket' is not supported in your environment."); + } + return new WebSocketTransport(this._httpClient, this._accessTokenFactory, this._logger, this._options.logMessageContent, this._options.WebSocket, this._options.headers || {}); + case HttpTransportType.ServerSentEvents: + if (!this._options.EventSource) { + throw new Error("'EventSource' is not supported in your environment."); + } + return new ServerSentEventsTransport(this._httpClient, this._accessTokenFactory, this._logger, this._options); + case HttpTransportType.LongPolling: + return new LongPollingTransport(this._httpClient, this._accessTokenFactory, this._logger, this._options); + default: + throw new Error(`Unknown transport: ${transport}.`); + } + } + _startTransport(url, transferFormat) { + this.transport.onreceive = this.onreceive; + this.transport.onclose = (e) => this._stopConnection(e); + return this.transport.connect(url, transferFormat); + } + _resolveTransportOrError(endpoint, requestedTransport, requestedTransferFormat) { + const transport = HttpTransportType[endpoint.transport]; + if (transport === null || transport === undefined) { + this._logger.log(LogLevel.Debug, `Skipping transport '${endpoint.transport}' because it is not supported by this client.`); + return new Error(`Skipping transport '${endpoint.transport}' because it is not supported by this client.`); + } + else { + if (transportMatches(requestedTransport, transport)) { + const transferFormats = endpoint.transferFormats.map((s) => TransferFormat[s]); + if (transferFormats.indexOf(requestedTransferFormat) >= 0) { + if ((transport === HttpTransportType.WebSockets && !this._options.WebSocket) || + (transport === HttpTransportType.ServerSentEvents && !this._options.EventSource)) { + this._logger.log(LogLevel.Debug, `Skipping transport '${HttpTransportType[transport]}' because it is not supported in your environment.'`); + return new UnsupportedTransportError(`'${HttpTransportType[transport]}' is not supported in your environment.`, transport); + } + else { + this._logger.log(LogLevel.Debug, `Selecting transport '${HttpTransportType[transport]}'.`); + try { + return this._constructTransport(transport); + } + catch (ex) { + return ex; + } + } + } + else { + this._logger.log(LogLevel.Debug, `Skipping transport '${HttpTransportType[transport]}' because it does not support the requested transfer format '${TransferFormat[requestedTransferFormat]}'.`); + return new Error(`'${HttpTransportType[transport]}' does not support ${TransferFormat[requestedTransferFormat]}.`); + } + } + else { + this._logger.log(LogLevel.Debug, `Skipping transport '${HttpTransportType[transport]}' because it was disabled by the client.`); + return new DisabledTransportError(`'${HttpTransportType[transport]}' is disabled by the client.`, transport); + } + } + } + _isITransport(transport) { + return transport && typeof (transport) === "object" && "connect" in transport; + } + _stopConnection(error) { + this._logger.log(LogLevel.Debug, `HttpConnection.stopConnection(${error}) called while in state ${this._connectionState}.`); + this.transport = undefined; + // If we have a stopError, it takes precedence over the error from the transport + error = this._stopError || error; + this._stopError = undefined; + if (this._connectionState === "Disconnected" /* Disconnected */) { + this._logger.log(LogLevel.Debug, `Call to HttpConnection.stopConnection(${error}) was ignored because the connection is already in the disconnected state.`); + return; + } + if (this._connectionState === "Connecting" /* Connecting */) { + this._logger.log(LogLevel.Warning, `Call to HttpConnection.stopConnection(${error}) was ignored because the connection is still in the connecting state.`); + throw new Error(`HttpConnection.stopConnection(${error}) was called while the connection is still in the connecting state.`); + } + if (this._connectionState === "Disconnecting" /* Disconnecting */) { + // A call to stop() induced this call to stopConnection and needs to be completed. + // Any stop() awaiters will be scheduled to continue after the onclose callback fires. + this._stopPromiseResolver(); + } + if (error) { + this._logger.log(LogLevel.Error, `Connection disconnected with error '${error}'.`); + } + else { + this._logger.log(LogLevel.Information, "Connection disconnected."); + } + if (this._sendQueue) { + this._sendQueue.stop().catch((e) => { + this._logger.log(LogLevel.Error, `TransportSendQueue.stop() threw error '${e}'.`); + }); + this._sendQueue = undefined; + } + this.connectionId = undefined; + this._connectionState = "Disconnected" /* Disconnected */; + if (this._connectionStarted) { + this._connectionStarted = false; + try { + if (this.onclose) { + this.onclose(error); + } + } + catch (e) { + this._logger.log(LogLevel.Error, `HttpConnection.onclose(${error}) threw error '${e}'.`); + } + } + } + _resolveUrl(url) { + // startsWith is not supported in IE + if (url.lastIndexOf("https://", 0) === 0 || url.lastIndexOf("http://", 0) === 0) { + return url; + } + if (!Platform.isBrowser) { + throw new Error(`Cannot resolve '${url}'.`); + } + // Setting the url to the href propery of an anchor tag handles normalization + // for us. There are 3 main cases. + // 1. Relative path normalization e.g "b" -> "http://localhost:5000/a/b" + // 2. Absolute path normalization e.g "/a/b" -> "http://localhost:5000/a/b" + // 3. Networkpath reference normalization e.g "//localhost:5000/a/b" -> "http://localhost:5000/a/b" + const aTag = window.document.createElement("a"); + aTag.href = url; + this._logger.log(LogLevel.Information, `Normalizing '${url}' to '${aTag.href}'.`); + return aTag.href; + } + _resolveNegotiateUrl(url) { + const index = url.indexOf("?"); + let negotiateUrl = url.substring(0, index === -1 ? url.length : index); + if (negotiateUrl[negotiateUrl.length - 1] !== "/") { + negotiateUrl += "/"; + } + negotiateUrl += "negotiate"; + negotiateUrl += index === -1 ? "" : url.substring(index); + if (negotiateUrl.indexOf("negotiateVersion") === -1) { + negotiateUrl += index === -1 ? "?" : "&"; + negotiateUrl += "negotiateVersion=" + this._negotiateVersion; + } + return negotiateUrl; + } +} +function transportMatches(requestedTransport, actualTransport) { + return !requestedTransport || ((actualTransport & requestedTransport) !== 0); +} +/** @private */ +class TransportSendQueue { + constructor(_transport) { + this._transport = _transport; + this._buffer = []; + this._executing = true; + this._sendBufferedData = new PromiseSource(); + this._transportResult = new PromiseSource(); + this._sendLoopPromise = this._sendLoop(); + } + send(data) { + this._bufferData(data); + if (!this._transportResult) { + this._transportResult = new PromiseSource(); + } + return this._transportResult.promise; + } + stop() { + this._executing = false; + this._sendBufferedData.resolve(); + return this._sendLoopPromise; + } + _bufferData(data) { + if (this._buffer.length && typeof (this._buffer[0]) !== typeof (data)) { + throw new Error(`Expected data to be of type ${typeof (this._buffer)} but was of type ${typeof (data)}`); + } + this._buffer.push(data); + this._sendBufferedData.resolve(); + } + async _sendLoop() { + while (true) { + await this._sendBufferedData.promise; + if (!this._executing) { + if (this._transportResult) { + this._transportResult.reject("Connection stopped."); + } + break; + } + this._sendBufferedData = new PromiseSource(); + const transportResult = this._transportResult; + this._transportResult = undefined; + const data = typeof (this._buffer[0]) === "string" ? + this._buffer.join("") : + TransportSendQueue._concatBuffers(this._buffer); + this._buffer.length = 0; + try { + await this._transport.send(data); + transportResult.resolve(); + } + catch (error) { + transportResult.reject(error); + } + } + } + static _concatBuffers(arrayBuffers) { + const totalLength = arrayBuffers.map((b) => b.byteLength).reduce((a, b) => a + b); + const result = new Uint8Array(totalLength); + let offset = 0; + for (const item of arrayBuffers) { + result.set(new Uint8Array(item), offset); + offset += item.byteLength; + } + return result.buffer; + } +} +class PromiseSource { + constructor() { + this.promise = new Promise((resolve, reject) => [this._resolver, this._rejecter] = [resolve, reject]); + } + resolve() { + this._resolver(); + } + reject(reason) { + this._rejecter(reason); + } +} + +;// CONCATENATED MODULE: ./src/JsonHubProtocol.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + +const JSON_HUB_PROTOCOL_NAME = "json"; +/** Implements the JSON Hub Protocol. */ +class JsonHubProtocol { + constructor() { + /** @inheritDoc */ + this.name = JSON_HUB_PROTOCOL_NAME; + /** @inheritDoc */ + this.version = 1; + /** @inheritDoc */ + this.transferFormat = TransferFormat.Text; + } + /** Creates an array of {@link @microsoft/signalr.HubMessage} objects from the specified serialized representation. + * + * @param {string} input A string containing the serialized representation. + * @param {ILogger} logger A logger that will be used to log messages that occur during parsing. + */ + parseMessages(input, logger) { + // The interface does allow "ArrayBuffer" to be passed in, but this implementation does not. So let's throw a useful error. + if (typeof input !== "string") { + throw new Error("Invalid input for JSON hub protocol. Expected a string."); + } + if (!input) { + return []; + } + if (logger === null) { + logger = NullLogger.instance; + } + // Parse the messages + const messages = TextMessageFormat.parse(input); + const hubMessages = []; + for (const message of messages) { + const parsedMessage = JSON.parse(message); + if (typeof parsedMessage.type !== "number") { + throw new Error("Invalid payload."); + } + switch (parsedMessage.type) { + case MessageType.Invocation: + this._isInvocationMessage(parsedMessage); + break; + case MessageType.StreamItem: + this._isStreamItemMessage(parsedMessage); + break; + case MessageType.Completion: + this._isCompletionMessage(parsedMessage); + break; + case MessageType.Ping: + // Single value, no need to validate + break; + case MessageType.Close: + // All optional values, no need to validate + break; + default: + // Future protocol changes can add message types, old clients can ignore them + logger.log(LogLevel.Information, "Unknown message type '" + parsedMessage.type + "' ignored."); + continue; + } + hubMessages.push(parsedMessage); + } + return hubMessages; + } + /** Writes the specified {@link @microsoft/signalr.HubMessage} to a string and returns it. + * + * @param {HubMessage} message The message to write. + * @returns {string} A string containing the serialized representation of the message. + */ + writeMessage(message) { + return TextMessageFormat.write(JSON.stringify(message)); + } + _isInvocationMessage(message) { + this._assertNotEmptyString(message.target, "Invalid payload for Invocation message."); + if (message.invocationId !== undefined) { + this._assertNotEmptyString(message.invocationId, "Invalid payload for Invocation message."); + } + } + _isStreamItemMessage(message) { + this._assertNotEmptyString(message.invocationId, "Invalid payload for StreamItem message."); + if (message.item === undefined) { + throw new Error("Invalid payload for StreamItem message."); + } + } + _isCompletionMessage(message) { + if (message.result && message.error) { + throw new Error("Invalid payload for Completion message."); + } + if (!message.result && message.error) { + this._assertNotEmptyString(message.error, "Invalid payload for Completion message."); + } + this._assertNotEmptyString(message.invocationId, "Invalid payload for Completion message."); + } + _assertNotEmptyString(value, errorMessage) { + if (typeof value !== "string" || value === "") { + throw new Error(errorMessage); + } + } +} + +;// CONCATENATED MODULE: ./src/HubConnectionBuilder.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + + + +const LogLevelNameMapping = { + trace: LogLevel.Trace, + debug: LogLevel.Debug, + info: LogLevel.Information, + information: LogLevel.Information, + warn: LogLevel.Warning, + warning: LogLevel.Warning, + error: LogLevel.Error, + critical: LogLevel.Critical, + none: LogLevel.None, +}; +function parseLogLevel(name) { + // Case-insensitive matching via lower-casing + // Yes, I know case-folding is a complicated problem in Unicode, but we only support + // the ASCII strings defined in LogLevelNameMapping anyway, so it's fine -anurse. + const mapping = LogLevelNameMapping[name.toLowerCase()]; + if (typeof mapping !== "undefined") { + return mapping; + } + else { + throw new Error(`Unknown log level: ${name}`); + } +} +/** A builder for configuring {@link @microsoft/signalr.HubConnection} instances. */ +class HubConnectionBuilder { + configureLogging(logging) { + Arg.isRequired(logging, "logging"); + if (isLogger(logging)) { + this.logger = logging; + } + else if (typeof logging === "string") { + const logLevel = parseLogLevel(logging); + this.logger = new ConsoleLogger(logLevel); + } + else { + this.logger = new ConsoleLogger(logging); + } + return this; + } + withUrl(url, transportTypeOrOptions) { + Arg.isRequired(url, "url"); + Arg.isNotEmpty(url, "url"); + this.url = url; + // Flow-typing knows where it's at. Since HttpTransportType is a number and IHttpConnectionOptions is guaranteed + // to be an object, we know (as does TypeScript) this comparison is all we need to figure out which overload was called. + if (typeof transportTypeOrOptions === "object") { + this.httpConnectionOptions = { ...this.httpConnectionOptions, ...transportTypeOrOptions }; + } + else { + this.httpConnectionOptions = { + ...this.httpConnectionOptions, + transport: transportTypeOrOptions, + }; + } + return this; + } + /** Configures the {@link @microsoft/signalr.HubConnection} to use the specified Hub Protocol. + * + * @param {IHubProtocol} protocol The {@link @microsoft/signalr.IHubProtocol} implementation to use. + */ + withHubProtocol(protocol) { + Arg.isRequired(protocol, "protocol"); + this.protocol = protocol; + return this; + } + withAutomaticReconnect(retryDelaysOrReconnectPolicy) { + if (this.reconnectPolicy) { + throw new Error("A reconnectPolicy has already been set."); + } + if (!retryDelaysOrReconnectPolicy) { + this.reconnectPolicy = new DefaultReconnectPolicy(); + } + else if (Array.isArray(retryDelaysOrReconnectPolicy)) { + this.reconnectPolicy = new DefaultReconnectPolicy(retryDelaysOrReconnectPolicy); + } + else { + this.reconnectPolicy = retryDelaysOrReconnectPolicy; + } + return this; + } + /** Creates a {@link @microsoft/signalr.HubConnection} from the configuration options specified in this builder. + * + * @returns {HubConnection} The configured {@link @microsoft/signalr.HubConnection}. + */ + build() { + // If httpConnectionOptions has a logger, use it. Otherwise, override it with the one + // provided to configureLogger + const httpConnectionOptions = this.httpConnectionOptions || {}; + // If it's 'null', the user **explicitly** asked for null, don't mess with it. + if (httpConnectionOptions.logger === undefined) { + // If our logger is undefined or null, that's OK, the HttpConnection constructor will handle it. + httpConnectionOptions.logger = this.logger; + } + // Now create the connection + if (!this.url) { + throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection."); + } + const connection = new HttpConnection(this.url, httpConnectionOptions); + return HubConnection.create(connection, this.logger || NullLogger.instance, this.protocol || new JsonHubProtocol(), this.reconnectPolicy); + } +} +function isLogger(logger) { + return logger.log !== undefined; +} + +;// CONCATENATED MODULE: ./src/index.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + + + + + + + + + + + + + +;// CONCATENATED MODULE: ./src/browser-index.ts +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// This is where we add any polyfills we'll need for the browser. It is the entry module for browser-specific builds. +// Copy from Array.prototype into Uint8Array to polyfill on IE. It's OK because the implementations of indexOf and slice use properties +// that exist on Uint8Array with the same name, and JavaScript is magic. +// We make them 'writable' because the Buffer polyfill messes with it as well. +if (!Uint8Array.prototype.indexOf) { + Object.defineProperty(Uint8Array.prototype, "indexOf", { + value: Array.prototype.indexOf, + writable: true, + }); +} +if (!Uint8Array.prototype.slice) { + Object.defineProperty(Uint8Array.prototype, "slice", { + // wrap the slice in Uint8Array so it looks like a Uint8Array.slice call + // eslint-disable-next-line object-shorthand + value: function (start, end) { return new Uint8Array(Array.prototype.slice.call(this, start, end)); }, + writable: true, + }); +} +if (!Uint8Array.prototype.forEach) { + Object.defineProperty(Uint8Array.prototype, "forEach", { + value: Array.prototype.forEach, + writable: true, + }); +} + + +/******/ return __webpack_exports__; +/******/ })() +; +}); +//# sourceMappingURL=signalr.js.map \ No newline at end of file diff --git a/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.min.js b/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.min.js new file mode 100644 index 0000000..22bfd63 --- /dev/null +++ b/SignalRChat/wwwroot/js/signalr/dist/browser/signalr.min.js @@ -0,0 +1,2 @@ +var t,e;t=self,e=function(){return(()=>{var t={d:(e,s)=>{for(var n in s)t.o(s,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:s[n]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"t",{value:!0})};var e,s={};t.r(s),t.d(s,{AbortError:()=>r,DefaultHttpClient:()=>H,HttpClient:()=>d,HttpError:()=>n,HttpResponse:()=>u,HttpTransportType:()=>M,HubConnection:()=>N,HubConnectionBuilder:()=>Q,HubConnectionState:()=>R,JsonHubProtocol:()=>G,LogLevel:()=>e,MessageType:()=>A,NullLogger:()=>f,Subject:()=>U,TimeoutError:()=>i,TransferFormat:()=>W,VERSION:()=>p});class n extends Error{constructor(t,e){const s=new.target.prototype;super(`${t}: Status code '${e}'`),this.statusCode=e,this.__proto__=s}}class i extends Error{constructor(t="A timeout occurred."){const e=new.target.prototype;super(t),this.__proto__=e}}class r extends Error{constructor(t="An abort occurred."){const e=new.target.prototype;super(t),this.__proto__=e}}class o extends Error{constructor(t,e){const s=new.target.prototype;super(t),this.transport=e,this.errorType="UnsupportedTransportError",this.__proto__=s}}class h extends Error{constructor(t,e){const s=new.target.prototype;super(t),this.transport=e,this.errorType="DisabledTransportError",this.__proto__=s}}class c extends Error{constructor(t,e){const s=new.target.prototype;super(t),this.transport=e,this.errorType="FailedToStartTransportError",this.__proto__=s}}class a extends Error{constructor(t){const e=new.target.prototype;super(t),this.errorType="FailedToNegotiateWithServerError",this.__proto__=e}}class l extends Error{constructor(t,e){const s=new.target.prototype;super(t),this.innerErrors=e,this.__proto__=s}}class u{constructor(t,e,s){this.statusCode=t,this.statusText=e,this.content=s}}class d{get(t,e){return this.send({...e,method:"GET",url:t})}post(t,e){return this.send({...e,method:"POST",url:t})}delete(t,e){return this.send({...e,method:"DELETE",url:t})}getCookieString(t){return""}}!function(t){t[t.Trace=0]="Trace",t[t.Debug=1]="Debug",t[t.Information=2]="Information",t[t.Warning=3]="Warning",t[t.Error=4]="Error",t[t.Critical=5]="Critical",t[t.None=6]="None"}(e||(e={}));class f{constructor(){}log(t,e){}}f.instance=new f;const p="6.0.4";class w{static isRequired(t,e){if(null==t)throw new Error(`The '${e}' argument is required.`)}static isNotEmpty(t,e){if(!t||t.match(/^\s*$/))throw new Error(`The '${e}' argument should not be empty.`)}static isIn(t,e,s){if(!(t in e))throw new Error(`Unknown ${s} value: ${t}.`)}}class g{static get isBrowser(){return"object"==typeof window&&"object"==typeof window.document}static get isWebWorker(){return"object"==typeof self&&"importScripts"in self}static get isReactNative(){return"object"==typeof window&&void 0===window.document}static get isNode(){return!this.isBrowser&&!this.isWebWorker&&!this.isReactNative}}function y(t,e){let s="";return m(t)?(s=`Binary data of length ${t.byteLength}`,e&&(s+=`. Content: '${function(t){const e=new Uint8Array(t);let s="";return e.forEach((t=>{s+=`0x${t<16?"0":""}${t.toString(16)} `})),s.substr(0,s.length-1)}(t)}'`)):"string"==typeof t&&(s=`String data of length ${t.length}`,e&&(s+=`. Content: '${t}'`)),s}function m(t){return t&&"undefined"!=typeof ArrayBuffer&&(t instanceof ArrayBuffer||t.constructor&&"ArrayBuffer"===t.constructor.name)}async function b(t,s,n,i,r,o,h){let c={};if(r){const t=await r();t&&(c={Authorization:`Bearer ${t}`})}const[a,l]=$();c[a]=l,t.log(e.Trace,`(${s} transport) sending data. ${y(o,h.logMessageContent)}.`);const u=m(o)?"arraybuffer":"text",d=await n.post(i,{content:o,headers:{...c,...h.headers},responseType:u,timeout:h.timeout,withCredentials:h.withCredentials});t.log(e.Trace,`(${s} transport) request complete. Response status: ${d.statusCode}.`)}class v{constructor(t,e){this.i=t,this.h=e}dispose(){const t=this.i.observers.indexOf(this.h);t>-1&&this.i.observers.splice(t,1),0===this.i.observers.length&&this.i.cancelCallback&&this.i.cancelCallback().catch((t=>{}))}}class E{constructor(t){this.l=t,this.out=console}log(t,s){if(t>=this.l){const n=`[${(new Date).toISOString()}] ${e[t]}: ${s}`;switch(t){case e.Critical:case e.Error:this.out.error(n);break;case e.Warning:this.out.warn(n);break;case e.Information:this.out.info(n);break;default:this.out.log(n)}}}}function $(){let t="X-SignalR-User-Agent";return g.isNode&&(t="User-Agent"),[t,C(p,S(),g.isNode?"NodeJS":"Browser",k())]}function C(t,e,s,n){let i="Microsoft SignalR/";const r=t.split(".");return i+=`${r[0]}.${r[1]}`,i+=` (${t}; `,i+=e&&""!==e?`${e}; `:"Unknown OS; ",i+=`${s}`,i+=n?`; ${n}`:"; Unknown Runtime Version",i+=")",i}function S(){if(!g.isNode)return"";switch(process.platform){case"win32":return"Windows NT";case"darwin":return"macOS";case"linux":return"Linux";default:return process.platform}}function k(){if(g.isNode)return process.versions.node}function P(t){return t.stack?t.stack:t.message?t.message:`${t}`}class T extends d{constructor(e){if(super(),this.u=e,"undefined"==typeof fetch){const t=require;this.p=new(t("tough-cookie").CookieJar),this.m=t("node-fetch"),this.m=t("fetch-cookie")(this.m,this.p)}else this.m=fetch.bind(function(){if("undefined"!=typeof globalThis)return globalThis;if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if(void 0!==t.g)return t.g;throw new Error("could not find global")}());if("undefined"==typeof AbortController){const t=require;this.v=t("abort-controller")}else this.v=AbortController}async send(t){if(t.abortSignal&&t.abortSignal.aborted)throw new r;if(!t.method)throw new Error("No method defined.");if(!t.url)throw new Error("No url defined.");const s=new this.v;let o;t.abortSignal&&(t.abortSignal.onabort=()=>{s.abort(),o=new r});let h,c=null;if(t.timeout){const n=t.timeout;c=setTimeout((()=>{s.abort(),this.u.log(e.Warning,"Timeout from HTTP request."),o=new i}),n)}try{h=await this.m(t.url,{body:t.content,cache:"no-cache",credentials:!0===t.withCredentials?"include":"same-origin",headers:{"Content-Type":"text/plain;charset=UTF-8","X-Requested-With":"XMLHttpRequest",...t.headers},method:t.method,mode:"cors",redirect:"follow",signal:s.signal})}catch(t){if(o)throw o;throw this.u.log(e.Warning,`Error from HTTP request. ${t}.`),t}finally{c&&clearTimeout(c),t.abortSignal&&(t.abortSignal.onabort=null)}if(!h.ok){const t=await I(h,"text");throw new n(t||h.statusText,h.status)}const a=I(h,t.responseType),l=await a;return new u(h.status,h.statusText,l)}getCookieString(t){let e="";return g.isNode&&this.p&&this.p.getCookies(t,((t,s)=>e=s.join("; "))),e}}function I(t,e){let s;switch(e){case"arraybuffer":s=t.arrayBuffer();break;case"text":s=t.text();break;case"blob":case"document":case"json":throw new Error(`${e} is not supported.`);default:s=t.text()}return s}class _ extends d{constructor(t){super(),this.u=t}send(t){return t.abortSignal&&t.abortSignal.aborted?Promise.reject(new r):t.method?t.url?new Promise(((s,o)=>{const h=new XMLHttpRequest;h.open(t.method,t.url,!0),h.withCredentials=void 0===t.withCredentials||t.withCredentials,h.setRequestHeader("X-Requested-With","XMLHttpRequest"),h.setRequestHeader("Content-Type","text/plain;charset=UTF-8");const c=t.headers;c&&Object.keys(c).forEach((t=>{h.setRequestHeader(t,c[t])})),t.responseType&&(h.responseType=t.responseType),t.abortSignal&&(t.abortSignal.onabort=()=>{h.abort(),o(new r)}),t.timeout&&(h.timeout=t.timeout),h.onload=()=>{t.abortSignal&&(t.abortSignal.onabort=null),h.status>=200&&h.status<300?s(new u(h.status,h.statusText,h.response||h.responseText)):o(new n(h.response||h.responseText||h.statusText,h.status))},h.onerror=()=>{this.u.log(e.Warning,`Error from HTTP request. ${h.status}: ${h.statusText}.`),o(new n(h.statusText,h.status))},h.ontimeout=()=>{this.u.log(e.Warning,"Timeout from HTTP request."),o(new i)},h.send(t.content||"")})):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}}class H extends d{constructor(t){if(super(),"undefined"!=typeof fetch||g.isNode)this.$=new T(t);else{if("undefined"==typeof XMLHttpRequest)throw new Error("No usable HttpClient found.");this.$=new _(t)}}send(t){return t.abortSignal&&t.abortSignal.aborted?Promise.reject(new r):t.method?t.url?this.$.send(t):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}getCookieString(t){return this.$.getCookieString(t)}}class D{static write(t){return`${t}${D.RecordSeparator}`}static parse(t){if(t[t.length-1]!==D.RecordSeparator)throw new Error("Message is incomplete.");const e=t.split(D.RecordSeparator);return e.pop(),e}}D.RecordSeparatorCode=30,D.RecordSeparator=String.fromCharCode(D.RecordSeparatorCode);class x{writeHandshakeRequest(t){return D.write(JSON.stringify(t))}parseHandshakeResponse(t){let e,s;if(m(t)){const n=new Uint8Array(t),i=n.indexOf(D.RecordSeparatorCode);if(-1===i)throw new Error("Message is incomplete.");const r=i+1;e=String.fromCharCode.apply(null,Array.prototype.slice.call(n.slice(0,r))),s=n.byteLength>r?n.slice(r).buffer:null}else{const n=t,i=n.indexOf(D.RecordSeparator);if(-1===i)throw new Error("Message is incomplete.");const r=i+1;e=n.substring(0,r),s=n.length>r?n.substring(r):null}const n=D.parse(e),i=JSON.parse(n[0]);if(i.type)throw new Error("Expected a handshake response from the server.");return[s,i]}}var A,R;!function(t){t[t.Invocation=1]="Invocation",t[t.StreamItem=2]="StreamItem",t[t.Completion=3]="Completion",t[t.StreamInvocation=4]="StreamInvocation",t[t.CancelInvocation=5]="CancelInvocation",t[t.Ping=6]="Ping",t[t.Close=7]="Close"}(A||(A={}));class U{constructor(){this.observers=[]}next(t){for(const e of this.observers)e.next(t)}error(t){for(const e of this.observers)e.error&&e.error(t)}complete(){for(const t of this.observers)t.complete&&t.complete()}subscribe(t){return this.observers.push(t),new v(this,t)}}!function(t){t.Disconnected="Disconnected",t.Connecting="Connecting",t.Connected="Connected",t.Disconnecting="Disconnecting",t.Reconnecting="Reconnecting"}(R||(R={}));class N{constructor(t,s,n,i){this.C=0,this.S=()=>{this.u.log(e.Warning,"The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://docs.microsoft.com/aspnet/core/signalr/javascript-client#bsleep")},w.isRequired(t,"connection"),w.isRequired(s,"logger"),w.isRequired(n,"protocol"),this.serverTimeoutInMilliseconds=3e4,this.keepAliveIntervalInMilliseconds=15e3,this.u=s,this.k=n,this.connection=t,this.P=i,this.T=new x,this.connection.onreceive=t=>this.I(t),this.connection.onclose=t=>this._(t),this.H={},this.D={},this.A=[],this.R=[],this.U=[],this.N=0,this.L=!1,this.q=R.Disconnected,this.j=!1,this.M=this.k.writeMessage({type:A.Ping})}static create(t,e,s,n){return new N(t,e,s,n)}get state(){return this.q}get connectionId(){return this.connection&&this.connection.connectionId||null}get baseUrl(){return this.connection.baseUrl||""}set baseUrl(t){if(this.q!==R.Disconnected&&this.q!==R.Reconnecting)throw new Error("The HubConnection must be in the Disconnected or Reconnecting state to change the url.");if(!t)throw new Error("The HubConnection url must be a valid url.");this.connection.baseUrl=t}start(){return this.W=this.O(),this.W}async O(){if(this.q!==R.Disconnected)return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state."));this.q=R.Connecting,this.u.log(e.Debug,"Starting HubConnection.");try{await this.F(),g.isBrowser&&window.document.addEventListener("freeze",this.S),this.q=R.Connected,this.j=!0,this.u.log(e.Debug,"HubConnection connected successfully.")}catch(t){return this.q=R.Disconnected,this.u.log(e.Debug,`HubConnection failed to start successfully because of error '${t}'.`),Promise.reject(t)}}async F(){this.B=void 0,this.L=!1;const t=new Promise(((t,e)=>{this.X=t,this.J=e}));await this.connection.start(this.k.transferFormat);try{const s={protocol:this.k.name,version:this.k.version};if(this.u.log(e.Debug,"Sending handshake request."),await this.V(this.T.writeHandshakeRequest(s)),this.u.log(e.Information,`Using HubProtocol '${this.k.name}'.`),this.G(),this.K(),this.Y(),await t,this.B)throw this.B}catch(t){throw this.u.log(e.Debug,`Hub handshake failed with error '${t}' during start(). Stopping HubConnection.`),this.G(),this.Z(),await this.connection.stop(t),t}}async stop(){const t=this.W;this.tt=this.et(),await this.tt;try{await t}catch(t){}}et(t){return this.q===R.Disconnected?(this.u.log(e.Debug,`Call to HubConnection.stop(${t}) ignored because it is already in the disconnected state.`),Promise.resolve()):this.q===R.Disconnecting?(this.u.log(e.Debug,`Call to HttpConnection.stop(${t}) ignored because the connection is already in the disconnecting state.`),this.tt):(this.q=R.Disconnecting,this.u.log(e.Debug,"Stopping HubConnection."),this.st?(this.u.log(e.Debug,"Connection stopped during reconnect delay. Done reconnecting."),clearTimeout(this.st),this.st=void 0,this.nt(),Promise.resolve()):(this.G(),this.Z(),this.B=t||new Error("The connection was stopped before the hub handshake could complete."),this.connection.stop(t)))}stream(t,...e){const[s,n]=this.it(e),i=this.rt(t,e,n);let r;const o=new U;return o.cancelCallback=()=>{const t=this.ot(i.invocationId);return delete this.H[i.invocationId],r.then((()=>this.ht(t)))},this.H[i.invocationId]=(t,e)=>{e?o.error(e):t&&(t.type===A.Completion?t.error?o.error(new Error(t.error)):o.complete():o.next(t.item))},r=this.ht(i).catch((t=>{o.error(t),delete this.H[i.invocationId]})),this.ct(s,r),o}V(t){return this.Y(),this.connection.send(t)}ht(t){return this.V(this.k.writeMessage(t))}send(t,...e){const[s,n]=this.it(e),i=this.ht(this.at(t,e,!0,n));return this.ct(s,i),i}invoke(t,...e){const[s,n]=this.it(e),i=this.at(t,e,!1,n);return new Promise(((t,e)=>{this.H[i.invocationId]=(s,n)=>{n?e(n):s&&(s.type===A.Completion?s.error?e(new Error(s.error)):t(s.result):e(new Error(`Unexpected message type: ${s.type}`)))};const n=this.ht(i).catch((t=>{e(t),delete this.H[i.invocationId]}));this.ct(s,n)}))}on(t,e){t&&e&&(t=t.toLowerCase(),this.D[t]||(this.D[t]=[]),-1===this.D[t].indexOf(e)&&this.D[t].push(e))}off(t,e){if(!t)return;t=t.toLowerCase();const s=this.D[t];if(s)if(e){const n=s.indexOf(e);-1!==n&&(s.splice(n,1),0===s.length&&delete this.D[t])}else delete this.D[t]}onclose(t){t&&this.A.push(t)}onreconnecting(t){t&&this.R.push(t)}onreconnected(t){t&&this.U.push(t)}I(t){if(this.G(),this.L||(t=this.lt(t),this.L=!0),t){const s=this.k.parseMessages(t,this.u);for(const t of s)switch(t.type){case A.Invocation:this.ut(t);break;case A.StreamItem:case A.Completion:{const s=this.H[t.invocationId];if(s){t.type===A.Completion&&delete this.H[t.invocationId];try{s(t)}catch(t){this.u.log(e.Error,`Stream callback threw error: ${P(t)}`)}}break}case A.Ping:break;case A.Close:{this.u.log(e.Information,"Close message received from server.");const s=t.error?new Error("Server returned an error on close: "+t.error):void 0;!0===t.allowReconnect?this.connection.stop(s):this.tt=this.et(s);break}default:this.u.log(e.Warning,`Invalid message type: ${t.type}.`)}}this.K()}lt(t){let s,n;try{[n,s]=this.T.parseHandshakeResponse(t)}catch(t){const s="Error parsing handshake response: "+t;this.u.log(e.Error,s);const n=new Error(s);throw this.J(n),n}if(s.error){const t="Server returned handshake error: "+s.error;this.u.log(e.Error,t);const n=new Error(t);throw this.J(n),n}return this.u.log(e.Debug,"Server handshake complete."),this.X(),n}Y(){this.connection.features.inherentKeepAlive||(this.C=(new Date).getTime()+this.keepAliveIntervalInMilliseconds,this.Z())}K(){if(!(this.connection.features&&this.connection.features.inherentKeepAlive||(this.dt=setTimeout((()=>this.serverTimeout()),this.serverTimeoutInMilliseconds),void 0!==this.ft))){let t=this.C-(new Date).getTime();t<0&&(t=0),this.ft=setTimeout((async()=>{if(this.q===R.Connected)try{await this.V(this.M)}catch{this.Z()}}),t)}}serverTimeout(){this.connection.stop(new Error("Server timeout elapsed without receiving a message from the server."))}ut(t){const s=this.D[t.target.toLowerCase()];if(s){try{s.forEach((e=>e.apply(this,t.arguments)))}catch(s){this.u.log(e.Error,`A callback for the method ${t.target.toLowerCase()} threw error '${s}'.`)}if(t.invocationId){const t="Server requested a response, which is not supported in this version of the client.";this.u.log(e.Error,t),this.tt=this.et(new Error(t))}}else this.u.log(e.Warning,`No client method with the name '${t.target}' found.`)}_(t){this.u.log(e.Debug,`HubConnection.connectionClosed(${t}) called while in state ${this.q}.`),this.B=this.B||t||new Error("The underlying connection was closed before the hub handshake could complete."),this.X&&this.X(),this.wt(t||new Error("Invocation canceled due to the underlying connection being closed.")),this.G(),this.Z(),this.q===R.Disconnecting?this.nt(t):this.q===R.Connected&&this.P?this.gt(t):this.q===R.Connected&&this.nt(t)}nt(t){if(this.j){this.q=R.Disconnected,this.j=!1,g.isBrowser&&window.document.removeEventListener("freeze",this.S);try{this.A.forEach((e=>e.apply(this,[t])))}catch(s){this.u.log(e.Error,`An onclose callback called with error '${t}' threw error '${s}'.`)}}}async gt(t){const s=Date.now();let n=0,i=void 0!==t?t:new Error("Attempting to reconnect due to a unknown error."),r=this.yt(n++,0,i);if(null===r)return this.u.log(e.Debug,"Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."),void this.nt(t);if(this.q=R.Reconnecting,t?this.u.log(e.Information,`Connection reconnecting because of error '${t}'.`):this.u.log(e.Information,"Connection reconnecting."),0!==this.R.length){try{this.R.forEach((e=>e.apply(this,[t])))}catch(s){this.u.log(e.Error,`An onreconnecting callback called with error '${t}' threw error '${s}'.`)}if(this.q!==R.Reconnecting)return void this.u.log(e.Debug,"Connection left the reconnecting state in onreconnecting callback. Done reconnecting.")}for(;null!==r;){if(this.u.log(e.Information,`Reconnect attempt number ${n} will start in ${r} ms.`),await new Promise((t=>{this.st=setTimeout(t,r)})),this.st=void 0,this.q!==R.Reconnecting)return void this.u.log(e.Debug,"Connection left the reconnecting state during reconnect delay. Done reconnecting.");try{if(await this.F(),this.q=R.Connected,this.u.log(e.Information,"HubConnection reconnected successfully."),0!==this.U.length)try{this.U.forEach((t=>t.apply(this,[this.connection.connectionId])))}catch(t){this.u.log(e.Error,`An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${t}'.`)}return}catch(t){if(this.u.log(e.Information,`Reconnect attempt failed because of error '${t}'.`),this.q!==R.Reconnecting)return this.u.log(e.Debug,`Connection moved to the '${this.q}' from the reconnecting state during reconnect attempt. Done reconnecting.`),void(this.q===R.Disconnecting&&this.nt());i=t instanceof Error?t:new Error(t.toString()),r=this.yt(n++,Date.now()-s,i)}}this.u.log(e.Information,`Reconnect retries have been exhausted after ${Date.now()-s} ms and ${n} failed attempts. Connection disconnecting.`),this.nt()}yt(t,s,n){try{return this.P.nextRetryDelayInMilliseconds({elapsedMilliseconds:s,previousRetryCount:t,retryReason:n})}catch(n){return this.u.log(e.Error,`IRetryPolicy.nextRetryDelayInMilliseconds(${t}, ${s}) threw error '${n}'.`),null}}wt(t){const s=this.H;this.H={},Object.keys(s).forEach((n=>{const i=s[n];try{i(null,t)}catch(s){this.u.log(e.Error,`Stream 'error' callback called with '${t}' threw error: ${P(s)}`)}}))}Z(){this.ft&&(clearTimeout(this.ft),this.ft=void 0)}G(){this.dt&&clearTimeout(this.dt)}at(t,e,s,n){if(s)return 0!==n.length?{arguments:e,streamIds:n,target:t,type:A.Invocation}:{arguments:e,target:t,type:A.Invocation};{const s=this.N;return this.N++,0!==n.length?{arguments:e,invocationId:s.toString(),streamIds:n,target:t,type:A.Invocation}:{arguments:e,invocationId:s.toString(),target:t,type:A.Invocation}}}ct(t,e){if(0!==t.length){e||(e=Promise.resolve());for(const s in t)t[s].subscribe({complete:()=>{e=e.then((()=>this.ht(this.bt(s))))},error:t=>{let n;n=t instanceof Error?t.message:t&&t.toString?t.toString():"Unknown error",e=e.then((()=>this.ht(this.bt(s,n))))},next:t=>{e=e.then((()=>this.ht(this.vt(s,t))))}})}}it(t){const e=[],s=[];for(let n=0;n{let r,o=!1;if(s===W.Text){if(g.isBrowser||g.isWebWorker)r=new this.Pt.EventSource(t,{withCredentials:this.Pt.withCredentials});else{const e=this.$.getCookieString(t),s={};s.Cookie=e;const[n,i]=$();s[n]=i,r=new this.Pt.EventSource(t,{withCredentials:this.Pt.withCredentials,headers:{...s,...this.Pt.headers}})}try{r.onmessage=t=>{if(this.onreceive)try{this.u.log(e.Trace,`(SSE transport) data received. ${y(t.data,this.Pt.logMessageContent)}.`),this.onreceive(t.data)}catch(t){return void this.Ut(t)}},r.onerror=t=>{o?this.Ut():i(new Error("EventSource failed to connect. The connection could not be found on the server, either the connection ID is not present on the server, or a proxy is refusing/buffering the connection. If you have multiple servers check that sticky sessions are enabled."))},r.onopen=()=>{this.u.log(e.Information,`SSE connected to ${this.It}`),this.Nt=r,o=!0,n()}}catch(t){return void i(t)}}else i(new Error("The Server-Sent Events transport only supports the 'Text' transfer format"))}))}async send(t){return this.Nt?b(this.u,"SSE",this.$,this.It,this.St,t,this.Pt):Promise.reject(new Error("Cannot send until the transport is connected"))}stop(){return this.Ut(),Promise.resolve()}Ut(t){this.Nt&&(this.Nt.close(),this.Nt=void 0,this.onclose&&this.onclose(t))}}class X{constructor(t,e,s,n,i,r){this.u=s,this.St=e,this.Lt=n,this.qt=i,this.$=t,this.onreceive=null,this.onclose=null,this.jt=r}async connect(t,s){if(w.isRequired(t,"url"),w.isRequired(s,"transferFormat"),w.isIn(s,W,"transferFormat"),this.u.log(e.Trace,"(WebSockets transport) Connecting."),this.St){const e=await this.St();e&&(t+=(t.indexOf("?")<0?"?":"&")+`access_token=${encodeURIComponent(e)}`)}return new Promise(((n,i)=>{let r;t=t.replace(/^http/,"ws");const o=this.$.getCookieString(t);let h=!1;if(g.isNode){const e={},[s,n]=$();e[s]=n,o&&(e[j.Cookie]=`${o}`),r=new this.qt(t,void 0,{headers:{...e,...this.jt}})}r||(r=new this.qt(t)),s===W.Binary&&(r.binaryType="arraybuffer"),r.onopen=s=>{this.u.log(e.Information,`WebSocket connected to ${t}.`),this.Mt=r,h=!0,n()},r.onerror=t=>{let s=null;s="undefined"!=typeof ErrorEvent&&t instanceof ErrorEvent?t.error:"There was an error with the transport",this.u.log(e.Information,`(WebSockets transport) ${s}.`)},r.onmessage=t=>{if(this.u.log(e.Trace,`(WebSockets transport) data received. ${y(t.data,this.Lt)}.`),this.onreceive)try{this.onreceive(t.data)}catch(t){return void this.Ut(t)}},r.onclose=t=>{if(h)this.Ut(t);else{let e=null;e="undefined"!=typeof ErrorEvent&&t instanceof ErrorEvent?t.error:"WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.",i(new Error(e))}}}))}send(t){return this.Mt&&this.Mt.readyState===this.qt.OPEN?(this.u.log(e.Trace,`(WebSockets transport) sending data. ${y(t,this.Lt)}.`),this.Mt.send(t),Promise.resolve()):Promise.reject("WebSocket is not in the OPEN state")}stop(){return this.Mt&&this.Ut(void 0),Promise.resolve()}Ut(t){this.Mt&&(this.Mt.onclose=()=>{},this.Mt.onmessage=()=>{},this.Mt.onerror=()=>{},this.Mt.close(),this.Mt=void 0),this.u.log(e.Trace,"(WebSockets transport) socket closed."),this.onclose&&(!this.Wt(t)||!1!==t.wasClean&&1e3===t.code?t instanceof Error?this.onclose(t):this.onclose():this.onclose(new Error(`WebSocket closed with status code: ${t.code} (${t.reason||"no reason given"}).`)))}Wt(t){return t&&"boolean"==typeof t.wasClean&&"number"==typeof t.code}}class J{constructor(t,s={}){var n;if(this.Ot=()=>{},this.features={},this.Ft=1,w.isRequired(t,"url"),this.u=void 0===(n=s.logger)?new E(e.Information):null===n?f.instance:void 0!==n.log?n:new E(n),this.baseUrl=this.Bt(t),(s=s||{}).logMessageContent=void 0!==s.logMessageContent&&s.logMessageContent,"boolean"!=typeof s.withCredentials&&void 0!==s.withCredentials)throw new Error("withCredentials option was not a 'boolean' or 'undefined' value");s.withCredentials=void 0===s.withCredentials||s.withCredentials,s.timeout=void 0===s.timeout?1e5:s.timeout;let i=null,r=null;if(g.isNode){const t=require;i=t("ws"),r=t("eventsource")}g.isNode||"undefined"==typeof WebSocket||s.WebSocket?g.isNode&&!s.WebSocket&&i&&(s.WebSocket=i):s.WebSocket=WebSocket,g.isNode||"undefined"==typeof EventSource||s.EventSource?g.isNode&&!s.EventSource&&void 0!==r&&(s.EventSource=r):s.EventSource=EventSource,this.$=s.httpClient||new H(this.u),this.q="Disconnected",this.j=!1,this.Pt=s,this.onreceive=null,this.onclose=null}async start(t){if(t=t||W.Binary,w.isIn(t,W,"transferFormat"),this.u.log(e.Debug,`Starting connection with transfer format '${W[t]}'.`),"Disconnected"!==this.q)return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state."));if(this.q="Connecting",this.Xt=this.F(t),await this.Xt,"Disconnecting"===this.q){const t="Failed to start the HttpConnection before stop() was called.";return this.u.log(e.Error,t),await this.tt,Promise.reject(new Error(t))}if("Connected"!==this.q){const t="HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!";return this.u.log(e.Error,t),Promise.reject(new Error(t))}this.j=!0}send(t){return"Connected"!==this.q?Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")):(this.Jt||(this.Jt=new z(this.transport)),this.Jt.send(t))}async stop(t){return"Disconnected"===this.q?(this.u.log(e.Debug,`Call to HttpConnection.stop(${t}) ignored because the connection is already in the disconnected state.`),Promise.resolve()):"Disconnecting"===this.q?(this.u.log(e.Debug,`Call to HttpConnection.stop(${t}) ignored because the connection is already in the disconnecting state.`),this.tt):(this.q="Disconnecting",this.tt=new Promise((t=>{this.Ot=t})),await this.et(t),void await this.tt)}async et(t){this.zt=t;try{await this.Xt}catch(t){}if(this.transport){try{await this.transport.stop()}catch(t){this.u.log(e.Error,`HttpConnection.transport.stop() threw error '${t}'.`),this.Vt()}this.transport=void 0}else this.u.log(e.Debug,"HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.")}async F(t){let s=this.baseUrl;this.St=this.Pt.accessTokenFactory;try{if(this.Pt.skipNegotiation){if(this.Pt.transport!==M.WebSockets)throw new Error("Negotiation can only be skipped when using the WebSocket transport directly.");this.transport=this.Gt(M.WebSockets),await this.Kt(s,t)}else{let e=null,n=0;do{if(e=await this.Qt(s),"Disconnecting"===this.q||"Disconnected"===this.q)throw new Error("The connection was stopped during negotiation.");if(e.error)throw new Error(e.error);if(e.ProtocolVersion)throw new Error("Detected a connection attempt to an ASP.NET SignalR Server. This client only supports connecting to an ASP.NET Core SignalR Server. See https://aka.ms/signalr-core-differences for details.");if(e.url&&(s=e.url),e.accessToken){const t=e.accessToken;this.St=()=>t}n++}while(e.url&&n<100);if(100===n&&e.url)throw new Error("Negotiate redirection limit exceeded.");await this.Yt(s,this.Pt.transport,e,t)}this.transport instanceof F&&(this.features.inherentKeepAlive=!0),"Connecting"===this.q&&(this.u.log(e.Debug,"The HttpConnection connected successfully."),this.q="Connected")}catch(t){return this.u.log(e.Error,"Failed to start the connection: "+t),this.q="Disconnected",this.transport=void 0,this.Ot(),Promise.reject(t)}}async Qt(t){const s={};if(this.St){const t=await this.St();t&&(s[j.Authorization]=`Bearer ${t}`)}const[i,r]=$();s[i]=r;const o=this.Zt(t);this.u.log(e.Debug,`Sending negotiation request: ${o}.`);try{const t=await this.$.post(o,{content:"",headers:{...s,...this.Pt.headers},timeout:this.Pt.timeout,withCredentials:this.Pt.withCredentials});if(200!==t.statusCode)return Promise.reject(new Error(`Unexpected status code returned from negotiate '${t.statusCode}'`));const e=JSON.parse(t.content);return(!e.negotiateVersion||e.negotiateVersion<1)&&(e.connectionToken=e.connectionId),e}catch(t){let s="Failed to complete negotiation with the server: "+t;return t instanceof n&&404===t.statusCode&&(s+=" Either this is not a SignalR endpoint or there is a proxy blocking the connection."),this.u.log(e.Error,s),Promise.reject(new a(s))}}te(t,e){return e?t+(-1===t.indexOf("?")?"?":"&")+`id=${e}`:t}async Yt(t,s,n,i){let r=this.te(t,n.connectionToken);if(this.ee(s))return this.u.log(e.Debug,"Connection was provided an instance of ITransport, using that directly."),this.transport=s,await this.Kt(r,i),void(this.connectionId=n.connectionId);const o=[],h=n.availableTransports||[];let a=n;for(const n of h){const h=this.se(n,s,i);if(h instanceof Error)o.push(`${n.transport} failed:`),o.push(h);else if(this.ee(h)){if(this.transport=h,!a){try{a=await this.Qt(t)}catch(t){return Promise.reject(t)}r=this.te(t,a.connectionToken)}try{return await this.Kt(r,i),void(this.connectionId=a.connectionId)}catch(t){if(this.u.log(e.Error,`Failed to start the transport '${n.transport}': ${t}`),a=void 0,o.push(new c(`${n.transport} failed: ${t}`,M[n.transport])),"Connecting"!==this.q){const t="Failed to select transport before stop() was called.";return this.u.log(e.Debug,t),Promise.reject(new Error(t))}}}}return o.length>0?Promise.reject(new l(`Unable to connect to the server with any of the available transports. ${o.join(" ")}`,o)):Promise.reject(new Error("None of the transports supported by the client are supported by the server."))}Gt(t){switch(t){case M.WebSockets:if(!this.Pt.WebSocket)throw new Error("'WebSocket' is not supported in your environment.");return new X(this.$,this.St,this.u,this.Pt.logMessageContent,this.Pt.WebSocket,this.Pt.headers||{});case M.ServerSentEvents:if(!this.Pt.EventSource)throw new Error("'EventSource' is not supported in your environment.");return new B(this.$,this.St,this.u,this.Pt);case M.LongPolling:return new F(this.$,this.St,this.u,this.Pt);default:throw new Error(`Unknown transport: ${t}.`)}}Kt(t,e){return this.transport.onreceive=this.onreceive,this.transport.onclose=t=>this.Vt(t),this.transport.connect(t,e)}se(t,s,n){const i=M[t.transport];if(null==i)return this.u.log(e.Debug,`Skipping transport '${t.transport}' because it is not supported by this client.`),new Error(`Skipping transport '${t.transport}' because it is not supported by this client.`);if(!function(t,e){return!t||0!=(e&t)}(s,i))return this.u.log(e.Debug,`Skipping transport '${M[i]}' because it was disabled by the client.`),new h(`'${M[i]}' is disabled by the client.`,i);if(!(t.transferFormats.map((t=>W[t])).indexOf(n)>=0))return this.u.log(e.Debug,`Skipping transport '${M[i]}' because it does not support the requested transfer format '${W[n]}'.`),new Error(`'${M[i]}' does not support ${W[n]}.`);if(i===M.WebSockets&&!this.Pt.WebSocket||i===M.ServerSentEvents&&!this.Pt.EventSource)return this.u.log(e.Debug,`Skipping transport '${M[i]}' because it is not supported in your environment.'`),new o(`'${M[i]}' is not supported in your environment.`,i);this.u.log(e.Debug,`Selecting transport '${M[i]}'.`);try{return this.Gt(i)}catch(t){return t}}ee(t){return t&&"object"==typeof t&&"connect"in t}Vt(t){if(this.u.log(e.Debug,`HttpConnection.stopConnection(${t}) called while in state ${this.q}.`),this.transport=void 0,t=this.zt||t,this.zt=void 0,"Disconnected"!==this.q){if("Connecting"===this.q)throw this.u.log(e.Warning,`Call to HttpConnection.stopConnection(${t}) was ignored because the connection is still in the connecting state.`),new Error(`HttpConnection.stopConnection(${t}) was called while the connection is still in the connecting state.`);if("Disconnecting"===this.q&&this.Ot(),t?this.u.log(e.Error,`Connection disconnected with error '${t}'.`):this.u.log(e.Information,"Connection disconnected."),this.Jt&&(this.Jt.stop().catch((t=>{this.u.log(e.Error,`TransportSendQueue.stop() threw error '${t}'.`)})),this.Jt=void 0),this.connectionId=void 0,this.q="Disconnected",this.j){this.j=!1;try{this.onclose&&this.onclose(t)}catch(s){this.u.log(e.Error,`HttpConnection.onclose(${t}) threw error '${s}'.`)}}}else this.u.log(e.Debug,`Call to HttpConnection.stopConnection(${t}) was ignored because the connection is already in the disconnected state.`)}Bt(t){if(0===t.lastIndexOf("https://",0)||0===t.lastIndexOf("http://",0))return t;if(!g.isBrowser)throw new Error(`Cannot resolve '${t}'.`);const s=window.document.createElement("a");return s.href=t,this.u.log(e.Information,`Normalizing '${t}' to '${s.href}'.`),s.href}Zt(t){const e=t.indexOf("?");let s=t.substring(0,-1===e?t.length:e);return"/"!==s[s.length-1]&&(s+="/"),s+="negotiate",s+=-1===e?"":t.substring(e),-1===s.indexOf("negotiateVersion")&&(s+=-1===e?"?":"&",s+="negotiateVersion="+this.Ft),s}}class z{constructor(t){this.ne=t,this.ie=[],this.re=!0,this.oe=new V,this.he=new V,this.ce=this.ae()}send(t){return this.le(t),this.he||(this.he=new V),this.he.promise}stop(){return this.re=!1,this.oe.resolve(),this.ce}le(t){if(this.ie.length&&typeof this.ie[0]!=typeof t)throw new Error(`Expected data to be of type ${typeof this.ie} but was of type ${typeof t}`);this.ie.push(t),this.oe.resolve()}async ae(){for(;;){if(await this.oe.promise,!this.re){this.he&&this.he.reject("Connection stopped.");break}this.oe=new V;const t=this.he;this.he=void 0;const e="string"==typeof this.ie[0]?this.ie.join(""):z.ue(this.ie);this.ie.length=0;try{await this.ne.send(e),t.resolve()}catch(e){t.reject(e)}}}static ue(t){const e=t.map((t=>t.byteLength)).reduce(((t,e)=>t+e)),s=new Uint8Array(e);let n=0;for(const e of t)s.set(new Uint8Array(e),n),n+=e.byteLength;return s.buffer}}class V{constructor(){this.promise=new Promise(((t,e)=>[this.de,this.fe]=[t,e]))}resolve(){this.de()}reject(t){this.fe(t)}}class G{constructor(){this.name="json",this.version=1,this.transferFormat=W.Text}parseMessages(t,s){if("string"!=typeof t)throw new Error("Invalid input for JSON hub protocol. Expected a string.");if(!t)return[];null===s&&(s=f.instance);const n=D.parse(t),i=[];for(const t of n){const n=JSON.parse(t);if("number"!=typeof n.type)throw new Error("Invalid payload.");switch(n.type){case A.Invocation:this.pe(n);break;case A.StreamItem:this.we(n);break;case A.Completion:this.ge(n);break;case A.Ping:case A.Close:break;default:s.log(e.Information,"Unknown message type '"+n.type+"' ignored.");continue}i.push(n)}return i}writeMessage(t){return D.write(JSON.stringify(t))}pe(t){this.ye(t.target,"Invalid payload for Invocation message."),void 0!==t.invocationId&&this.ye(t.invocationId,"Invalid payload for Invocation message.")}we(t){if(this.ye(t.invocationId,"Invalid payload for StreamItem message."),void 0===t.item)throw new Error("Invalid payload for StreamItem message.")}ge(t){if(t.result&&t.error)throw new Error("Invalid payload for Completion message.");!t.result&&t.error&&this.ye(t.error,"Invalid payload for Completion message."),this.ye(t.invocationId,"Invalid payload for Completion message.")}ye(t,e){if("string"!=typeof t||""===t)throw new Error(e)}}const K={trace:e.Trace,debug:e.Debug,info:e.Information,information:e.Information,warn:e.Warning,warning:e.Warning,error:e.Error,critical:e.Critical,none:e.None};class Q{configureLogging(t){if(w.isRequired(t,"logging"),void 0!==t.log)this.logger=t;else if("string"==typeof t){const e=function(t){const e=K[t.toLowerCase()];if(void 0!==e)return e;throw new Error(`Unknown log level: ${t}`)}(t);this.logger=new E(e)}else this.logger=new E(t);return this}withUrl(t,e){return w.isRequired(t,"url"),w.isNotEmpty(t,"url"),this.url=t,this.httpConnectionOptions="object"==typeof e?{...this.httpConnectionOptions,...e}:{...this.httpConnectionOptions,transport:e},this}withHubProtocol(t){return w.isRequired(t,"protocol"),this.protocol=t,this}withAutomaticReconnect(t){if(this.reconnectPolicy)throw new Error("A reconnectPolicy has already been set.");return t?Array.isArray(t)?this.reconnectPolicy=new q(t):this.reconnectPolicy=t:this.reconnectPolicy=new q,this}build(){const t=this.httpConnectionOptions||{};if(void 0===t.logger&&(t.logger=this.logger),!this.url)throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection.");const e=new J(this.url,t);return N.create(e,this.logger||f.instance,this.protocol||new G,this.reconnectPolicy)}}return Uint8Array.prototype.indexOf||Object.defineProperty(Uint8Array.prototype,"indexOf",{value:Array.prototype.indexOf,writable:!0}),Uint8Array.prototype.slice||Object.defineProperty(Uint8Array.prototype,"slice",{value:function(t,e){return new Uint8Array(Array.prototype.slice.call(this,t,e))},writable:!0}),Uint8Array.prototype.forEach||Object.defineProperty(Uint8Array.prototype,"forEach",{value:Array.prototype.forEach,writable:!0}),s})()},"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.signalR=e():t.signalR=e(); +//# sourceMappingURL=signalr.min.js.map \ No newline at end of file