@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
|
@@ -2317,6 +2317,86 @@
|
|
|
2317
2317
|
}
|
|
2318
2318
|
]
|
|
2319
2319
|
},
|
|
2320
|
+
{
|
|
2321
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2322
|
+
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2323
|
+
"assemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2324
|
+
"metadataToken": 0,
|
|
2325
|
+
"kind": "Struct",
|
|
2326
|
+
"accessibility": "Protected",
|
|
2327
|
+
"isAbstract": false,
|
|
2328
|
+
"isSealed": true,
|
|
2329
|
+
"isStatic": false,
|
|
2330
|
+
"arity": 0,
|
|
2331
|
+
"baseType": {
|
|
2332
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2333
|
+
"clrName": "System.ValueType"
|
|
2334
|
+
},
|
|
2335
|
+
"interfaces": [
|
|
2336
|
+
{
|
|
2337
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
2338
|
+
"clrName": "System.IDisposable"
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"methods": [
|
|
2342
|
+
{
|
|
2343
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager::Recurse(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy):Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2344
|
+
"clrName": "Recurse",
|
|
2345
|
+
"metadataToken": 100667274,
|
|
2346
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy):Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2347
|
+
"normalizedSignature": "Recurse|(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy):Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager|static=true",
|
|
2348
|
+
"emitScope": "ClassSurface",
|
|
2349
|
+
"provenance": "Original",
|
|
2350
|
+
"arity": 0,
|
|
2351
|
+
"parameterCount": 5,
|
|
2352
|
+
"isStatic": true,
|
|
2353
|
+
"isAbstract": false,
|
|
2354
|
+
"isVirtual": false,
|
|
2355
|
+
"isOverride": false,
|
|
2356
|
+
"isSealed": false,
|
|
2357
|
+
"visibility": "Public",
|
|
2358
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2359
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2360
|
+
"isExtensionMethod": false
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager::Dispose():System.Void",
|
|
2364
|
+
"clrName": "Dispose",
|
|
2365
|
+
"metadataToken": 100667276,
|
|
2366
|
+
"canonicalSignature": "():System.Void",
|
|
2367
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2368
|
+
"emitScope": "ClassSurface",
|
|
2369
|
+
"provenance": "Original",
|
|
2370
|
+
"arity": 0,
|
|
2371
|
+
"parameterCount": 0,
|
|
2372
|
+
"isStatic": false,
|
|
2373
|
+
"isAbstract": false,
|
|
2374
|
+
"isVirtual": true,
|
|
2375
|
+
"isOverride": false,
|
|
2376
|
+
"isSealed": true,
|
|
2377
|
+
"visibility": "Public",
|
|
2378
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2379
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2380
|
+
"isExtensionMethod": false
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
"properties": [],
|
|
2384
|
+
"fields": [],
|
|
2385
|
+
"events": [],
|
|
2386
|
+
"constructors": [
|
|
2387
|
+
{
|
|
2388
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.Object):void",
|
|
2389
|
+
"metadataToken": 100667275,
|
|
2390
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.Object):void",
|
|
2391
|
+
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor,System.Object):void|static=false",
|
|
2392
|
+
"isStatic": false,
|
|
2393
|
+
"parameterCount": 2,
|
|
2394
|
+
"visibility": "Public",
|
|
2395
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor\u002BStateManager",
|
|
2396
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2397
|
+
}
|
|
2398
|
+
]
|
|
2399
|
+
},
|
|
2320
2400
|
{
|
|
2321
2401
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCache",
|
|
2322
2402
|
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCache",
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core
|
|
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 { IModelMetadataProvider, ModelMetadata, ModelStateDictionary } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
@@ -16,7 +14,7 @@ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_
|
|
|
16
14
|
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
17
15
|
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
18
16
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
-
import type { Attribute, Boolean as ClrBoolean, Func_1, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Attribute, Boolean as ClrBoolean, Func_1, IDisposable, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
20
18
|
|
|
21
19
|
export interface IClientModelValidator$instance {
|
|
22
20
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
@@ -40,7 +38,7 @@ export interface IMetadataBasedModelValidatorProvider$instance extends IModelVal
|
|
|
40
38
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IMetadataBasedModelValidatorProvider: never;
|
|
41
39
|
|
|
42
40
|
CreateValidators(context: ModelValidatorProviderContext): void;
|
|
43
|
-
HasValidators(modelType: Type, validatorMetadata: IList_1<
|
|
41
|
+
HasValidators(modelType: Type, validatorMetadata: IList_1<JsValue>): boolean;
|
|
44
42
|
}
|
|
45
43
|
|
|
46
44
|
|
|
@@ -69,7 +67,7 @@ export type IModelValidatorProvider = IModelValidatorProvider$instance;
|
|
|
69
67
|
export interface IObjectModelValidator$instance {
|
|
70
68
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IObjectModelValidator: never;
|
|
71
69
|
|
|
72
|
-
Validate(actionContext: ActionContext, validationState: ValidationStateDictionary, prefix: string, model:
|
|
70
|
+
Validate(actionContext: ActionContext, validationState: ValidationStateDictionary | null, prefix: string, model: JsValue | null): void;
|
|
73
71
|
}
|
|
74
72
|
|
|
75
73
|
|
|
@@ -87,7 +85,7 @@ export type IPropertyValidationFilter = IPropertyValidationFilter$instance;
|
|
|
87
85
|
export interface IValidationStrategy$instance {
|
|
88
86
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IValidationStrategy: never;
|
|
89
87
|
|
|
90
|
-
GetChildren(metadata: ModelMetadata, key: string, model:
|
|
88
|
+
GetChildren(metadata: ModelMetadata, key: string, model: JsValue): IEnumerator_1<ValidationEntry>;
|
|
91
89
|
}
|
|
92
90
|
|
|
93
91
|
|
|
@@ -98,13 +96,13 @@ export interface ValidationEntry$instance {
|
|
|
98
96
|
|
|
99
97
|
readonly Key: string;
|
|
100
98
|
readonly Metadata: ModelMetadata;
|
|
101
|
-
readonly Model:
|
|
99
|
+
readonly Model: JsValue | null;
|
|
102
100
|
}
|
|
103
101
|
|
|
104
102
|
|
|
105
103
|
export const ValidationEntry: {
|
|
106
|
-
new(metadata: ModelMetadata, key: string, model:
|
|
107
|
-
new(metadata: ModelMetadata, key: string, modelAccessor: Func_1<
|
|
104
|
+
new(metadata: ModelMetadata, key: string, model: JsValue | null): ValidationEntry;
|
|
105
|
+
new(metadata: ModelMetadata, key: string, modelAccessor: Func_1<JsValue | null>): ValidationEntry;
|
|
108
106
|
};
|
|
109
107
|
|
|
110
108
|
|
|
@@ -142,15 +140,15 @@ export interface ClientValidatorItem$instance {
|
|
|
142
140
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ClientValidatorItem: never;
|
|
143
141
|
|
|
144
142
|
IsReusable: boolean;
|
|
145
|
-
get Validator(): IClientModelValidator |
|
|
146
|
-
set Validator(value: IClientModelValidator |
|
|
147
|
-
readonly ValidatorMetadata:
|
|
143
|
+
get Validator(): IClientModelValidator | null;
|
|
144
|
+
set Validator(value: IClientModelValidator | null);
|
|
145
|
+
readonly ValidatorMetadata: JsValue | null;
|
|
148
146
|
}
|
|
149
147
|
|
|
150
148
|
|
|
151
149
|
export const ClientValidatorItem: {
|
|
152
150
|
new(): ClientValidatorItem;
|
|
153
|
-
new(validatorMetadata:
|
|
151
|
+
new(validatorMetadata: JsValue | null): ClientValidatorItem;
|
|
154
152
|
};
|
|
155
153
|
|
|
156
154
|
|
|
@@ -161,7 +159,7 @@ export interface ClientValidatorProviderContext$instance {
|
|
|
161
159
|
|
|
162
160
|
readonly ModelMetadata: ModelMetadata;
|
|
163
161
|
readonly Results: IList_1<ClientValidatorItem>;
|
|
164
|
-
readonly ValidatorMetadata: IReadOnlyList_1<
|
|
162
|
+
readonly ValidatorMetadata: IReadOnlyList_1<JsValue>;
|
|
165
163
|
}
|
|
166
164
|
|
|
167
165
|
|
|
@@ -219,13 +217,13 @@ export type CompositeModelValidatorProvider = CompositeModelValidatorProvider$in
|
|
|
219
217
|
export interface ModelValidationContext$instance extends ModelValidationContextBase {
|
|
220
218
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ModelValidationContext: never;
|
|
221
219
|
|
|
222
|
-
readonly Container:
|
|
223
|
-
readonly Model:
|
|
220
|
+
readonly Container: JsValue | null;
|
|
221
|
+
readonly Model: JsValue | null;
|
|
224
222
|
}
|
|
225
223
|
|
|
226
224
|
|
|
227
225
|
export const ModelValidationContext: {
|
|
228
|
-
new(actionContext: ActionContext, modelMetadata: ModelMetadata, metadataProvider: IModelMetadataProvider, container:
|
|
226
|
+
new(actionContext: ActionContext, modelMetadata: ModelMetadata, metadataProvider: IModelMetadataProvider, container: JsValue | null, model: JsValue | null): ModelValidationContext;
|
|
229
227
|
};
|
|
230
228
|
|
|
231
229
|
|
|
@@ -256,7 +254,7 @@ export interface ModelValidationResult$instance {
|
|
|
256
254
|
|
|
257
255
|
|
|
258
256
|
export const ModelValidationResult: {
|
|
259
|
-
new(memberName: string, message: string): ModelValidationResult;
|
|
257
|
+
new(memberName: string | null, message: string | null): ModelValidationResult;
|
|
260
258
|
};
|
|
261
259
|
|
|
262
260
|
|
|
@@ -267,7 +265,7 @@ export interface ModelValidatorProviderContext$instance {
|
|
|
267
265
|
|
|
268
266
|
ModelMetadata: ModelMetadata;
|
|
269
267
|
readonly Results: IList_1<ValidatorItem>;
|
|
270
|
-
readonly ValidatorMetadata: IReadOnlyList_1<
|
|
268
|
+
readonly ValidatorMetadata: IReadOnlyList_1<JsValue>;
|
|
271
269
|
}
|
|
272
270
|
|
|
273
271
|
|
|
@@ -311,20 +309,20 @@ export interface ValidationStateDictionary$instance {
|
|
|
311
309
|
|
|
312
310
|
readonly Count: int;
|
|
313
311
|
readonly IsReadOnly: boolean;
|
|
314
|
-
get Item(): ValidationStateEntry |
|
|
315
|
-
set Item(value: ValidationStateEntry |
|
|
316
|
-
readonly Keys: ICollection_1<
|
|
312
|
+
get Item(): ValidationStateEntry | null;
|
|
313
|
+
set Item(value: ValidationStateEntry | null);
|
|
314
|
+
readonly Keys: ICollection_1<JsValue>;
|
|
317
315
|
readonly Values: ICollection_1<ValidationStateEntry>;
|
|
318
|
-
Add(item: KeyValuePair_2<
|
|
319
|
-
Add(key:
|
|
316
|
+
Add(item: KeyValuePair_2<JsValue, ValidationStateEntry>): void;
|
|
317
|
+
Add(key: JsValue, value: ValidationStateEntry): void;
|
|
320
318
|
Clear(): void;
|
|
321
|
-
Contains(item: KeyValuePair_2<
|
|
322
|
-
ContainsKey(key:
|
|
323
|
-
CopyTo(array: KeyValuePair_2<
|
|
324
|
-
GetEnumerator(): IEnumerator_1<KeyValuePair_2<
|
|
325
|
-
Remove(item: KeyValuePair_2<
|
|
326
|
-
Remove(key:
|
|
327
|
-
TryGetValue(key:
|
|
319
|
+
Contains(item: KeyValuePair_2<JsValue, ValidationStateEntry>): boolean;
|
|
320
|
+
ContainsKey(key: JsValue): boolean;
|
|
321
|
+
CopyTo(array: KeyValuePair_2<JsValue, ValidationStateEntry>[], arrayIndex: int): void;
|
|
322
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<JsValue, ValidationStateEntry>>;
|
|
323
|
+
Remove(item: KeyValuePair_2<JsValue, ValidationStateEntry>): boolean;
|
|
324
|
+
Remove(key: JsValue): boolean;
|
|
325
|
+
TryGetValue(key: JsValue, value: ValidationStateEntry): boolean;
|
|
328
326
|
}
|
|
329
327
|
|
|
330
328
|
|
|
@@ -358,13 +356,13 @@ export interface ValidationVisitor$instance {
|
|
|
358
356
|
get MaxValidationDepth(): Nullable_1<System_Internal.Int32>;
|
|
359
357
|
set MaxValidationDepth(value: Nullable_1<System_Internal.Int32> | int);
|
|
360
358
|
ValidateComplexTypesIfChildValidationFails: boolean;
|
|
361
|
-
GetValidationEntry(model:
|
|
359
|
+
GetValidationEntry(model: JsValue | null): ValidationStateEntry | null;
|
|
362
360
|
SuppressValidation(key: string): void;
|
|
363
|
-
Validate(metadata: ModelMetadata, key: string, model:
|
|
364
|
-
Validate(metadata: ModelMetadata, key: string, model:
|
|
365
|
-
Validate(metadata: ModelMetadata, key: string, model:
|
|
361
|
+
Validate(metadata: ModelMetadata, key: string, model: JsValue): boolean;
|
|
362
|
+
Validate(metadata: ModelMetadata | null, key: string | null, model: JsValue | null, alwaysValidateAtTopLevel: boolean): boolean;
|
|
363
|
+
Validate(metadata: ModelMetadata | null, key: string | null, model: JsValue | null, alwaysValidateAtTopLevel: boolean, container: JsValue | null): boolean;
|
|
366
364
|
ValidateNode(): boolean;
|
|
367
|
-
Visit(metadata: ModelMetadata, key: string, model:
|
|
365
|
+
Visit(metadata: ModelMetadata, key: string | null, model: JsValue | null): boolean;
|
|
368
366
|
VisitChildren(strategy: IValidationStrategy): boolean;
|
|
369
367
|
VisitComplexType(defaultStrategy: IValidationStrategy): boolean;
|
|
370
368
|
VisitSimpleType(): boolean;
|
|
@@ -372,12 +370,29 @@ export interface ValidationVisitor$instance {
|
|
|
372
370
|
|
|
373
371
|
|
|
374
372
|
export const ValidationVisitor: {
|
|
375
|
-
new(actionContext: ActionContext, validatorProvider: IModelValidatorProvider, validatorCache: ValidatorCache, metadataProvider: IModelMetadataProvider, validationState: ValidationStateDictionary): ValidationVisitor;
|
|
373
|
+
new(actionContext: ActionContext, validatorProvider: IModelValidatorProvider, validatorCache: ValidatorCache, metadataProvider: IModelMetadataProvider, validationState: ValidationStateDictionary | null): ValidationVisitor;
|
|
376
374
|
};
|
|
377
375
|
|
|
378
376
|
|
|
379
377
|
export type ValidationVisitor = ValidationVisitor$instance;
|
|
380
378
|
|
|
379
|
+
export interface ValidationVisitor_StateManager$instance {
|
|
380
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationVisitor_StateManager: never;
|
|
381
|
+
|
|
382
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
383
|
+
|
|
384
|
+
Dispose(): void;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
export const ValidationVisitor_StateManager: {
|
|
389
|
+
new(visitor: ValidationVisitor, newModel: JsValue | null): ValidationVisitor_StateManager;
|
|
390
|
+
Recurse(visitor: ValidationVisitor, key: string, metadata: ModelMetadata, model: JsValue | null, strategy: IValidationStrategy): ValidationVisitor_StateManager;
|
|
391
|
+
};
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
export type ValidationVisitor_StateManager = ValidationVisitor_StateManager$instance;
|
|
395
|
+
|
|
381
396
|
export interface ValidatorCache$instance {
|
|
382
397
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidatorCache: never;
|
|
383
398
|
|
|
@@ -396,15 +411,15 @@ export interface ValidatorItem$instance {
|
|
|
396
411
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidatorItem: never;
|
|
397
412
|
|
|
398
413
|
IsReusable: boolean;
|
|
399
|
-
get Validator(): IModelValidator |
|
|
400
|
-
set Validator(value: IModelValidator |
|
|
401
|
-
readonly ValidatorMetadata:
|
|
414
|
+
get Validator(): IModelValidator | null;
|
|
415
|
+
set Validator(value: IModelValidator | null);
|
|
416
|
+
readonly ValidatorMetadata: JsValue;
|
|
402
417
|
}
|
|
403
418
|
|
|
404
419
|
|
|
405
420
|
export const ValidatorItem: {
|
|
406
421
|
new(): ValidatorItem;
|
|
407
|
-
new(validatorMetadata:
|
|
422
|
+
new(validatorMetadata: JsValue): ValidatorItem;
|
|
408
423
|
};
|
|
409
424
|
|
|
410
425
|
|
|
@@ -10,7 +10,7 @@ import type { IModelMetadataProvider, ModelMetadata, ModelStateDictionary } from
|
|
|
10
10
|
import type { ActionContext } from './Microsoft.AspNetCore.Mvc/internal/index.js';
|
|
11
11
|
import type { ICollection, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
12
12
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
|
|
13
|
-
import type { Attribute, Boolean as ClrBoolean, Func, Int32, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { Attribute, Boolean as ClrBoolean, Func, IDisposable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
14
14
|
|
|
15
15
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
16
|
export { ClientModelValidationContext as ClientModelValidationContext } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
@@ -38,6 +38,7 @@ export type IObjectModelValidator = Internal.IObjectModelValidator;
|
|
|
38
38
|
export { ModelValidatorProviderExtensions$instance as ModelValidatorProviderExtensions } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
39
39
|
export { ValidateNeverAttribute as ValidateNeverAttribute } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
40
40
|
export { ValidationVisitor as ValidationVisitor } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
41
|
+
export { ValidationVisitor_StateManager as ValidationVisitor_StateManager } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
41
42
|
export { ValidatorCache as ValidatorCache } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
42
43
|
// Extension methods (C# using semantics)
|
|
43
44
|
export type { ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -44,6 +44,7 @@ export type IValueProvider = Internal.IValueProvider;
|
|
|
44
44
|
export type IValueProviderFactory = Internal.IValueProviderFactory;
|
|
45
45
|
export { ModelBinderProviderContext as ModelBinderProviderContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
46
46
|
export { ModelBindingContext as ModelBindingContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
47
|
+
export { ModelBindingContext_NestedScope as ModelBindingContext_NestedScope } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
47
48
|
export { ModelBindingResult as ModelBindingResult } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
48
49
|
export { ModelError as ModelError } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
49
50
|
export { ModelErrorCollection as ModelErrorCollection } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
@@ -51,19 +52,18 @@ export { ModelMetadata as ModelMetadata } from './Microsoft.AspNetCore.Mvc.Model
|
|
|
51
52
|
export { ModelMetadataProvider as ModelMetadataProvider } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
52
53
|
export { ModelPropertyCollection as ModelPropertyCollection } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
53
54
|
export { ModelStateDictionary as ModelStateDictionary } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
54
|
-
export { ModelStateEntry as ModelStateEntry } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
55
|
-
export { ModelValidationState as ModelValidationState } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
56
|
-
export { TooManyModelErrorsException as TooManyModelErrorsException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
57
|
-
export { ValueProviderException as ValueProviderException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
58
|
-
export { ValueProviderFactoryContext as ValueProviderFactoryContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
59
|
-
export { ValueProviderResult as ValueProviderResult } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
60
|
-
export { ModelBindingContext_NestedScope as ModelBindingContext_NestedScope } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
61
55
|
export { ModelStateDictionary_PrefixEnumerable as ModelStateDictionary_PrefixEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
62
56
|
export { ModelStateDictionary_Enumerator as ModelStateDictionary_Enumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
63
57
|
export { ModelStateDictionary_KeyEnumerable as ModelStateDictionary_KeyEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
64
58
|
export { ModelStateDictionary_KeyEnumerator as ModelStateDictionary_KeyEnumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
65
59
|
export { ModelStateDictionary_ValueEnumerable as ModelStateDictionary_ValueEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
66
60
|
export { ModelStateDictionary_ValueEnumerator as ModelStateDictionary_ValueEnumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
61
|
+
export { ModelStateEntry as ModelStateEntry } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
62
|
+
export { ModelValidationState as ModelValidationState } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
63
|
+
export { TooManyModelErrorsException as TooManyModelErrorsException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
64
|
+
export { ValueProviderException as ValueProviderException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
65
|
+
export { ValueProviderFactoryContext as ValueProviderFactoryContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
66
|
+
export { ValueProviderResult as ValueProviderResult } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
67
67
|
export { BindingBehavior as BindingBehavior } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
68
68
|
export { BindingBehaviorAttribute as BindingBehaviorAttribute } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
69
69
|
export { BindingSourceValueProvider as BindingSourceValueProvider } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Razor
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Razor
|
|
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 * as Microsoft_AspNetCore_Html_Internal from "../../Microsoft.AspNetCore.Html/internal/index.js";
|
|
@@ -46,12 +47,12 @@ export interface IRazorPage$instance {
|
|
|
46
47
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
47
48
|
|
|
48
49
|
ViewContext: ViewContext;
|
|
49
|
-
get BodyContent(): IHtmlContent |
|
|
50
|
-
set BodyContent(value: IHtmlContent |
|
|
50
|
+
get BodyContent(): IHtmlContent | null;
|
|
51
|
+
set BodyContent(value: IHtmlContent | null);
|
|
51
52
|
IsLayoutBeingRendered: boolean;
|
|
52
53
|
Path: string;
|
|
53
|
-
get Layout(): string |
|
|
54
|
-
set Layout(value: string |
|
|
54
|
+
get Layout(): string | null;
|
|
55
|
+
set Layout(value: string | null);
|
|
55
56
|
PreviousSectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
56
57
|
readonly SectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
57
58
|
EnsureRenderedBodyOrSections(): void;
|
|
@@ -84,9 +85,9 @@ export interface IRazorViewEngine$instance extends IViewEngine {
|
|
|
84
85
|
|
|
85
86
|
FindPage(context: ActionContext, pageName: string): RazorPageResult;
|
|
86
87
|
FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
|
|
87
|
-
GetAbsolutePath(executingFilePath: string, pagePath: string): string |
|
|
88
|
+
GetAbsolutePath(executingFilePath: string | null, pagePath: string | null): string | null;
|
|
88
89
|
GetPage(executingFilePath: string, pagePath: string): RazorPageResult;
|
|
89
|
-
GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
90
|
+
GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
|
|
@@ -134,14 +135,14 @@ export type IViewLocationExpander = IViewLocationExpander$instance;
|
|
|
134
135
|
export interface RazorPageFactoryResult$instance {
|
|
135
136
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageFactoryResult: never;
|
|
136
137
|
|
|
137
|
-
readonly RazorPageFactory: Func_1<IRazorPage> |
|
|
138
|
+
readonly RazorPageFactory: Func_1<IRazorPage> | null;
|
|
138
139
|
readonly Success: boolean;
|
|
139
|
-
readonly ViewDescriptor: CompiledViewDescriptor |
|
|
140
|
+
readonly ViewDescriptor: CompiledViewDescriptor | null;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
|
|
143
144
|
export const RazorPageFactoryResult: {
|
|
144
|
-
new(viewDescriptor: CompiledViewDescriptor, razorPageFactory: Func_1<IRazorPage>): RazorPageFactoryResult;
|
|
145
|
+
new(viewDescriptor: CompiledViewDescriptor, razorPageFactory: Func_1<IRazorPage> | null): RazorPageFactoryResult;
|
|
145
146
|
};
|
|
146
147
|
|
|
147
148
|
|
|
@@ -151,8 +152,8 @@ export interface RazorPageResult$instance {
|
|
|
151
152
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageResult: never;
|
|
152
153
|
|
|
153
154
|
readonly Name: string;
|
|
154
|
-
readonly Page: IRazorPage |
|
|
155
|
-
readonly SearchedLocations: IEnumerable_1<System_Internal.String> |
|
|
155
|
+
readonly Page: IRazorPage | null;
|
|
156
|
+
readonly SearchedLocations: IEnumerable_1<System_Internal.String> | null;
|
|
156
157
|
}
|
|
157
158
|
|
|
158
159
|
|
|
@@ -223,10 +224,10 @@ export interface RazorPage$instance extends RazorPageBase$instance {
|
|
|
223
224
|
IgnoreSection(sectionName: string): void;
|
|
224
225
|
IsSectionDefined(name: string): boolean;
|
|
225
226
|
RenderBody(): IHtmlContent;
|
|
226
|
-
RenderSection(name: string): HtmlString |
|
|
227
|
-
RenderSection(name: string, required: boolean): HtmlString |
|
|
228
|
-
RenderSectionAsync(name: string): Task_1<HtmlString |
|
|
229
|
-
RenderSectionAsync(name: string, required: boolean): Task_1<HtmlString |
|
|
227
|
+
RenderSection(name: string): HtmlString | null;
|
|
228
|
+
RenderSection(name: string, required: boolean): HtmlString | null;
|
|
229
|
+
RenderSectionAsync(name: string): Task_1<HtmlString | null>;
|
|
230
|
+
RenderSectionAsync(name: string, required: boolean): Task_1<HtmlString | null>;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
233
|
|
|
@@ -288,22 +289,22 @@ export interface RazorPageBase$instance extends IRazorPage$instance {
|
|
|
288
289
|
|
|
289
290
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
290
291
|
|
|
291
|
-
get BodyContent(): IHtmlContent |
|
|
292
|
-
set BodyContent(value: IHtmlContent |
|
|
292
|
+
get BodyContent(): IHtmlContent | null;
|
|
293
|
+
set BodyContent(value: IHtmlContent | null);
|
|
293
294
|
DiagnosticSource: DiagnosticSource;
|
|
294
295
|
HtmlEncoder: HtmlEncoder;
|
|
295
296
|
IsLayoutBeingRendered: boolean;
|
|
296
|
-
get Layout(): string |
|
|
297
|
-
set Layout(value: string |
|
|
297
|
+
get Layout(): string | null;
|
|
298
|
+
set Layout(value: string | null);
|
|
298
299
|
readonly Output: TextWriter;
|
|
299
300
|
Path: string;
|
|
300
301
|
PreviousSectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
301
302
|
readonly SectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
302
303
|
readonly TempData: ITempDataDictionary;
|
|
303
304
|
readonly User: ClaimsPrincipal;
|
|
304
|
-
readonly ViewBag:
|
|
305
|
+
readonly ViewBag: JsValue;
|
|
305
306
|
ViewContext: ViewContext;
|
|
306
|
-
AddHtmlAttributeValue(prefix: string, prefixOffset: int, value:
|
|
307
|
+
AddHtmlAttributeValue(prefix: string | null, prefixOffset: int, value: JsValue | null, valueOffset: int, valueLength: int, isLiteral: boolean): void;
|
|
307
308
|
BeginAddHtmlAttributeValues(executionContext: TagHelperExecutionContext, attributeName: string, attributeValuesCount: int, attributeValueStyle: HtmlAttributeValueStyle): void;
|
|
308
309
|
BeginContext(position: int, length: int, isLiteral: boolean): void;
|
|
309
310
|
BeginWriteAttribute(name: string, prefix: string, prefixOffset: int, suffix: string, suffixOffset: int, attributeValuesCount: int): void;
|
|
@@ -324,11 +325,11 @@ export interface RazorPageBase$instance extends IRazorPage$instance {
|
|
|
324
325
|
PushWriter(writer: TextWriter): void;
|
|
325
326
|
SetAntiforgeryCookieAndHeader(): HtmlString;
|
|
326
327
|
StartTagHelperWritingScope(encoder: HtmlEncoder): void;
|
|
327
|
-
Write(value:
|
|
328
|
-
Write(value: string): void;
|
|
329
|
-
WriteAttributeValue(prefix: string, prefixOffset: int, value:
|
|
330
|
-
WriteLiteral(value:
|
|
331
|
-
WriteLiteral(value: string): void;
|
|
328
|
+
Write(value: JsValue | null): void;
|
|
329
|
+
Write(value: string | null): void;
|
|
330
|
+
WriteAttributeValue(prefix: string, prefixOffset: int, value: JsValue | null, valueOffset: int, valueLength: int, isLiteral: boolean): void;
|
|
331
|
+
WriteLiteral(value: JsValue | null): void;
|
|
332
|
+
WriteLiteral(value: string | null): void;
|
|
332
333
|
}
|
|
333
334
|
|
|
334
335
|
|
|
@@ -375,16 +376,16 @@ export interface RazorViewEngine$instance {
|
|
|
375
376
|
|
|
376
377
|
FindPage(context: ActionContext, pageName: string): RazorPageResult;
|
|
377
378
|
FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
|
|
378
|
-
GetAbsolutePath(executingFilePath: string, pagePath: string): string |
|
|
379
|
+
GetAbsolutePath(executingFilePath: string | null, pagePath: string | null): string | null;
|
|
379
380
|
GetPage(executingFilePath: string, pagePath: string): RazorPageResult;
|
|
380
|
-
GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
381
|
+
GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
381
382
|
}
|
|
382
383
|
|
|
383
384
|
|
|
384
385
|
export const RazorViewEngine: {
|
|
385
386
|
new(pageFactory: IRazorPageFactoryProvider, pageActivator: IRazorPageActivator, htmlEncoder: HtmlEncoder, optionsAccessor: IOptions_1<RazorViewEngineOptions>, loggerFactory: ILoggerFactory, diagnosticListener: DiagnosticListener): RazorViewEngine;
|
|
386
387
|
readonly ViewExtension: string;
|
|
387
|
-
GetNormalizedRouteValue(context: ActionContext, key: string): string |
|
|
388
|
+
GetNormalizedRouteValue(context: ActionContext, key: string): string | null;
|
|
388
389
|
};
|
|
389
390
|
|
|
390
391
|
|
|
@@ -439,17 +440,17 @@ export interface ViewLocationExpanderContext$instance {
|
|
|
439
440
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_ViewLocationExpanderContext: never;
|
|
440
441
|
|
|
441
442
|
readonly ActionContext: ActionContext;
|
|
442
|
-
readonly AreaName: string |
|
|
443
|
-
readonly ControllerName: string |
|
|
443
|
+
readonly AreaName: string | null;
|
|
444
|
+
readonly ControllerName: string | null;
|
|
444
445
|
readonly IsMainPage: boolean;
|
|
445
|
-
readonly PageName: string |
|
|
446
|
-
Values: IDictionary_2<System_Internal.String, string |
|
|
446
|
+
readonly PageName: string | null;
|
|
447
|
+
Values: IDictionary_2<System_Internal.String, string | null>;
|
|
447
448
|
readonly ViewName: string;
|
|
448
449
|
}
|
|
449
450
|
|
|
450
451
|
|
|
451
452
|
export const ViewLocationExpanderContext: {
|
|
452
|
-
new(actionContext: ActionContext, viewName: string, controllerName: string, areaName: string, pageName: string, isMainPage: boolean): ViewLocationExpanderContext;
|
|
453
|
+
new(actionContext: ActionContext, viewName: string, controllerName: string | null, areaName: string | null, pageName: string | null, isMainPage: boolean): ViewLocationExpanderContext;
|
|
453
454
|
};
|
|
454
455
|
|
|
455
456
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Razor.Compilation
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Razor
|
|
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 { RazorCompiledItem } from "../../Microsoft.AspNetCore.Razor.Hosting/internal/index.js";
|
|
@@ -34,14 +35,14 @@ export type IViewCompilerProvider = IViewCompilerProvider$instance;
|
|
|
34
35
|
export interface CompiledViewDescriptor$instance {
|
|
35
36
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_Compilation_CompiledViewDescriptor: never;
|
|
36
37
|
|
|
37
|
-
get ExpirationTokens(): IList_1<IChangeToken> |
|
|
38
|
-
set ExpirationTokens(value: IList_1<IChangeToken> |
|
|
39
|
-
get Item(): RazorCompiledItem |
|
|
40
|
-
set Item(value: RazorCompiledItem |
|
|
38
|
+
get ExpirationTokens(): IList_1<IChangeToken> | null;
|
|
39
|
+
set ExpirationTokens(value: IList_1<IChangeToken> | null);
|
|
40
|
+
get Item(): RazorCompiledItem | null;
|
|
41
|
+
set Item(value: RazorCompiledItem | null);
|
|
41
42
|
RelativePath: string;
|
|
42
|
-
readonly Type: Type |
|
|
43
|
-
get ViewAttribute(): RazorViewAttribute |
|
|
44
|
-
set ViewAttribute(value: RazorViewAttribute |
|
|
43
|
+
readonly Type: Type | null;
|
|
44
|
+
get ViewAttribute(): RazorViewAttribute | null;
|
|
45
|
+
set ViewAttribute(value: RazorViewAttribute | null);
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Razor.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Razor
|
|
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 * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Razor.Internal
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Razor
|
|
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 * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -12,8 +13,8 @@ import type { Attribute, Object as ClrObject } from "@tsonic/dotnet/System/inter
|
|
|
12
13
|
export interface RazorInjectAttribute$instance extends Attribute {
|
|
13
14
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_Internal_RazorInjectAttribute: never;
|
|
14
15
|
|
|
15
|
-
get Key():
|
|
16
|
-
set Key(value:
|
|
16
|
+
get Key(): JsValue | null;
|
|
17
|
+
set Key(value: JsValue | null);
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Razor.TagHelpers
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Razor
|
|
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 { IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
|