@tsonic/aspnetcore 10.0.12 → 10.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -64,7 +64,7 @@ export interface __CircuitRootComponentOptions$views {
|
|
|
64
64
|
export type CircuitRootComponentOptions = CircuitRootComponentOptions$instance & __CircuitRootComponentOptions$views;
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
export interface RevalidatingServerAuthenticationStateProvider$instance extends ServerAuthenticationStateProvider$instance, System_Internal.IDisposable {
|
|
67
|
+
export interface RevalidatingServerAuthenticationStateProvider$instance extends ServerAuthenticationStateProvider$instance, Microsoft_AspNetCore_Components_Authorization_Internal.IHostEnvironmentAuthenticationStateProvider$instance, System_Internal.IDisposable {
|
|
68
68
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Server_RevalidatingServerAuthenticationStateProvider: never;
|
|
69
69
|
|
|
70
70
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Authorization_IHostEnvironmentAuthenticationStateProvider: never;
|
|
@@ -72,7 +72,6 @@ export interface RevalidatingServerAuthenticationStateProvider$instance extends
|
|
|
72
72
|
|
|
73
73
|
readonly RevalidationInterval: TimeSpan;
|
|
74
74
|
Dispose(disposing: boolean): void;
|
|
75
|
-
SetAuthenticationState(authenticationStateTask: Task_1<AuthenticationState>): void;
|
|
76
75
|
ValidateAuthenticationStateAsync(authenticationState: AuthenticationState, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
77
76
|
}
|
|
78
77
|
|
|
@@ -543,106 +543,6 @@
|
|
|
543
543
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
544
544
|
"isExtensionMethod": false,
|
|
545
545
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
549
|
-
"clrName": "Attach",
|
|
550
|
-
"metadataToken": 0,
|
|
551
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
552
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
553
|
-
"emitScope": "ClassSurface",
|
|
554
|
-
"provenance": "BaseOverload",
|
|
555
|
-
"arity": 0,
|
|
556
|
-
"parameterCount": 1,
|
|
557
|
-
"isStatic": false,
|
|
558
|
-
"isAbstract": false,
|
|
559
|
-
"isVirtual": true,
|
|
560
|
-
"isOverride": false,
|
|
561
|
-
"isSealed": false,
|
|
562
|
-
"visibility": "Public",
|
|
563
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
564
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
565
|
-
"isExtensionMethod": false
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
569
|
-
"clrName": "HandleEventAsync",
|
|
570
|
-
"metadataToken": 0,
|
|
571
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
572
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
573
|
-
"emitScope": "ClassSurface",
|
|
574
|
-
"provenance": "BaseOverload",
|
|
575
|
-
"arity": 0,
|
|
576
|
-
"parameterCount": 2,
|
|
577
|
-
"isStatic": false,
|
|
578
|
-
"isAbstract": false,
|
|
579
|
-
"isVirtual": true,
|
|
580
|
-
"isOverride": false,
|
|
581
|
-
"isSealed": false,
|
|
582
|
-
"visibility": "Public",
|
|
583
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
584
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
585
|
-
"isExtensionMethod": false
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
589
|
-
"clrName": "OnAfterRenderAsync",
|
|
590
|
-
"metadataToken": 0,
|
|
591
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
592
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
593
|
-
"emitScope": "ClassSurface",
|
|
594
|
-
"provenance": "BaseOverload",
|
|
595
|
-
"arity": 0,
|
|
596
|
-
"parameterCount": 0,
|
|
597
|
-
"isStatic": false,
|
|
598
|
-
"isAbstract": false,
|
|
599
|
-
"isVirtual": true,
|
|
600
|
-
"isOverride": false,
|
|
601
|
-
"isSealed": false,
|
|
602
|
-
"visibility": "Public",
|
|
603
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
604
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
605
|
-
"isExtensionMethod": false
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
609
|
-
"clrName": "OnAfterRenderAsync",
|
|
610
|
-
"metadataToken": 0,
|
|
611
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
612
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
613
|
-
"emitScope": "ClassSurface",
|
|
614
|
-
"provenance": "BaseOverload",
|
|
615
|
-
"arity": 0,
|
|
616
|
-
"parameterCount": 1,
|
|
617
|
-
"isStatic": false,
|
|
618
|
-
"isAbstract": false,
|
|
619
|
-
"isVirtual": true,
|
|
620
|
-
"isOverride": false,
|
|
621
|
-
"isSealed": false,
|
|
622
|
-
"visibility": "Protected",
|
|
623
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
624
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
625
|
-
"isExtensionMethod": false
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
629
|
-
"clrName": "SetParametersAsync",
|
|
630
|
-
"metadataToken": 0,
|
|
631
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
632
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
633
|
-
"emitScope": "ClassSurface",
|
|
634
|
-
"provenance": "BaseOverload",
|
|
635
|
-
"arity": 0,
|
|
636
|
-
"parameterCount": 1,
|
|
637
|
-
"isStatic": false,
|
|
638
|
-
"isAbstract": false,
|
|
639
|
-
"isVirtual": true,
|
|
640
|
-
"isOverride": false,
|
|
641
|
-
"isSealed": false,
|
|
642
|
-
"visibility": "Public",
|
|
643
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
644
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
645
|
-
"isExtensionMethod": false
|
|
646
546
|
}
|
|
647
547
|
],
|
|
648
548
|
"properties": [],
|
|
@@ -977,106 +877,6 @@
|
|
|
977
877
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
978
878
|
"isExtensionMethod": false,
|
|
979
879
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
983
|
-
"clrName": "Attach",
|
|
984
|
-
"metadataToken": 0,
|
|
985
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
986
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
987
|
-
"emitScope": "ClassSurface",
|
|
988
|
-
"provenance": "BaseOverload",
|
|
989
|
-
"arity": 0,
|
|
990
|
-
"parameterCount": 1,
|
|
991
|
-
"isStatic": false,
|
|
992
|
-
"isAbstract": false,
|
|
993
|
-
"isVirtual": true,
|
|
994
|
-
"isOverride": false,
|
|
995
|
-
"isSealed": false,
|
|
996
|
-
"visibility": "Public",
|
|
997
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
998
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
999
|
-
"isExtensionMethod": false
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1003
|
-
"clrName": "HandleEventAsync",
|
|
1004
|
-
"metadataToken": 0,
|
|
1005
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1006
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
1007
|
-
"emitScope": "ClassSurface",
|
|
1008
|
-
"provenance": "BaseOverload",
|
|
1009
|
-
"arity": 0,
|
|
1010
|
-
"parameterCount": 2,
|
|
1011
|
-
"isStatic": false,
|
|
1012
|
-
"isAbstract": false,
|
|
1013
|
-
"isVirtual": true,
|
|
1014
|
-
"isOverride": false,
|
|
1015
|
-
"isSealed": false,
|
|
1016
|
-
"visibility": "Public",
|
|
1017
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
1018
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1019
|
-
"isExtensionMethod": false
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1023
|
-
"clrName": "OnAfterRenderAsync",
|
|
1024
|
-
"metadataToken": 0,
|
|
1025
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1026
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1027
|
-
"emitScope": "ClassSurface",
|
|
1028
|
-
"provenance": "BaseOverload",
|
|
1029
|
-
"arity": 0,
|
|
1030
|
-
"parameterCount": 1,
|
|
1031
|
-
"isStatic": false,
|
|
1032
|
-
"isAbstract": false,
|
|
1033
|
-
"isVirtual": true,
|
|
1034
|
-
"isOverride": false,
|
|
1035
|
-
"isSealed": false,
|
|
1036
|
-
"visibility": "Protected",
|
|
1037
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
1038
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1039
|
-
"isExtensionMethod": false
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
1043
|
-
"clrName": "OnAfterRenderAsync",
|
|
1044
|
-
"metadataToken": 0,
|
|
1045
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1046
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
1047
|
-
"emitScope": "ClassSurface",
|
|
1048
|
-
"provenance": "BaseOverload",
|
|
1049
|
-
"arity": 0,
|
|
1050
|
-
"parameterCount": 0,
|
|
1051
|
-
"isStatic": false,
|
|
1052
|
-
"isAbstract": false,
|
|
1053
|
-
"isVirtual": true,
|
|
1054
|
-
"isOverride": false,
|
|
1055
|
-
"isSealed": false,
|
|
1056
|
-
"visibility": "Public",
|
|
1057
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
1058
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1059
|
-
"isExtensionMethod": false
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1063
|
-
"clrName": "SetParametersAsync",
|
|
1064
|
-
"metadataToken": 0,
|
|
1065
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1066
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
1067
|
-
"emitScope": "ClassSurface",
|
|
1068
|
-
"provenance": "BaseOverload",
|
|
1069
|
-
"arity": 0,
|
|
1070
|
-
"parameterCount": 1,
|
|
1071
|
-
"isStatic": false,
|
|
1072
|
-
"isAbstract": false,
|
|
1073
|
-
"isVirtual": true,
|
|
1074
|
-
"isOverride": false,
|
|
1075
|
-
"isSealed": false,
|
|
1076
|
-
"visibility": "Public",
|
|
1077
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
1078
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1079
|
-
"isExtensionMethod": false
|
|
1080
880
|
}
|
|
1081
881
|
],
|
|
1082
882
|
"properties": [
|
|
@@ -1269,86 +1069,6 @@
|
|
|
1269
1069
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1270
1070
|
"isExtensionMethod": false,
|
|
1271
1071
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
1275
|
-
"clrName": "Attach",
|
|
1276
|
-
"metadataToken": 0,
|
|
1277
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
1278
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
1279
|
-
"emitScope": "ClassSurface",
|
|
1280
|
-
"provenance": "BaseOverload",
|
|
1281
|
-
"arity": 0,
|
|
1282
|
-
"parameterCount": 1,
|
|
1283
|
-
"isStatic": false,
|
|
1284
|
-
"isAbstract": false,
|
|
1285
|
-
"isVirtual": true,
|
|
1286
|
-
"isOverride": false,
|
|
1287
|
-
"isSealed": false,
|
|
1288
|
-
"visibility": "Public",
|
|
1289
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1290
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1291
|
-
"isExtensionMethod": false
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1295
|
-
"clrName": "HandleEventAsync",
|
|
1296
|
-
"metadataToken": 0,
|
|
1297
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1298
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
1299
|
-
"emitScope": "ClassSurface",
|
|
1300
|
-
"provenance": "BaseOverload",
|
|
1301
|
-
"arity": 0,
|
|
1302
|
-
"parameterCount": 2,
|
|
1303
|
-
"isStatic": false,
|
|
1304
|
-
"isAbstract": false,
|
|
1305
|
-
"isVirtual": true,
|
|
1306
|
-
"isOverride": false,
|
|
1307
|
-
"isSealed": false,
|
|
1308
|
-
"visibility": "Public",
|
|
1309
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1310
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1311
|
-
"isExtensionMethod": false
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
1315
|
-
"clrName": "OnAfterRenderAsync",
|
|
1316
|
-
"metadataToken": 0,
|
|
1317
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1318
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
1319
|
-
"emitScope": "ClassSurface",
|
|
1320
|
-
"provenance": "BaseOverload",
|
|
1321
|
-
"arity": 0,
|
|
1322
|
-
"parameterCount": 0,
|
|
1323
|
-
"isStatic": false,
|
|
1324
|
-
"isAbstract": false,
|
|
1325
|
-
"isVirtual": true,
|
|
1326
|
-
"isOverride": false,
|
|
1327
|
-
"isSealed": false,
|
|
1328
|
-
"visibility": "Public",
|
|
1329
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1330
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1331
|
-
"isExtensionMethod": false
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1335
|
-
"clrName": "SetParametersAsync",
|
|
1336
|
-
"metadataToken": 0,
|
|
1337
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1338
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
1339
|
-
"emitScope": "ClassSurface",
|
|
1340
|
-
"provenance": "BaseOverload",
|
|
1341
|
-
"arity": 0,
|
|
1342
|
-
"parameterCount": 1,
|
|
1343
|
-
"isStatic": false,
|
|
1344
|
-
"isAbstract": false,
|
|
1345
|
-
"isVirtual": true,
|
|
1346
|
-
"isOverride": false,
|
|
1347
|
-
"isSealed": false,
|
|
1348
|
-
"visibility": "Public",
|
|
1349
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1350
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1351
|
-
"isExtensionMethod": false
|
|
1352
1072
|
}
|
|
1353
1073
|
],
|
|
1354
1074
|
"properties": [],
|
|
@@ -2608,106 +2328,6 @@
|
|
|
2608
2328
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
2609
2329
|
"isExtensionMethod": false,
|
|
2610
2330
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
2614
|
-
"clrName": "Attach",
|
|
2615
|
-
"metadataToken": 0,
|
|
2616
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
2617
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
2618
|
-
"emitScope": "ClassSurface",
|
|
2619
|
-
"provenance": "BaseOverload",
|
|
2620
|
-
"arity": 0,
|
|
2621
|
-
"parameterCount": 1,
|
|
2622
|
-
"isStatic": false,
|
|
2623
|
-
"isAbstract": false,
|
|
2624
|
-
"isVirtual": true,
|
|
2625
|
-
"isOverride": false,
|
|
2626
|
-
"isSealed": false,
|
|
2627
|
-
"visibility": "Public",
|
|
2628
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2629
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2630
|
-
"isExtensionMethod": false
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
2634
|
-
"clrName": "HandleEventAsync",
|
|
2635
|
-
"metadataToken": 0,
|
|
2636
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
2637
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
2638
|
-
"emitScope": "ClassSurface",
|
|
2639
|
-
"provenance": "BaseOverload",
|
|
2640
|
-
"arity": 0,
|
|
2641
|
-
"parameterCount": 2,
|
|
2642
|
-
"isStatic": false,
|
|
2643
|
-
"isAbstract": false,
|
|
2644
|
-
"isVirtual": true,
|
|
2645
|
-
"isOverride": false,
|
|
2646
|
-
"isSealed": false,
|
|
2647
|
-
"visibility": "Public",
|
|
2648
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2649
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2650
|
-
"isExtensionMethod": false
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
2654
|
-
"clrName": "OnAfterRenderAsync",
|
|
2655
|
-
"metadataToken": 0,
|
|
2656
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
2657
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
2658
|
-
"emitScope": "ClassSurface",
|
|
2659
|
-
"provenance": "BaseOverload",
|
|
2660
|
-
"arity": 0,
|
|
2661
|
-
"parameterCount": 1,
|
|
2662
|
-
"isStatic": false,
|
|
2663
|
-
"isAbstract": false,
|
|
2664
|
-
"isVirtual": true,
|
|
2665
|
-
"isOverride": false,
|
|
2666
|
-
"isSealed": false,
|
|
2667
|
-
"visibility": "Protected",
|
|
2668
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2669
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2670
|
-
"isExtensionMethod": false
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
2674
|
-
"clrName": "OnAfterRenderAsync",
|
|
2675
|
-
"metadataToken": 0,
|
|
2676
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
2677
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
2678
|
-
"emitScope": "ClassSurface",
|
|
2679
|
-
"provenance": "BaseOverload",
|
|
2680
|
-
"arity": 0,
|
|
2681
|
-
"parameterCount": 0,
|
|
2682
|
-
"isStatic": false,
|
|
2683
|
-
"isAbstract": false,
|
|
2684
|
-
"isVirtual": true,
|
|
2685
|
-
"isOverride": false,
|
|
2686
|
-
"isSealed": false,
|
|
2687
|
-
"visibility": "Public",
|
|
2688
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2689
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2690
|
-
"isExtensionMethod": false
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
2694
|
-
"clrName": "SetParametersAsync",
|
|
2695
|
-
"metadataToken": 0,
|
|
2696
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
2697
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
2698
|
-
"emitScope": "ClassSurface",
|
|
2699
|
-
"provenance": "BaseOverload",
|
|
2700
|
-
"arity": 0,
|
|
2701
|
-
"parameterCount": 1,
|
|
2702
|
-
"isStatic": false,
|
|
2703
|
-
"isAbstract": false,
|
|
2704
|
-
"isVirtual": true,
|
|
2705
|
-
"isOverride": false,
|
|
2706
|
-
"isSealed": false,
|
|
2707
|
-
"visibility": "Public",
|
|
2708
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2709
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2710
|
-
"isExtensionMethod": false
|
|
2711
2331
|
}
|
|
2712
2332
|
],
|
|
2713
2333
|
"properties": [
|
|
@@ -95,7 +95,7 @@ export const DragEventArgs: {
|
|
|
95
95
|
|
|
96
96
|
export type DragEventArgs = DragEventArgs$instance;
|
|
97
97
|
|
|
98
|
-
export interface ErrorBoundary$instance extends ErrorBoundaryBase {
|
|
98
|
+
export interface ErrorBoundary$instance extends ErrorBoundaryBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
99
99
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_ErrorBoundary: never;
|
|
100
100
|
|
|
101
101
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -103,13 +103,8 @@ export interface ErrorBoundary$instance extends ErrorBoundaryBase {
|
|
|
103
103
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
104
104
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
105
105
|
|
|
106
|
-
Attach(renderHandle: RenderHandle): void;
|
|
107
106
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
108
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
109
|
-
OnAfterRenderAsync(): Task;
|
|
110
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
111
107
|
OnErrorAsync(exception: Exception): Task;
|
|
112
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
113
108
|
}
|
|
114
109
|
|
|
115
110
|
|
|
@@ -163,7 +158,7 @@ export const FocusEventArgs: {
|
|
|
163
158
|
|
|
164
159
|
export type FocusEventArgs = FocusEventArgs$instance;
|
|
165
160
|
|
|
166
|
-
export interface HeadContent$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
161
|
+
export interface HeadContent$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
167
162
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_HeadContent: never;
|
|
168
163
|
|
|
169
164
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -172,12 +167,7 @@ export interface HeadContent$instance extends ComponentBase, Microsoft_AspNetCor
|
|
|
172
167
|
|
|
173
168
|
get ChildContent(): RenderFragment | undefined;
|
|
174
169
|
set ChildContent(value: RenderFragment | undefined);
|
|
175
|
-
Attach(renderHandle: RenderHandle): void;
|
|
176
170
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
177
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
178
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
179
|
-
OnAfterRenderAsync(): Task;
|
|
180
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
181
171
|
}
|
|
182
172
|
|
|
183
173
|
|
|
@@ -195,19 +185,15 @@ export interface __HeadContent$views {
|
|
|
195
185
|
export type HeadContent = HeadContent$instance & __HeadContent$views;
|
|
196
186
|
|
|
197
187
|
|
|
198
|
-
export interface HeadOutlet$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
188
|
+
export interface HeadOutlet$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
199
189
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_HeadOutlet: never;
|
|
200
190
|
|
|
201
191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
202
192
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
203
193
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
204
194
|
|
|
205
|
-
Attach(renderHandle: RenderHandle): void;
|
|
206
195
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
207
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
208
196
|
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
209
|
-
OnAfterRenderAsync(): Task;
|
|
210
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
211
197
|
}
|
|
212
198
|
|
|
213
199
|
|
|
@@ -370,7 +356,7 @@ export const MouseEventArgs: {
|
|
|
370
356
|
|
|
371
357
|
export type MouseEventArgs = MouseEventArgs$instance;
|
|
372
358
|
|
|
373
|
-
export interface PageTitle$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
359
|
+
export interface PageTitle$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
374
360
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_PageTitle: never;
|
|
375
361
|
|
|
376
362
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -379,12 +365,7 @@ export interface PageTitle$instance extends ComponentBase, Microsoft_AspNetCore_
|
|
|
379
365
|
|
|
380
366
|
get ChildContent(): RenderFragment | undefined;
|
|
381
367
|
set ChildContent(value: RenderFragment | undefined);
|
|
382
|
-
Attach(renderHandle: RenderHandle): void;
|
|
383
368
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
384
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
385
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
386
|
-
OnAfterRenderAsync(): Task;
|
|
387
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
388
369
|
}
|
|
389
370
|
|
|
390
371
|
|
|
@@ -573,86 +573,6 @@
|
|
|
573
573
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
574
574
|
"isExtensionMethod": false,
|
|
575
575
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
579
|
-
"clrName": "Attach",
|
|
580
|
-
"metadataToken": 0,
|
|
581
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
582
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
583
|
-
"emitScope": "ClassSurface",
|
|
584
|
-
"provenance": "BaseOverload",
|
|
585
|
-
"arity": 0,
|
|
586
|
-
"parameterCount": 1,
|
|
587
|
-
"isStatic": false,
|
|
588
|
-
"isAbstract": false,
|
|
589
|
-
"isVirtual": true,
|
|
590
|
-
"isOverride": false,
|
|
591
|
-
"isSealed": false,
|
|
592
|
-
"visibility": "Public",
|
|
593
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601",
|
|
594
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
595
|
-
"isExtensionMethod": false
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
599
|
-
"clrName": "HandleEventAsync",
|
|
600
|
-
"metadataToken": 0,
|
|
601
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
602
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
603
|
-
"emitScope": "ClassSurface",
|
|
604
|
-
"provenance": "BaseOverload",
|
|
605
|
-
"arity": 0,
|
|
606
|
-
"parameterCount": 2,
|
|
607
|
-
"isStatic": false,
|
|
608
|
-
"isAbstract": false,
|
|
609
|
-
"isVirtual": true,
|
|
610
|
-
"isOverride": false,
|
|
611
|
-
"isSealed": false,
|
|
612
|
-
"visibility": "Public",
|
|
613
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601",
|
|
614
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
615
|
-
"isExtensionMethod": false
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
619
|
-
"clrName": "OnAfterRenderAsync",
|
|
620
|
-
"metadataToken": 0,
|
|
621
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
622
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
623
|
-
"emitScope": "ClassSurface",
|
|
624
|
-
"provenance": "BaseOverload",
|
|
625
|
-
"arity": 0,
|
|
626
|
-
"parameterCount": 0,
|
|
627
|
-
"isStatic": false,
|
|
628
|
-
"isAbstract": false,
|
|
629
|
-
"isVirtual": true,
|
|
630
|
-
"isOverride": false,
|
|
631
|
-
"isSealed": false,
|
|
632
|
-
"visibility": "Public",
|
|
633
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601",
|
|
634
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
635
|
-
"isExtensionMethod": false
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
639
|
-
"clrName": "SetParametersAsync",
|
|
640
|
-
"metadataToken": 0,
|
|
641
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
642
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
643
|
-
"emitScope": "ClassSurface",
|
|
644
|
-
"provenance": "BaseOverload",
|
|
645
|
-
"arity": 0,
|
|
646
|
-
"parameterCount": 1,
|
|
647
|
-
"isStatic": false,
|
|
648
|
-
"isAbstract": false,
|
|
649
|
-
"isVirtual": true,
|
|
650
|
-
"isOverride": false,
|
|
651
|
-
"isSealed": false,
|
|
652
|
-
"visibility": "Public",
|
|
653
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize\u00601",
|
|
654
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
655
|
-
"isExtensionMethod": false
|
|
656
576
|
}
|
|
657
577
|
],
|
|
658
578
|
"properties": [
|
|
@@ -66,7 +66,7 @@ export const PlaceholderContext: {
|
|
|
66
66
|
|
|
67
67
|
export type PlaceholderContext = PlaceholderContext$instance;
|
|
68
68
|
|
|
69
|
-
export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IAsyncDisposable {
|
|
69
|
+
export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IAsyncDisposable {
|
|
70
70
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_Virtualization_Virtualize_1: never;
|
|
71
71
|
|
|
72
72
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -91,15 +91,11 @@ export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_A
|
|
|
91
91
|
get Placeholder(): RenderFragment_1<PlaceholderContext> | undefined;
|
|
92
92
|
set Placeholder(value: RenderFragment_1<PlaceholderContext> | undefined);
|
|
93
93
|
SpacerElement: string;
|
|
94
|
-
Attach(renderHandle: RenderHandle): void;
|
|
95
94
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
96
95
|
DisposeAsync(): ValueTask;
|
|
97
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
98
96
|
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
99
|
-
OnAfterRenderAsync(): Task;
|
|
100
97
|
OnParametersSet(): void;
|
|
101
98
|
RefreshDataAsync(): Task;
|
|
102
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
103
99
|
}
|
|
104
100
|
|
|
105
101
|
|