@tsonic/aspnetcore 10.0.12 → 10.0.16
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
|
@@ -39,7 +39,7 @@ export interface __AssertionRequirement$views {
|
|
|
39
39
|
export type AssertionRequirement = AssertionRequirement$instance & __AssertionRequirement$views;
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
export interface ClaimsAuthorizationRequirement$instance extends AuthorizationHandler_1<ClaimsAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
42
|
+
export interface ClaimsAuthorizationRequirement$instance extends AuthorizationHandler_1<ClaimsAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationHandler$instance, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
43
43
|
readonly __tsonic_type_Microsoft_AspNetCore_Authorization_Infrastructure_ClaimsAuthorizationRequirement: never;
|
|
44
44
|
|
|
45
45
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
@@ -47,7 +47,7 @@ export interface ClaimsAuthorizationRequirement$instance extends AuthorizationHa
|
|
|
47
47
|
|
|
48
48
|
readonly AllowedValues: IEnumerable_1<System_Internal.String> | undefined;
|
|
49
49
|
readonly ClaimType: string;
|
|
50
|
-
|
|
50
|
+
HandleRequirementAsync(context: AuthorizationHandlerContext, requirement: ClaimsAuthorizationRequirement): Task;
|
|
51
51
|
ToString(): string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -64,13 +64,13 @@ export interface __ClaimsAuthorizationRequirement$views {
|
|
|
64
64
|
export type ClaimsAuthorizationRequirement = ClaimsAuthorizationRequirement$instance & __ClaimsAuthorizationRequirement$views;
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
export interface DenyAnonymousAuthorizationRequirement$instance extends AuthorizationHandler_1<DenyAnonymousAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
67
|
+
export interface DenyAnonymousAuthorizationRequirement$instance extends AuthorizationHandler_1<DenyAnonymousAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationHandler$instance, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
68
68
|
readonly __tsonic_type_Microsoft_AspNetCore_Authorization_Infrastructure_DenyAnonymousAuthorizationRequirement: never;
|
|
69
69
|
|
|
70
70
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
71
71
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
HandleRequirementAsync(context: AuthorizationHandlerContext, requirement: DenyAnonymousAuthorizationRequirement): Task;
|
|
74
74
|
ToString(): string;
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -87,14 +87,14 @@ export interface __DenyAnonymousAuthorizationRequirement$views {
|
|
|
87
87
|
export type DenyAnonymousAuthorizationRequirement = DenyAnonymousAuthorizationRequirement$instance & __DenyAnonymousAuthorizationRequirement$views;
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
export interface NameAuthorizationRequirement$instance extends AuthorizationHandler_1<NameAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
90
|
+
export interface NameAuthorizationRequirement$instance extends AuthorizationHandler_1<NameAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationHandler$instance, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
91
91
|
readonly __tsonic_type_Microsoft_AspNetCore_Authorization_Infrastructure_NameAuthorizationRequirement: never;
|
|
92
92
|
|
|
93
93
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
94
94
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
95
95
|
|
|
96
96
|
readonly RequiredName: string;
|
|
97
|
-
|
|
97
|
+
HandleRequirementAsync(context: AuthorizationHandlerContext, requirement: NameAuthorizationRequirement): Task;
|
|
98
98
|
ToString(): string;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -150,14 +150,14 @@ export interface __PassThroughAuthorizationHandler$views {
|
|
|
150
150
|
export type PassThroughAuthorizationHandler = PassThroughAuthorizationHandler$instance & __PassThroughAuthorizationHandler$views;
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
export interface RolesAuthorizationRequirement$instance extends AuthorizationHandler_1<RolesAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
153
|
+
export interface RolesAuthorizationRequirement$instance extends AuthorizationHandler_1<RolesAuthorizationRequirement>, IAuthorizationRequirement, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationHandler$instance, Microsoft_AspNetCore_Authorization_Internal.IAuthorizationRequirement$instance {
|
|
154
154
|
readonly __tsonic_type_Microsoft_AspNetCore_Authorization_Infrastructure_RolesAuthorizationRequirement: never;
|
|
155
155
|
|
|
156
156
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
157
157
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
158
158
|
|
|
159
159
|
readonly AllowedRoles: IEnumerable_1<System_Internal.String>;
|
|
160
|
-
|
|
160
|
+
HandleRequirementAsync(context: AuthorizationHandlerContext, requirement: RolesAuthorizationRequirement): Task;
|
|
161
161
|
ToString(): string;
|
|
162
162
|
}
|
|
163
163
|
|
|
@@ -3836,106 +3836,6 @@
|
|
|
3836
3836
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3837
3837
|
"isExtensionMethod": false,
|
|
3838
3838
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
3842
|
-
"clrName": "Attach",
|
|
3843
|
-
"metadataToken": 0,
|
|
3844
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
3845
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
3846
|
-
"emitScope": "ClassSurface",
|
|
3847
|
-
"provenance": "BaseOverload",
|
|
3848
|
-
"arity": 0,
|
|
3849
|
-
"parameterCount": 1,
|
|
3850
|
-
"isStatic": false,
|
|
3851
|
-
"isAbstract": false,
|
|
3852
|
-
"isVirtual": true,
|
|
3853
|
-
"isOverride": false,
|
|
3854
|
-
"isSealed": false,
|
|
3855
|
-
"visibility": "Public",
|
|
3856
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
3857
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3858
|
-
"isExtensionMethod": false
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
3862
|
-
"clrName": "HandleEventAsync",
|
|
3863
|
-
"metadataToken": 0,
|
|
3864
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
3865
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
3866
|
-
"emitScope": "ClassSurface",
|
|
3867
|
-
"provenance": "BaseOverload",
|
|
3868
|
-
"arity": 0,
|
|
3869
|
-
"parameterCount": 2,
|
|
3870
|
-
"isStatic": false,
|
|
3871
|
-
"isAbstract": false,
|
|
3872
|
-
"isVirtual": true,
|
|
3873
|
-
"isOverride": false,
|
|
3874
|
-
"isSealed": false,
|
|
3875
|
-
"visibility": "Public",
|
|
3876
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
3877
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3878
|
-
"isExtensionMethod": false
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
3882
|
-
"clrName": "OnAfterRenderAsync",
|
|
3883
|
-
"metadataToken": 0,
|
|
3884
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
3885
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
3886
|
-
"emitScope": "ClassSurface",
|
|
3887
|
-
"provenance": "BaseOverload",
|
|
3888
|
-
"arity": 0,
|
|
3889
|
-
"parameterCount": 1,
|
|
3890
|
-
"isStatic": false,
|
|
3891
|
-
"isAbstract": false,
|
|
3892
|
-
"isVirtual": true,
|
|
3893
|
-
"isOverride": false,
|
|
3894
|
-
"isSealed": false,
|
|
3895
|
-
"visibility": "Protected",
|
|
3896
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
3897
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3898
|
-
"isExtensionMethod": false
|
|
3899
|
-
},
|
|
3900
|
-
{
|
|
3901
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
3902
|
-
"clrName": "OnAfterRenderAsync",
|
|
3903
|
-
"metadataToken": 0,
|
|
3904
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
3905
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
3906
|
-
"emitScope": "ClassSurface",
|
|
3907
|
-
"provenance": "BaseOverload",
|
|
3908
|
-
"arity": 0,
|
|
3909
|
-
"parameterCount": 0,
|
|
3910
|
-
"isStatic": false,
|
|
3911
|
-
"isAbstract": false,
|
|
3912
|
-
"isVirtual": true,
|
|
3913
|
-
"isOverride": false,
|
|
3914
|
-
"isSealed": false,
|
|
3915
|
-
"visibility": "Public",
|
|
3916
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
3917
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3918
|
-
"isExtensionMethod": false
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
3922
|
-
"clrName": "SetParametersAsync",
|
|
3923
|
-
"metadataToken": 0,
|
|
3924
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
3925
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
3926
|
-
"emitScope": "ClassSurface",
|
|
3927
|
-
"provenance": "BaseOverload",
|
|
3928
|
-
"arity": 0,
|
|
3929
|
-
"parameterCount": 1,
|
|
3930
|
-
"isStatic": false,
|
|
3931
|
-
"isAbstract": false,
|
|
3932
|
-
"isVirtual": true,
|
|
3933
|
-
"isOverride": false,
|
|
3934
|
-
"isSealed": false,
|
|
3935
|
-
"visibility": "Public",
|
|
3936
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
3937
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
3938
|
-
"isExtensionMethod": false
|
|
3939
3839
|
}
|
|
3940
3840
|
],
|
|
3941
3841
|
"properties": [
|
|
@@ -5011,86 +4911,6 @@
|
|
|
5011
4911
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5012
4912
|
"isExtensionMethod": false,
|
|
5013
4913
|
"sourceInterface": "Microsoft.AspNetCore.Components.IComponent"
|
|
5014
|
-
},
|
|
5015
|
-
{
|
|
5016
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.LayoutComponentBase::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
5017
|
-
"clrName": "Attach",
|
|
5018
|
-
"metadataToken": 0,
|
|
5019
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
5020
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
5021
|
-
"emitScope": "ClassSurface",
|
|
5022
|
-
"provenance": "BaseOverload",
|
|
5023
|
-
"arity": 0,
|
|
5024
|
-
"parameterCount": 1,
|
|
5025
|
-
"isStatic": false,
|
|
5026
|
-
"isAbstract": false,
|
|
5027
|
-
"isVirtual": true,
|
|
5028
|
-
"isOverride": false,
|
|
5029
|
-
"isSealed": false,
|
|
5030
|
-
"visibility": "Public",
|
|
5031
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.LayoutComponentBase",
|
|
5032
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5033
|
-
"isExtensionMethod": false
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.LayoutComponentBase::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
5037
|
-
"clrName": "HandleEventAsync",
|
|
5038
|
-
"metadataToken": 0,
|
|
5039
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
5040
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
5041
|
-
"emitScope": "ClassSurface",
|
|
5042
|
-
"provenance": "BaseOverload",
|
|
5043
|
-
"arity": 0,
|
|
5044
|
-
"parameterCount": 2,
|
|
5045
|
-
"isStatic": false,
|
|
5046
|
-
"isAbstract": false,
|
|
5047
|
-
"isVirtual": true,
|
|
5048
|
-
"isOverride": false,
|
|
5049
|
-
"isSealed": false,
|
|
5050
|
-
"visibility": "Public",
|
|
5051
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.LayoutComponentBase",
|
|
5052
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5053
|
-
"isExtensionMethod": false
|
|
5054
|
-
},
|
|
5055
|
-
{
|
|
5056
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.LayoutComponentBase::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
5057
|
-
"clrName": "OnAfterRenderAsync",
|
|
5058
|
-
"metadataToken": 0,
|
|
5059
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
5060
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
5061
|
-
"emitScope": "ClassSurface",
|
|
5062
|
-
"provenance": "BaseOverload",
|
|
5063
|
-
"arity": 0,
|
|
5064
|
-
"parameterCount": 1,
|
|
5065
|
-
"isStatic": false,
|
|
5066
|
-
"isAbstract": false,
|
|
5067
|
-
"isVirtual": true,
|
|
5068
|
-
"isOverride": false,
|
|
5069
|
-
"isSealed": false,
|
|
5070
|
-
"visibility": "Protected",
|
|
5071
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.LayoutComponentBase",
|
|
5072
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5073
|
-
"isExtensionMethod": false
|
|
5074
|
-
},
|
|
5075
|
-
{
|
|
5076
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.LayoutComponentBase::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
5077
|
-
"clrName": "OnAfterRenderAsync",
|
|
5078
|
-
"metadataToken": 0,
|
|
5079
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
5080
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
5081
|
-
"emitScope": "ClassSurface",
|
|
5082
|
-
"provenance": "BaseOverload",
|
|
5083
|
-
"arity": 0,
|
|
5084
|
-
"parameterCount": 0,
|
|
5085
|
-
"isStatic": false,
|
|
5086
|
-
"isAbstract": false,
|
|
5087
|
-
"isVirtual": true,
|
|
5088
|
-
"isOverride": false,
|
|
5089
|
-
"isSealed": false,
|
|
5090
|
-
"visibility": "Public",
|
|
5091
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.LayoutComponentBase",
|
|
5092
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5093
|
-
"isExtensionMethod": false
|
|
5094
4914
|
}
|
|
5095
4915
|
],
|
|
5096
4916
|
"properties": [
|
|
@@ -5983,106 +5803,6 @@
|
|
|
5983
5803
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
5984
5804
|
"isExtensionMethod": false,
|
|
5985
5805
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
5986
|
-
},
|
|
5987
|
-
{
|
|
5988
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
5989
|
-
"clrName": "Attach",
|
|
5990
|
-
"metadataToken": 0,
|
|
5991
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
5992
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
5993
|
-
"emitScope": "ClassSurface",
|
|
5994
|
-
"provenance": "BaseOverload",
|
|
5995
|
-
"arity": 0,
|
|
5996
|
-
"parameterCount": 1,
|
|
5997
|
-
"isStatic": false,
|
|
5998
|
-
"isAbstract": false,
|
|
5999
|
-
"isVirtual": true,
|
|
6000
|
-
"isOverride": false,
|
|
6001
|
-
"isSealed": false,
|
|
6002
|
-
"visibility": "Public",
|
|
6003
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase",
|
|
6004
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6005
|
-
"isExtensionMethod": false
|
|
6006
|
-
},
|
|
6007
|
-
{
|
|
6008
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
6009
|
-
"clrName": "HandleEventAsync",
|
|
6010
|
-
"metadataToken": 0,
|
|
6011
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
6012
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
6013
|
-
"emitScope": "ClassSurface",
|
|
6014
|
-
"provenance": "BaseOverload",
|
|
6015
|
-
"arity": 0,
|
|
6016
|
-
"parameterCount": 2,
|
|
6017
|
-
"isStatic": false,
|
|
6018
|
-
"isAbstract": false,
|
|
6019
|
-
"isVirtual": true,
|
|
6020
|
-
"isOverride": false,
|
|
6021
|
-
"isSealed": false,
|
|
6022
|
-
"visibility": "Public",
|
|
6023
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase",
|
|
6024
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6025
|
-
"isExtensionMethod": false
|
|
6026
|
-
},
|
|
6027
|
-
{
|
|
6028
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
6029
|
-
"clrName": "OnAfterRenderAsync",
|
|
6030
|
-
"metadataToken": 0,
|
|
6031
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
6032
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
6033
|
-
"emitScope": "ClassSurface",
|
|
6034
|
-
"provenance": "BaseOverload",
|
|
6035
|
-
"arity": 0,
|
|
6036
|
-
"parameterCount": 1,
|
|
6037
|
-
"isStatic": false,
|
|
6038
|
-
"isAbstract": false,
|
|
6039
|
-
"isVirtual": true,
|
|
6040
|
-
"isOverride": false,
|
|
6041
|
-
"isSealed": false,
|
|
6042
|
-
"visibility": "Protected",
|
|
6043
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase",
|
|
6044
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6045
|
-
"isExtensionMethod": false
|
|
6046
|
-
},
|
|
6047
|
-
{
|
|
6048
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
6049
|
-
"clrName": "OnAfterRenderAsync",
|
|
6050
|
-
"metadataToken": 0,
|
|
6051
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
6052
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
6053
|
-
"emitScope": "ClassSurface",
|
|
6054
|
-
"provenance": "BaseOverload",
|
|
6055
|
-
"arity": 0,
|
|
6056
|
-
"parameterCount": 0,
|
|
6057
|
-
"isStatic": false,
|
|
6058
|
-
"isAbstract": false,
|
|
6059
|
-
"isVirtual": true,
|
|
6060
|
-
"isOverride": false,
|
|
6061
|
-
"isSealed": false,
|
|
6062
|
-
"visibility": "Public",
|
|
6063
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase",
|
|
6064
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6065
|
-
"isExtensionMethod": false
|
|
6066
|
-
},
|
|
6067
|
-
{
|
|
6068
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
6069
|
-
"clrName": "SetParametersAsync",
|
|
6070
|
-
"metadataToken": 0,
|
|
6071
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
6072
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
6073
|
-
"emitScope": "ClassSurface",
|
|
6074
|
-
"provenance": "BaseOverload",
|
|
6075
|
-
"arity": 0,
|
|
6076
|
-
"parameterCount": 1,
|
|
6077
|
-
"isStatic": false,
|
|
6078
|
-
"isAbstract": false,
|
|
6079
|
-
"isVirtual": true,
|
|
6080
|
-
"isOverride": false,
|
|
6081
|
-
"isSealed": false,
|
|
6082
|
-
"visibility": "Public",
|
|
6083
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase",
|
|
6084
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6085
|
-
"isExtensionMethod": false
|
|
6086
5806
|
}
|
|
6087
5807
|
],
|
|
6088
5808
|
"properties": [
|
|
@@ -6265,106 +5985,6 @@
|
|
|
6265
5985
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6266
5986
|
"isExtensionMethod": false,
|
|
6267
5987
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
6268
|
-
},
|
|
6269
|
-
{
|
|
6270
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase\u00601::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
6271
|
-
"clrName": "Attach",
|
|
6272
|
-
"metadataToken": 0,
|
|
6273
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
6274
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
6275
|
-
"emitScope": "ClassSurface",
|
|
6276
|
-
"provenance": "BaseOverload",
|
|
6277
|
-
"arity": 0,
|
|
6278
|
-
"parameterCount": 1,
|
|
6279
|
-
"isStatic": false,
|
|
6280
|
-
"isAbstract": false,
|
|
6281
|
-
"isVirtual": true,
|
|
6282
|
-
"isOverride": false,
|
|
6283
|
-
"isSealed": false,
|
|
6284
|
-
"visibility": "Public",
|
|
6285
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase\u00601",
|
|
6286
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6287
|
-
"isExtensionMethod": false
|
|
6288
|
-
},
|
|
6289
|
-
{
|
|
6290
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase\u00601::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
6291
|
-
"clrName": "HandleEventAsync",
|
|
6292
|
-
"metadataToken": 0,
|
|
6293
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
6294
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
6295
|
-
"emitScope": "ClassSurface",
|
|
6296
|
-
"provenance": "BaseOverload",
|
|
6297
|
-
"arity": 0,
|
|
6298
|
-
"parameterCount": 2,
|
|
6299
|
-
"isStatic": false,
|
|
6300
|
-
"isAbstract": false,
|
|
6301
|
-
"isVirtual": true,
|
|
6302
|
-
"isOverride": false,
|
|
6303
|
-
"isSealed": false,
|
|
6304
|
-
"visibility": "Public",
|
|
6305
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase\u00601",
|
|
6306
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6307
|
-
"isExtensionMethod": false
|
|
6308
|
-
},
|
|
6309
|
-
{
|
|
6310
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase\u00601::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
6311
|
-
"clrName": "OnAfterRenderAsync",
|
|
6312
|
-
"metadataToken": 0,
|
|
6313
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
6314
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
6315
|
-
"emitScope": "ClassSurface",
|
|
6316
|
-
"provenance": "BaseOverload",
|
|
6317
|
-
"arity": 0,
|
|
6318
|
-
"parameterCount": 0,
|
|
6319
|
-
"isStatic": false,
|
|
6320
|
-
"isAbstract": false,
|
|
6321
|
-
"isVirtual": true,
|
|
6322
|
-
"isOverride": false,
|
|
6323
|
-
"isSealed": false,
|
|
6324
|
-
"visibility": "Public",
|
|
6325
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase\u00601",
|
|
6326
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6327
|
-
"isExtensionMethod": false
|
|
6328
|
-
},
|
|
6329
|
-
{
|
|
6330
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
6331
|
-
"clrName": "OnAfterRenderAsync",
|
|
6332
|
-
"metadataToken": 0,
|
|
6333
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
6334
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
6335
|
-
"emitScope": "ClassSurface",
|
|
6336
|
-
"provenance": "BaseOverload",
|
|
6337
|
-
"arity": 0,
|
|
6338
|
-
"parameterCount": 1,
|
|
6339
|
-
"isStatic": false,
|
|
6340
|
-
"isAbstract": false,
|
|
6341
|
-
"isVirtual": true,
|
|
6342
|
-
"isOverride": false,
|
|
6343
|
-
"isSealed": false,
|
|
6344
|
-
"visibility": "Protected",
|
|
6345
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase\u00601",
|
|
6346
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6347
|
-
"isExtensionMethod": false
|
|
6348
|
-
},
|
|
6349
|
-
{
|
|
6350
|
-
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.OwningComponentBase\u00601::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
6351
|
-
"clrName": "SetParametersAsync",
|
|
6352
|
-
"metadataToken": 0,
|
|
6353
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
6354
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
6355
|
-
"emitScope": "ClassSurface",
|
|
6356
|
-
"provenance": "BaseOverload",
|
|
6357
|
-
"arity": 0,
|
|
6358
|
-
"parameterCount": 1,
|
|
6359
|
-
"isStatic": false,
|
|
6360
|
-
"isAbstract": false,
|
|
6361
|
-
"isVirtual": true,
|
|
6362
|
-
"isOverride": false,
|
|
6363
|
-
"isSealed": false,
|
|
6364
|
-
"visibility": "Public",
|
|
6365
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.OwningComponentBase\u00601",
|
|
6366
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
6367
|
-
"isExtensionMethod": false
|
|
6368
5988
|
}
|
|
6369
5989
|
],
|
|
6370
5990
|
"properties": [
|
|
@@ -587,7 +587,7 @@ export const ElementReferenceContext: (abstract new() => ElementReferenceContext
|
|
|
587
587
|
|
|
588
588
|
export type ElementReferenceContext = ElementReferenceContext$instance;
|
|
589
589
|
|
|
590
|
-
export interface ErrorBoundaryBase$instance extends ComponentBase$instance, IHandleEvent$instance {
|
|
590
|
+
export interface ErrorBoundaryBase$instance extends ComponentBase$instance, IComponent$instance, IHandleEvent$instance {
|
|
591
591
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_ErrorBoundaryBase: never;
|
|
592
592
|
|
|
593
593
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -600,13 +600,8 @@ export interface ErrorBoundaryBase$instance extends ComponentBase$instance, IHan
|
|
|
600
600
|
get ErrorContent(): RenderFragment_1<Exception> | undefined;
|
|
601
601
|
set ErrorContent(value: RenderFragment_1<Exception> | undefined);
|
|
602
602
|
MaximumErrorCount: int;
|
|
603
|
-
Attach(renderHandle: RenderHandle): void;
|
|
604
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
605
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
606
|
-
OnAfterRenderAsync(): Task;
|
|
607
603
|
OnErrorAsync(exception: Exception): Task;
|
|
608
604
|
Recover(): void;
|
|
609
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
610
605
|
}
|
|
611
606
|
|
|
612
607
|
|
|
@@ -763,10 +758,6 @@ export interface LayoutComponentBase$instance extends ComponentBase$instance, IH
|
|
|
763
758
|
|
|
764
759
|
get Body(): RenderFragment | undefined;
|
|
765
760
|
set Body(value: RenderFragment | undefined);
|
|
766
|
-
Attach(renderHandle: RenderHandle): void;
|
|
767
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
768
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
769
|
-
OnAfterRenderAsync(): Task;
|
|
770
761
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
771
762
|
}
|
|
772
763
|
|
|
@@ -868,7 +859,7 @@ export const NavigationManager: (abstract new() => NavigationManager) & {
|
|
|
868
859
|
|
|
869
860
|
export type NavigationManager = NavigationManager$instance;
|
|
870
861
|
|
|
871
|
-
export interface OwningComponentBase$instance extends ComponentBase$instance, IHandleEvent$instance, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
|
|
862
|
+
export interface OwningComponentBase$instance extends ComponentBase$instance, IComponent$instance, IHandleEvent$instance, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
|
|
872
863
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_OwningComponentBase: never;
|
|
873
864
|
|
|
874
865
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -877,13 +868,8 @@ export interface OwningComponentBase$instance extends ComponentBase$instance, IH
|
|
|
877
868
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
878
869
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
879
870
|
|
|
880
|
-
Attach(renderHandle: RenderHandle): void;
|
|
881
871
|
Dispose(disposing: boolean): void;
|
|
882
872
|
DisposeAsyncCore(): ValueTask;
|
|
883
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
884
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
885
|
-
OnAfterRenderAsync(): Task;
|
|
886
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
887
873
|
}
|
|
888
874
|
|
|
889
875
|
|
|
@@ -900,7 +886,7 @@ export interface __OwningComponentBase$views {
|
|
|
900
886
|
export type OwningComponentBase = OwningComponentBase$instance & __OwningComponentBase$views;
|
|
901
887
|
|
|
902
888
|
|
|
903
|
-
export interface OwningComponentBase_1$instance<TService> extends OwningComponentBase$instance, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
|
|
889
|
+
export interface OwningComponentBase_1$instance<TService> extends OwningComponentBase$instance, IComponent$instance, IHandleEvent$instance, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
|
|
904
890
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_OwningComponentBase_1: never;
|
|
905
891
|
|
|
906
892
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -909,11 +895,6 @@ export interface OwningComponentBase_1$instance<TService> extends OwningComponen
|
|
|
909
895
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
910
896
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
911
897
|
|
|
912
|
-
Attach(renderHandle: RenderHandle): void;
|
|
913
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
914
|
-
OnAfterRenderAsync(): Task;
|
|
915
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
916
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
917
898
|
}
|
|
918
899
|
|
|
919
900
|
|