|
|
@@ -1,5 +1,4 @@
|
|
|
#nullable enable
|
|
|
-Microsoft.AspNetCore.Builder.JSComponentConfigurationExtensions
|
|
|
Microsoft.AspNetCore.Components.Forms.InputCheckbox.Element.get -> Microsoft.AspNetCore.Components.ElementReference?
|
|
|
Microsoft.AspNetCore.Components.Forms.InputCheckbox.Element.set -> void
|
|
|
Microsoft.AspNetCore.Components.Forms.InputDate<TValue>.Element.get -> Microsoft.AspNetCore.Components.ElementReference?
|
|
|
@@ -42,6 +41,7 @@ Microsoft.AspNetCore.Components.Web.HeadOutlet
|
|
|
Microsoft.AspNetCore.Components.Web.HeadOutlet.HeadOutlet() -> void
|
|
|
Microsoft.AspNetCore.Components.Web.IErrorBoundaryLogger
|
|
|
Microsoft.AspNetCore.Components.Web.IErrorBoundaryLogger.LogErrorAsync(System.Exception! exception) -> System.Threading.Tasks.ValueTask
|
|
|
+Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions
|
|
|
Microsoft.AspNetCore.Components.Web.MouseEventArgs.PageX.get -> double
|
|
|
Microsoft.AspNetCore.Components.Web.MouseEventArgs.PageX.set -> void
|
|
|
Microsoft.AspNetCore.Components.Web.MouseEventArgs.PageY.get -> double
|
|
|
@@ -64,12 +64,15 @@ override Microsoft.AspNetCore.Components.Routing.FocusOnNavigate.OnAfterRenderAs
|
|
|
override Microsoft.AspNetCore.Components.Routing.FocusOnNavigate.OnParametersSet() -> void
|
|
|
override Microsoft.AspNetCore.Components.Web.ErrorBoundary.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder! builder) -> void
|
|
|
override Microsoft.AspNetCore.Components.Web.ErrorBoundary.OnErrorAsync(System.Exception! exception) -> System.Threading.Tasks.Task!
|
|
|
-static Microsoft.AspNetCore.Builder.JSComponentConfigurationExtensions.RegisterForJavaScript<TComponent>(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration! configuration, string! identifier) -> void
|
|
|
static Microsoft.AspNetCore.Components.ElementReferenceExtensions.FocusAsync(this Microsoft.AspNetCore.Components.ElementReference elementReference, bool preventScroll) -> System.Threading.Tasks.ValueTask
|
|
|
static Microsoft.AspNetCore.Components.Forms.BrowserFileExtensions.RequestImageFileAsync(this Microsoft.AspNetCore.Components.Forms.IBrowserFile! browserFile, string! format, int maxWidth, int maxHeight) -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.Forms.IBrowserFile!>
|
|
|
Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor.EventName.get -> string!
|
|
|
Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor.EventName.set -> void
|
|
|
*REMOVED*Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor.EventArgsType.get -> string!
|
|
|
*REMOVED*Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor.EventArgsType.set -> void
|
|
|
+static Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions.RegisterForJavaScript(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration! configuration, System.Type! componentType, string! identifier) -> void
|
|
|
+static Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions.RegisterForJavaScript(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration! configuration, System.Type! componentType, string! identifier, string! javaScriptInitializer) -> void
|
|
|
+static Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions.RegisterForJavaScript<TComponent>(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration! configuration, string! identifier) -> void
|
|
|
+static Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions.RegisterForJavaScript<TComponent>(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration! configuration, string! identifier, string! javaScriptInitializer) -> void
|
|
|
virtual Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop.AddRootComponent(string! identifier, string! domElementSelector) -> int
|
|
|
virtual Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop.RemoveRootComponent(int componentId) -> void
|