@tsonic/aspnetcore 10.0.39 → 10.0.41
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/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Authorization
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Authorization
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IAuthorizeData } from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
|
|
@@ -94,12 +95,12 @@ export interface AuthorizeRouteView$instance extends RouteView, Microsoft_AspNet
|
|
|
94
95
|
|
|
95
96
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
96
97
|
|
|
97
|
-
get Authorizing(): RenderFragment |
|
|
98
|
-
set Authorizing(value: RenderFragment |
|
|
99
|
-
get NotAuthorized(): RenderFragment_1<AuthenticationState> |
|
|
100
|
-
set NotAuthorized(value: RenderFragment_1<AuthenticationState> |
|
|
101
|
-
get Resource():
|
|
102
|
-
set Resource(value:
|
|
98
|
+
get Authorizing(): RenderFragment | null;
|
|
99
|
+
set Authorizing(value: RenderFragment | null);
|
|
100
|
+
get NotAuthorized(): RenderFragment_1<AuthenticationState> | null;
|
|
101
|
+
set NotAuthorized(value: RenderFragment_1<AuthenticationState> | null);
|
|
102
|
+
get Resource(): JsValue | null;
|
|
103
|
+
set Resource(value: JsValue | null);
|
|
103
104
|
Render(builder: RenderTreeBuilder): void;
|
|
104
105
|
}
|
|
105
106
|
|
|
@@ -123,10 +124,10 @@ export interface AuthorizeView$instance extends AuthorizeViewCore$instance, Micr
|
|
|
123
124
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
124
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
125
126
|
|
|
126
|
-
get Policy(): string |
|
|
127
|
-
set Policy(value: string |
|
|
128
|
-
get Roles(): string |
|
|
129
|
-
set Roles(value: string |
|
|
127
|
+
get Policy(): string | null;
|
|
128
|
+
set Policy(value: string | null);
|
|
129
|
+
get Roles(): string | null;
|
|
130
|
+
set Roles(value: string | null);
|
|
130
131
|
GetAuthorizeData(): IAuthorizeData[];
|
|
131
132
|
}
|
|
132
133
|
|
|
@@ -152,18 +153,18 @@ export interface AuthorizeViewCore$instance extends ComponentBase, Microsoft_Asp
|
|
|
152
153
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
153
154
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
154
155
|
|
|
155
|
-
get Authorized(): RenderFragment_1<AuthenticationState> |
|
|
156
|
-
set Authorized(value: RenderFragment_1<AuthenticationState> |
|
|
157
|
-
get Authorizing(): RenderFragment |
|
|
158
|
-
set Authorizing(value: RenderFragment |
|
|
159
|
-
get ChildContent(): RenderFragment_1<AuthenticationState> |
|
|
160
|
-
set ChildContent(value: RenderFragment_1<AuthenticationState> |
|
|
161
|
-
get NotAuthorized(): RenderFragment_1<AuthenticationState> |
|
|
162
|
-
set NotAuthorized(value: RenderFragment_1<AuthenticationState> |
|
|
163
|
-
get Resource():
|
|
164
|
-
set Resource(value:
|
|
156
|
+
get Authorized(): RenderFragment_1<AuthenticationState> | null;
|
|
157
|
+
set Authorized(value: RenderFragment_1<AuthenticationState> | null);
|
|
158
|
+
get Authorizing(): RenderFragment | null;
|
|
159
|
+
set Authorizing(value: RenderFragment | null);
|
|
160
|
+
get ChildContent(): RenderFragment_1<AuthenticationState> | null;
|
|
161
|
+
set ChildContent(value: RenderFragment_1<AuthenticationState> | null);
|
|
162
|
+
get NotAuthorized(): RenderFragment_1<AuthenticationState> | null;
|
|
163
|
+
set NotAuthorized(value: RenderFragment_1<AuthenticationState> | null);
|
|
164
|
+
get Resource(): JsValue | null;
|
|
165
|
+
set Resource(value: JsValue | null);
|
|
165
166
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
166
|
-
GetAuthorizeData(): IAuthorizeData[] |
|
|
167
|
+
GetAuthorizeData(): IAuthorizeData[] | null;
|
|
167
168
|
OnParametersSetAsync(): Task;
|
|
168
169
|
}
|
|
169
170
|
|
|
@@ -189,8 +190,8 @@ export interface CascadingAuthenticationState$instance extends ComponentBase, Mi
|
|
|
189
190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
190
191
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
191
192
|
|
|
192
|
-
get ChildContent(): RenderFragment |
|
|
193
|
-
set ChildContent(value: RenderFragment |
|
|
193
|
+
get ChildContent(): RenderFragment | null;
|
|
194
|
+
set ChildContent(value: RenderFragment | null);
|
|
194
195
|
BuildRenderTree(__builder: RenderTreeBuilder): void;
|
|
195
196
|
OnInitialized(): void;
|
|
196
197
|
}
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.CompilerServices
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { EventCallback_1 } from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
@@ -12,11 +13,11 @@ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
|
12
13
|
import type { Action, Action_1, Func_1, Func_2, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
14
|
|
|
14
15
|
export abstract class RuntimeHelpers$instance {
|
|
15
|
-
static CreateInferredBindSetter<T>(callback: Action_1<T>, value: T): Func_2<T, Task>;
|
|
16
|
+
static CreateInferredBindSetter<T>(callback: Action_1<T | null>, value: T): Func_2<T, Task>;
|
|
16
17
|
static CreateInferredBindSetter<T>(callback: Func_2<T, Task>, value: T): Func_2<T, Task>;
|
|
17
|
-
static CreateInferredEventCallback<T>(receiver:
|
|
18
|
-
static CreateInferredEventCallback<T>(receiver:
|
|
19
|
-
static CreateInferredEventCallback<T>(receiver:
|
|
18
|
+
static CreateInferredEventCallback<T>(receiver: JsValue, callback: Action_1<T>, value: T): EventCallback_1<T>;
|
|
19
|
+
static CreateInferredEventCallback<T>(receiver: JsValue, callback: EventCallback_1<T>, value: T): EventCallback_1<T>;
|
|
20
|
+
static CreateInferredEventCallback<T>(receiver: JsValue, callback: Func_2<T, Task>, value: T): EventCallback_1<T>;
|
|
20
21
|
static InvokeAsynchronousDelegate(callback: Action): Task;
|
|
21
22
|
static InvokeAsynchronousDelegate(callback: Func_1<Task>): Task;
|
|
22
23
|
static InvokeSynchronousDelegate(callback: Action): void;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Endpoints
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Endpoints
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { Dispatcher, IComponentRenderMode, ParameterView, PersistedStateSerializationMode } from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Endpoints.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Endpoints
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IApplicationBuilder, RazorComponentsEndpointConventionBuilder } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Forms
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Forms, Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { FormMappingError } from "../../Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.js";
|
|
@@ -48,15 +46,15 @@ export interface FieldIdentifier$instance {
|
|
|
48
46
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
49
47
|
|
|
50
48
|
readonly FieldName: string;
|
|
51
|
-
readonly Model:
|
|
52
|
-
Equals(obj:
|
|
49
|
+
readonly Model: JsValue;
|
|
50
|
+
Equals(obj: JsValue | null): boolean;
|
|
53
51
|
Equals(otherIdentifier: FieldIdentifier): boolean;
|
|
54
52
|
GetHashCode(): int;
|
|
55
53
|
}
|
|
56
54
|
|
|
57
55
|
|
|
58
56
|
export const FieldIdentifier: {
|
|
59
|
-
new(model:
|
|
57
|
+
new(model: JsValue, fieldName: string): FieldIdentifier;
|
|
60
58
|
Create<TField>(accessor: Expression_1<Func_1<TField>>): FieldIdentifier;
|
|
61
59
|
};
|
|
62
60
|
|
|
@@ -81,7 +79,7 @@ export type AntiforgeryRequestToken = AntiforgeryRequestToken$instance;
|
|
|
81
79
|
export interface AntiforgeryStateProvider$instance {
|
|
82
80
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_AntiforgeryStateProvider: never;
|
|
83
81
|
|
|
84
|
-
GetAntiforgeryToken(): AntiforgeryRequestToken |
|
|
82
|
+
GetAntiforgeryToken(): AntiforgeryRequestToken | null;
|
|
85
83
|
}
|
|
86
84
|
|
|
87
85
|
|
|
@@ -142,18 +140,18 @@ export type DataAnnotationsValidator = DataAnnotationsValidator$instance & __Dat
|
|
|
142
140
|
export interface EditContext$instance {
|
|
143
141
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_EditContext: never;
|
|
144
142
|
|
|
145
|
-
readonly Model:
|
|
143
|
+
readonly Model: JsValue;
|
|
146
144
|
readonly Properties: EditContextProperties;
|
|
147
145
|
ShouldUseFieldIdentifiers: boolean;
|
|
148
146
|
Field(fieldName: string): FieldIdentifier;
|
|
149
147
|
GetValidationMessages(): IEnumerable_1<System_Internal.String>;
|
|
150
148
|
GetValidationMessages(fieldIdentifier: FieldIdentifier): IEnumerable_1<System_Internal.String>;
|
|
151
|
-
GetValidationMessages(accessor: Expression_1<Func_1<
|
|
149
|
+
GetValidationMessages(accessor: Expression_1<Func_1<JsValue>>): IEnumerable_1<System_Internal.String>;
|
|
152
150
|
IsModified(): boolean;
|
|
153
151
|
IsModified(fieldIdentifier: FieldIdentifier): boolean;
|
|
154
|
-
IsModified(accessor: Expression_1<Func_1<
|
|
152
|
+
IsModified(accessor: Expression_1<Func_1<JsValue>>): boolean;
|
|
155
153
|
IsValid(fieldIdentifier: FieldIdentifier): boolean;
|
|
156
|
-
IsValid(accessor: Expression_1<Func_1<
|
|
154
|
+
IsValid(accessor: Expression_1<Func_1<JsValue>>): boolean;
|
|
157
155
|
MarkAsUnmodified(fieldIdentifier: FieldIdentifier): void;
|
|
158
156
|
MarkAsUnmodified(): void;
|
|
159
157
|
NotifyFieldChanged(fieldIdentifier: FieldIdentifier): void;
|
|
@@ -163,7 +161,7 @@ export interface EditContext$instance {
|
|
|
163
161
|
|
|
164
162
|
|
|
165
163
|
export const EditContext: {
|
|
166
|
-
new(model:
|
|
164
|
+
new(model: JsValue): EditContext;
|
|
167
165
|
};
|
|
168
166
|
|
|
169
167
|
|
|
@@ -172,9 +170,9 @@ export type EditContext = EditContext$instance;
|
|
|
172
170
|
export interface EditContextProperties$instance {
|
|
173
171
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_EditContextProperties: never;
|
|
174
172
|
|
|
175
|
-
Item:
|
|
176
|
-
Remove(key:
|
|
177
|
-
TryGetValue(key:
|
|
173
|
+
Item: JsValue;
|
|
174
|
+
Remove(key: JsValue): boolean;
|
|
175
|
+
TryGetValue(key: JsValue, value: JsValue | null): boolean;
|
|
178
176
|
}
|
|
179
177
|
|
|
180
178
|
|
|
@@ -192,17 +190,17 @@ export interface EditForm$instance extends ComponentBase, Microsoft_AspNetCore_C
|
|
|
192
190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
193
191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
194
192
|
|
|
195
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String,
|
|
196
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String,
|
|
197
|
-
get ChildContent(): RenderFragment_1<EditContext> |
|
|
198
|
-
set ChildContent(value: RenderFragment_1<EditContext> |
|
|
199
|
-
get EditContext(): EditContext |
|
|
200
|
-
set EditContext(value: EditContext |
|
|
193
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, JsValue> | null;
|
|
194
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, JsValue> | null);
|
|
195
|
+
get ChildContent(): RenderFragment_1<EditContext> | null;
|
|
196
|
+
set ChildContent(value: RenderFragment_1<EditContext> | null);
|
|
197
|
+
get EditContext(): EditContext | null;
|
|
198
|
+
set EditContext(value: EditContext | null);
|
|
201
199
|
Enhance: boolean;
|
|
202
|
-
get FormName(): string |
|
|
203
|
-
set FormName(value: string |
|
|
204
|
-
get Model():
|
|
205
|
-
set Model(value:
|
|
200
|
+
get FormName(): string | null;
|
|
201
|
+
set FormName(value: string | null);
|
|
202
|
+
get Model(): JsValue | null;
|
|
203
|
+
set Model(value: JsValue | null);
|
|
206
204
|
OnInvalidSubmit: EventCallback_1<EditContext>;
|
|
207
205
|
OnSubmit: EventCallback_1<EditContext>;
|
|
208
206
|
OnValidSubmit: EventCallback_1<EditContext>;
|
|
@@ -287,10 +285,10 @@ export interface FormMappingContext$instance {
|
|
|
287
285
|
readonly MappingScopeName: string;
|
|
288
286
|
GetAllErrors(): IEnumerable_1<FormMappingError>;
|
|
289
287
|
GetAllErrors(formName: string): IEnumerable_1<FormMappingError>;
|
|
290
|
-
GetAttemptedValue(key: string): string |
|
|
291
|
-
GetAttemptedValue(formName: string, key: string): string |
|
|
292
|
-
GetErrors(key: string): FormMappingError |
|
|
293
|
-
GetErrors(formName: string, key: string): FormMappingError |
|
|
288
|
+
GetAttemptedValue(key: string): string | null;
|
|
289
|
+
GetAttemptedValue(formName: string, key: string): string | null;
|
|
290
|
+
GetErrors(key: string): FormMappingError | null;
|
|
291
|
+
GetErrors(formName: string, key: string): FormMappingError | null;
|
|
294
292
|
}
|
|
295
293
|
|
|
296
294
|
|
|
@@ -331,18 +329,18 @@ export interface InputBase_1$instance<TValue> extends ComponentBase, Microsoft_A
|
|
|
331
329
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
332
330
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
333
331
|
|
|
334
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String,
|
|
335
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String,
|
|
336
|
-
get DisplayName(): string |
|
|
337
|
-
set DisplayName(value: string |
|
|
338
|
-
Value: TValue |
|
|
332
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, JsValue> | null;
|
|
333
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, JsValue> | null);
|
|
334
|
+
get DisplayName(): string | null;
|
|
335
|
+
set DisplayName(value: string | null);
|
|
336
|
+
Value: TValue | null;
|
|
339
337
|
ValueChanged: EventCallback_1<TValue>;
|
|
340
|
-
get ValueExpression(): Expression_1<Func_1<TValue>> |
|
|
341
|
-
set ValueExpression(value: Expression_1<Func_1<TValue>> |
|
|
338
|
+
get ValueExpression(): Expression_1<Func_1<TValue>> | null;
|
|
339
|
+
set ValueExpression(value: Expression_1<Func_1<TValue>> | null);
|
|
342
340
|
Dispose(disposing: boolean): void;
|
|
343
|
-
FormatValueAsString(value: TValue): string |
|
|
341
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
344
342
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
345
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
343
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
346
344
|
}
|
|
347
345
|
|
|
348
346
|
|
|
@@ -370,7 +368,7 @@ export interface InputCheckbox$instance extends InputBase_1$instance<System_Inte
|
|
|
370
368
|
get Element(): Nullable_1<ElementReference>;
|
|
371
369
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
372
370
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
373
|
-
TryParseValueFromString(value: string, result: boolean, validationErrorMessage: string): boolean;
|
|
371
|
+
TryParseValueFromString(value: string | null, result: boolean, validationErrorMessage: string | null): boolean;
|
|
374
372
|
}
|
|
375
373
|
|
|
376
374
|
|
|
@@ -401,9 +399,9 @@ export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValu
|
|
|
401
399
|
ParsingErrorMessage: string;
|
|
402
400
|
Type: InputDateType;
|
|
403
401
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
404
|
-
FormatValueAsString(value: TValue): string;
|
|
402
|
+
FormatValueAsString(value: TValue | null): string;
|
|
405
403
|
OnParametersSet(): void;
|
|
406
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
404
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
|
|
@@ -430,8 +428,8 @@ export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_
|
|
|
430
428
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
431
429
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
432
430
|
|
|
433
|
-
get AdditionalAttributes(): IDictionary_2<System_Internal.String,
|
|
434
|
-
set AdditionalAttributes(value: IDictionary_2<System_Internal.String,
|
|
431
|
+
get AdditionalAttributes(): IDictionary_2<System_Internal.String, JsValue> | null;
|
|
432
|
+
set AdditionalAttributes(value: IDictionary_2<System_Internal.String, JsValue> | null);
|
|
435
433
|
get Element(): Nullable_1<ElementReference>;
|
|
436
434
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
437
435
|
OnChange: EventCallback_1<InputFileChangeEventArgs>;
|
|
@@ -481,7 +479,7 @@ export interface InputHidden$instance extends InputBase_1$instance<System_Intern
|
|
|
481
479
|
get Element(): Nullable_1<ElementReference>;
|
|
482
480
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
483
481
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
484
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
482
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
485
483
|
}
|
|
486
484
|
|
|
487
485
|
|
|
@@ -511,8 +509,8 @@ export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
511
509
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
512
510
|
ParsingErrorMessage: string;
|
|
513
511
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
514
|
-
FormatValueAsString(value: TValue): string |
|
|
515
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
512
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
513
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
516
514
|
}
|
|
517
515
|
|
|
518
516
|
|
|
@@ -537,13 +535,13 @@ export interface InputRadio_1$instance<TValue> extends ComponentBase, Microsoft_
|
|
|
537
535
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
538
536
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
539
537
|
|
|
540
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String,
|
|
541
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String,
|
|
538
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, JsValue> | null;
|
|
539
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, JsValue> | null);
|
|
542
540
|
get Element(): Nullable_1<ElementReference>;
|
|
543
541
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
544
|
-
get Name(): string |
|
|
545
|
-
set Name(value: string |
|
|
546
|
-
Value: TValue |
|
|
542
|
+
get Name(): string | null;
|
|
543
|
+
set Name(value: string | null);
|
|
544
|
+
Value: TValue | null;
|
|
547
545
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
548
546
|
OnParametersSet(): void;
|
|
549
547
|
}
|
|
@@ -572,13 +570,13 @@ export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance
|
|
|
572
570
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IInputRadioValueProvider: never;
|
|
573
571
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
574
572
|
|
|
575
|
-
get ChildContent(): RenderFragment |
|
|
576
|
-
set ChildContent(value: RenderFragment |
|
|
577
|
-
get Name(): string |
|
|
578
|
-
set Name(value: string |
|
|
573
|
+
get ChildContent(): RenderFragment | null;
|
|
574
|
+
set ChildContent(value: RenderFragment | null);
|
|
575
|
+
get Name(): string | null;
|
|
576
|
+
set Name(value: string | null);
|
|
579
577
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
580
578
|
OnParametersSet(): void;
|
|
581
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
579
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
582
580
|
}
|
|
583
581
|
|
|
584
582
|
|
|
@@ -604,13 +602,13 @@ export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
604
602
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
605
603
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
606
604
|
|
|
607
|
-
get ChildContent(): RenderFragment |
|
|
608
|
-
set ChildContent(value: RenderFragment |
|
|
605
|
+
get ChildContent(): RenderFragment | null;
|
|
606
|
+
set ChildContent(value: RenderFragment | null);
|
|
609
607
|
get Element(): Nullable_1<ElementReference>;
|
|
610
608
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
611
609
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
612
|
-
FormatValueAsString(value: TValue): string |
|
|
613
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
610
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
611
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
614
612
|
}
|
|
615
613
|
|
|
616
614
|
|
|
@@ -639,7 +637,7 @@ export interface InputText$instance extends InputBase_1$instance<System_Internal
|
|
|
639
637
|
get Element(): Nullable_1<ElementReference>;
|
|
640
638
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
641
639
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
642
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
640
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
643
641
|
}
|
|
644
642
|
|
|
645
643
|
|
|
@@ -668,7 +666,7 @@ export interface InputTextArea$instance extends InputBase_1$instance<System_Inte
|
|
|
668
666
|
get Element(): Nullable_1<ElementReference>;
|
|
669
667
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
670
668
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
671
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
669
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
672
670
|
}
|
|
673
671
|
|
|
674
672
|
|
|
@@ -710,10 +708,10 @@ export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Mic
|
|
|
710
708
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
711
709
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
712
710
|
|
|
713
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String,
|
|
714
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String,
|
|
715
|
-
get For(): Expression_1<Func_1<TValue>> |
|
|
716
|
-
set For(value: Expression_1<Func_1<TValue>> |
|
|
711
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, JsValue> | null;
|
|
712
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, JsValue> | null);
|
|
713
|
+
get For(): Expression_1<Func_1<TValue>> | null;
|
|
714
|
+
set For(value: Expression_1<Func_1<TValue>> | null);
|
|
717
715
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
718
716
|
Dispose(disposing: boolean): void;
|
|
719
717
|
OnParametersSet(): void;
|
|
@@ -738,14 +736,14 @@ export interface ValidationMessageStore$instance {
|
|
|
738
736
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_ValidationMessageStore: never;
|
|
739
737
|
|
|
740
738
|
Add(fieldIdentifier: FieldIdentifier, message: string): void;
|
|
741
|
-
Add(accessor: Expression_1<Func_1<
|
|
739
|
+
Add(accessor: Expression_1<Func_1<JsValue>>, message: string): void;
|
|
742
740
|
Add(fieldIdentifier: FieldIdentifier, messages: IEnumerable_1<System_Internal.String>): void;
|
|
743
|
-
Add(accessor: Expression_1<Func_1<
|
|
741
|
+
Add(accessor: Expression_1<Func_1<JsValue>>, messages: IEnumerable_1<System_Internal.String>): void;
|
|
744
742
|
Clear(): void;
|
|
745
|
-
Clear(accessor: Expression_1<Func_1<
|
|
743
|
+
Clear(accessor: Expression_1<Func_1<JsValue>>): void;
|
|
746
744
|
Clear(fieldIdentifier: FieldIdentifier): void;
|
|
747
745
|
get_Item(fieldIdentifier: FieldIdentifier): IEnumerable_1<System_Internal.String>;
|
|
748
|
-
get_Item(accessor: Expression_1<Func_1<
|
|
746
|
+
get_Item(accessor: Expression_1<Func_1<JsValue>>): IEnumerable_1<System_Internal.String>;
|
|
749
747
|
}
|
|
750
748
|
|
|
751
749
|
|
|
@@ -792,10 +790,10 @@ export interface ValidationSummary$instance extends ComponentBase, Microsoft_Asp
|
|
|
792
790
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
793
791
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
794
792
|
|
|
795
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String,
|
|
796
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String,
|
|
797
|
-
get Model():
|
|
798
|
-
set Model(value:
|
|
793
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, JsValue> | null;
|
|
794
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, JsValue> | null);
|
|
795
|
+
get Model(): JsValue | null;
|
|
796
|
+
set Model(value: JsValue | null);
|
|
799
797
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
800
798
|
Dispose(disposing: boolean): void;
|
|
801
799
|
OnParametersSet(): void;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Forms.Mapping
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
@@ -14,7 +15,7 @@ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.
|
|
|
14
15
|
export interface IFormValueMapper$instance {
|
|
15
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Forms_Mapping_IFormValueMapper: never;
|
|
16
17
|
|
|
17
|
-
CanMap(valueType: Type, scopeName: string, formName: string): boolean;
|
|
18
|
+
CanMap(valueType: Type, scopeName: string, formName: string | null): boolean;
|
|
18
19
|
Map(context: FormValueMappingContext): void;
|
|
19
20
|
}
|
|
20
21
|
|
|
@@ -24,8 +25,8 @@ export type IFormValueMapper = IFormValueMapper$instance;
|
|
|
24
25
|
export interface FormMappingError$instance {
|
|
25
26
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Mapping_FormMappingError: never;
|
|
26
27
|
|
|
27
|
-
readonly AttemptedValue: string |
|
|
28
|
-
Container:
|
|
28
|
+
readonly AttemptedValue: string | null;
|
|
29
|
+
Container: JsValue;
|
|
29
30
|
readonly ErrorMessages: IReadOnlyList_1<FormattableString>;
|
|
30
31
|
readonly Name: string;
|
|
31
32
|
readonly Path: string;
|
|
@@ -41,17 +42,17 @@ export type FormMappingError = FormMappingError$instance;
|
|
|
41
42
|
export interface FormValueMappingContext$instance {
|
|
42
43
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Mapping_FormValueMappingContext: never;
|
|
43
44
|
|
|
44
|
-
readonly AcceptFormName: string |
|
|
45
|
+
readonly AcceptFormName: string | null;
|
|
45
46
|
readonly AcceptMappingScopeName: string;
|
|
46
|
-
get MapErrorToContainer(): Action_2<System_Internal.String,
|
|
47
|
-
set MapErrorToContainer(value: Action_2<System_Internal.String,
|
|
48
|
-
get OnError(): Action_3<System_Internal.String, FormattableString, string |
|
|
49
|
-
set OnError(value: Action_3<System_Internal.String, FormattableString, string |
|
|
47
|
+
get MapErrorToContainer(): Action_2<System_Internal.String, JsValue> | null;
|
|
48
|
+
set MapErrorToContainer(value: Action_2<System_Internal.String, JsValue> | null);
|
|
49
|
+
get OnError(): Action_3<System_Internal.String, FormattableString, string | null> | null;
|
|
50
|
+
set OnError(value: Action_3<System_Internal.String, FormattableString, string | null> | null);
|
|
50
51
|
readonly ParameterName: string;
|
|
51
|
-
get Result():
|
|
52
|
-
set Result(value:
|
|
52
|
+
get Result(): JsValue | null;
|
|
53
|
+
set Result(value: JsValue | null);
|
|
53
54
|
readonly ValueType: Type;
|
|
54
|
-
SetResult(result:
|
|
55
|
+
SetResult(result: JsValue | null): void;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ComponentState } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { Renderer } from "../../Microsoft.AspNetCore.Components.RenderTree/internal/index.js";
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.RenderTree
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components, Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ComponentState } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
|
|
@@ -155,7 +153,7 @@ export interface RenderTreeEdit$instance {
|
|
|
155
153
|
readonly SiblingIndex: int;
|
|
156
154
|
readonly ReferenceFrameIndex: int;
|
|
157
155
|
readonly MoveToSiblingIndex: int;
|
|
158
|
-
readonly RemovedAttributeName: string |
|
|
156
|
+
readonly RemovedAttributeName: string | null;
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
|
|
@@ -172,17 +170,17 @@ export interface RenderTreeFrame$instance {
|
|
|
172
170
|
readonly AttributeEventHandlerId: ulong;
|
|
173
171
|
readonly AttributeEventUpdatesAttributeName: string;
|
|
174
172
|
readonly AttributeName: string;
|
|
175
|
-
readonly AttributeValue:
|
|
173
|
+
readonly AttributeValue: JsValue;
|
|
176
174
|
readonly Component: IComponent;
|
|
177
175
|
readonly ComponentFrameFlags: ComponentFrameFlags;
|
|
178
176
|
readonly ComponentId: int;
|
|
179
|
-
readonly ComponentKey:
|
|
180
|
-
readonly ComponentReferenceCaptureAction: Action_1<
|
|
177
|
+
readonly ComponentKey: JsValue;
|
|
178
|
+
readonly ComponentReferenceCaptureAction: Action_1<JsValue>;
|
|
181
179
|
readonly ComponentReferenceCaptureParentFrameIndex: int;
|
|
182
180
|
readonly ComponentRenderMode: IComponentRenderMode;
|
|
183
181
|
readonly ComponentSubtreeLength: int;
|
|
184
182
|
readonly ComponentType: Type;
|
|
185
|
-
readonly ElementKey:
|
|
183
|
+
readonly ElementKey: JsValue;
|
|
186
184
|
readonly ElementName: string;
|
|
187
185
|
readonly ElementReferenceCaptureAction: Action_1<ElementReference>;
|
|
188
186
|
readonly ElementReferenceCaptureId: string;
|
|
@@ -209,7 +207,7 @@ export interface EventFieldInfo$instance {
|
|
|
209
207
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_RenderTree_EventFieldInfo: never;
|
|
210
208
|
|
|
211
209
|
ComponentId: int;
|
|
212
|
-
FieldValue:
|
|
210
|
+
FieldValue: JsValue;
|
|
213
211
|
}
|
|
214
212
|
|
|
215
213
|
|
|
@@ -229,14 +227,14 @@ export interface Renderer$instance {
|
|
|
229
227
|
readonly Assets: ResourceAssetCollection;
|
|
230
228
|
readonly Dispatcher: Dispatcher;
|
|
231
229
|
readonly RendererInfo: RendererInfo;
|
|
232
|
-
AddPendingTask(componentState: ComponentState, task: Task): void;
|
|
233
|
-
CreateComponentState(componentId: int, component: IComponent, parentComponentState: ComponentState): ComponentState;
|
|
234
|
-
DispatchEventAsync(eventHandlerId: ulong, fieldInfo: EventFieldInfo, eventArgs: EventArgs): Task;
|
|
235
|
-
DispatchEventAsync(eventHandlerId: ulong, fieldInfo: EventFieldInfo, eventArgs: EventArgs, waitForQuiescence: boolean): Task;
|
|
230
|
+
AddPendingTask(componentState: ComponentState | null, task: Task): void;
|
|
231
|
+
CreateComponentState(componentId: int, component: IComponent, parentComponentState: ComponentState | null): ComponentState;
|
|
232
|
+
DispatchEventAsync(eventHandlerId: ulong, fieldInfo: EventFieldInfo | null, eventArgs: EventArgs): Task;
|
|
233
|
+
DispatchEventAsync(eventHandlerId: ulong, fieldInfo: EventFieldInfo | null, eventArgs: EventArgs, waitForQuiescence: boolean): Task;
|
|
236
234
|
Dispose(disposing: boolean): void;
|
|
237
235
|
Dispose(): void;
|
|
238
236
|
DisposeAsync(): ValueTask;
|
|
239
|
-
GetComponentRenderMode(component: IComponent): IComponentRenderMode |
|
|
237
|
+
GetComponentRenderMode(component: IComponent): IComponentRenderMode | null;
|
|
240
238
|
GetEventArgsType(eventHandlerId: ulong): Type;
|
|
241
239
|
HandleException(exception: Exception): void;
|
|
242
240
|
ProcessPendingRender(): void;
|
|
@@ -254,8 +252,8 @@ export type Renderer = Renderer$instance;
|
|
|
254
252
|
export interface WebEventDescriptor$instance {
|
|
255
253
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_RenderTree_WebEventDescriptor: never;
|
|
256
254
|
|
|
257
|
-
get EventFieldInfo(): EventFieldInfo |
|
|
258
|
-
set EventFieldInfo(value: EventFieldInfo |
|
|
255
|
+
get EventFieldInfo(): EventFieldInfo | null;
|
|
256
|
+
set EventFieldInfo(value: EventFieldInfo | null);
|
|
259
257
|
EventHandlerId: ulong;
|
|
260
258
|
EventName: string;
|
|
261
259
|
}
|