@tsonic/aspnetcore 10.0.40 → 10.0.42
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.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- 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.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- 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.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- 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.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- 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.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -5,12 +5,16 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IModelMetadataProvider, ModelMetadata, ModelStateDictionary } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
10
14
|
import type { ActionContext } from './Microsoft.AspNetCore.Mvc/internal/index.js';
|
|
11
15
|
import type { ICollection, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
12
16
|
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';
|
|
17
|
+
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
18
|
|
|
15
19
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
20
|
export { ClientModelValidationContext as ClientModelValidationContext } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
@@ -38,6 +42,7 @@ export type IObjectModelValidator = Internal.IObjectModelValidator;
|
|
|
38
42
|
export { ModelValidatorProviderExtensions$instance as ModelValidatorProviderExtensions } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
39
43
|
export { ValidateNeverAttribute as ValidateNeverAttribute } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
40
44
|
export { ValidationVisitor as ValidationVisitor } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
45
|
+
export { ValidationVisitor_StateManager as ValidationVisitor_StateManager } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
41
46
|
export { ValidatorCache as ValidatorCache } from './Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js';
|
|
42
47
|
// Extension methods (C# using semantics)
|
|
43
48
|
export type { ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpContext, IFormCollection, IFormFileCollection, IQueryCollection } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { ParameterDescriptor } from './Microsoft.AspNetCore.Mvc.Abstractions/internal/index.js';
|
|
@@ -44,6 +48,7 @@ export type IValueProvider = Internal.IValueProvider;
|
|
|
44
48
|
export type IValueProviderFactory = Internal.IValueProviderFactory;
|
|
45
49
|
export { ModelBinderProviderContext as ModelBinderProviderContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
46
50
|
export { ModelBindingContext as ModelBindingContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
51
|
+
export { ModelBindingContext_NestedScope as ModelBindingContext_NestedScope } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
47
52
|
export { ModelBindingResult as ModelBindingResult } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
48
53
|
export { ModelError as ModelError } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
49
54
|
export { ModelErrorCollection as ModelErrorCollection } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
@@ -51,19 +56,18 @@ export { ModelMetadata as ModelMetadata } from './Microsoft.AspNetCore.Mvc.Model
|
|
|
51
56
|
export { ModelMetadataProvider as ModelMetadataProvider } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
52
57
|
export { ModelPropertyCollection as ModelPropertyCollection } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
53
58
|
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
59
|
export { ModelStateDictionary_PrefixEnumerable as ModelStateDictionary_PrefixEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
62
60
|
export { ModelStateDictionary_Enumerator as ModelStateDictionary_Enumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
63
61
|
export { ModelStateDictionary_KeyEnumerable as ModelStateDictionary_KeyEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
64
62
|
export { ModelStateDictionary_KeyEnumerator as ModelStateDictionary_KeyEnumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
65
63
|
export { ModelStateDictionary_ValueEnumerable as ModelStateDictionary_ValueEnumerable } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
66
64
|
export { ModelStateDictionary_ValueEnumerator as ModelStateDictionary_ValueEnumerator } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
65
|
+
export { ModelStateEntry as ModelStateEntry } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
66
|
+
export { ModelValidationState as ModelValidationState } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
67
|
+
export { TooManyModelErrorsException as TooManyModelErrorsException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
68
|
+
export { ValueProviderException as ValueProviderException } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
69
|
+
export { ValueProviderFactoryContext as ValueProviderFactoryContext } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
70
|
+
export { ValueProviderResult as ValueProviderResult } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
67
71
|
export { BindingBehavior as BindingBehavior } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
68
72
|
export { BindingBehaviorAttribute as BindingBehaviorAttribute } from './Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js';
|
|
69
73
|
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 { 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
|
|
|
@@ -97,7 +98,7 @@ export type IRazorViewEngine = IRazorViewEngine$instance;
|
|
|
97
98
|
export interface ITagHelperActivator$instance {
|
|
98
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_ITagHelperActivator: never;
|
|
99
100
|
|
|
100
|
-
Create<TTagHelper extends ITagHelper>(context: ViewContext): TTagHelper;
|
|
101
|
+
Create<TTagHelper extends unknown & ITagHelper>(context: ViewContext): TTagHelper;
|
|
101
102
|
}
|
|
102
103
|
|
|
103
104
|
|
|
@@ -106,20 +107,20 @@ export type ITagHelperActivator = ITagHelperActivator$instance;
|
|
|
106
107
|
export interface ITagHelperFactory$instance {
|
|
107
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_ITagHelperFactory: never;
|
|
108
109
|
|
|
109
|
-
CreateTagHelper<TTagHelper extends ITagHelper>(context: ViewContext): TTagHelper;
|
|
110
|
+
CreateTagHelper<TTagHelper extends unknown & ITagHelper>(context: ViewContext): TTagHelper;
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
|
|
113
114
|
export type ITagHelperFactory = ITagHelperFactory$instance;
|
|
114
115
|
|
|
115
|
-
export interface ITagHelperInitializer_1$instance<TTagHelper extends ITagHelper> {
|
|
116
|
+
export interface ITagHelperInitializer_1$instance<TTagHelper extends unknown & ITagHelper> {
|
|
116
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_ITagHelperInitializer_1: never;
|
|
117
118
|
|
|
118
119
|
Initialize(helper: TTagHelper, context: ViewContext): void;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
|
|
122
|
-
export type ITagHelperInitializer_1<TTagHelper extends ITagHelper> = ITagHelperInitializer_1$instance<TTagHelper>;
|
|
123
|
+
export type ITagHelperInitializer_1<TTagHelper extends unknown & ITagHelper> = ITagHelperInitializer_1$instance<TTagHelper>;
|
|
123
124
|
|
|
124
125
|
export interface IViewLocationExpander$instance {
|
|
125
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IViewLocationExpander: never;
|
|
@@ -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
|
|
|
@@ -209,7 +210,7 @@ export interface __LanguageViewLocationExpander$views {
|
|
|
209
210
|
export type LanguageViewLocationExpander = LanguageViewLocationExpander$instance & __LanguageViewLocationExpander$views;
|
|
210
211
|
|
|
211
212
|
|
|
212
|
-
export interface RazorPage$instance extends RazorPageBase$instance {
|
|
213
|
+
export interface RazorPage$instance extends RazorPageBase$instance, IRazorPage$instance {
|
|
213
214
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPage: never;
|
|
214
215
|
|
|
215
216
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
@@ -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
|
|
|
@@ -241,7 +242,7 @@ export interface __RazorPage$views {
|
|
|
241
242
|
export type RazorPage = RazorPage$instance & __RazorPage$views;
|
|
242
243
|
|
|
243
244
|
|
|
244
|
-
export interface RazorPage_1$instance<TModel> extends RazorPage$instance {
|
|
245
|
+
export interface RazorPage_1$instance<TModel extends unknown> extends RazorPage$instance, IRazorPage$instance {
|
|
245
246
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPage_1: never;
|
|
246
247
|
|
|
247
248
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
@@ -251,15 +252,15 @@ export interface RazorPage_1$instance<TModel> extends RazorPage$instance {
|
|
|
251
252
|
}
|
|
252
253
|
|
|
253
254
|
|
|
254
|
-
export const RazorPage_1: (abstract new<TModel>() => RazorPage_1<TModel>) & {
|
|
255
|
+
export const RazorPage_1: (abstract new<TModel extends unknown>() => RazorPage_1<TModel>) & {
|
|
255
256
|
};
|
|
256
257
|
|
|
257
258
|
|
|
258
|
-
export interface __RazorPage_1$views<TModel> {
|
|
259
|
+
export interface __RazorPage_1$views<TModel extends unknown> {
|
|
259
260
|
As_IRazorPage(): IRazorPage$instance;
|
|
260
261
|
}
|
|
261
262
|
|
|
262
|
-
export type RazorPage_1<TModel> = RazorPage_1$instance<TModel> & __RazorPage_1$views<TModel>;
|
|
263
|
+
export type RazorPage_1<TModel extends unknown> = RazorPage_1$instance<TModel> & __RazorPage_1$views<TModel>;
|
|
263
264
|
|
|
264
265
|
|
|
265
266
|
export interface RazorPageActivator$instance extends IRazorPageActivator$instance {
|
|
@@ -288,13 +289,13 @@ 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>;
|
|
@@ -303,12 +304,12 @@ export interface RazorPageBase$instance extends IRazorPage$instance {
|
|
|
303
304
|
readonly User: ClaimsPrincipal;
|
|
304
305
|
readonly ViewBag: unknown;
|
|
305
306
|
ViewContext: ViewContext;
|
|
306
|
-
AddHtmlAttributeValue(prefix: string, prefixOffset: int, value: unknown, valueOffset: int, valueLength: int, isLiteral: boolean): void;
|
|
307
|
+
AddHtmlAttributeValue(prefix: string | null, prefixOffset: int, value: unknown | 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;
|
|
310
311
|
BeginWriteTagHelperAttribute(): void;
|
|
311
|
-
CreateTagHelper<TTagHelper extends ITagHelper>(): TTagHelper;
|
|
312
|
+
CreateTagHelper<TTagHelper extends unknown & ITagHelper>(): TTagHelper;
|
|
312
313
|
DefineSection(name: string, section: RenderAsyncDelegate): void;
|
|
313
314
|
EndAddHtmlAttributeValues(executionContext: TagHelperExecutionContext): void;
|
|
314
315
|
EndContext(): 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: unknown): void;
|
|
328
|
-
Write(value: string): void;
|
|
329
|
-
WriteAttributeValue(prefix: string, prefixOffset: int, value: unknown, valueOffset: int, valueLength: int, isLiteral: boolean): void;
|
|
330
|
-
WriteLiteral(value: unknown): void;
|
|
331
|
-
WriteLiteral(value: string): void;
|
|
328
|
+
Write(value: unknown | null): void;
|
|
329
|
+
Write(value: string | null): void;
|
|
330
|
+
WriteAttributeValue(prefix: string, prefixOffset: int, value: unknown | null, valueOffset: int, valueLength: int, isLiteral: boolean): void;
|
|
331
|
+
WriteLiteral(value: unknown | null): void;
|
|
332
|
+
WriteLiteral(value: string | null): void;
|
|
332
333
|
}
|
|
333
334
|
|
|
334
335
|
|
|
@@ -367,7 +368,7 @@ export interface __RazorView$views {
|
|
|
367
368
|
export type RazorView = RazorView$instance & __RazorView$views;
|
|
368
369
|
|
|
369
370
|
|
|
370
|
-
export interface RazorViewEngine$instance {
|
|
371
|
+
export interface RazorViewEngine$instance extends IRazorViewEngine$instance {
|
|
371
372
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorViewEngine: never;
|
|
372
373
|
|
|
373
374
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorViewEngine: never;
|
|
@@ -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
|
|
|
@@ -414,7 +415,7 @@ export const RazorViewEngineOptions: {
|
|
|
414
415
|
|
|
415
416
|
export type RazorViewEngineOptions = RazorViewEngineOptions$instance;
|
|
416
417
|
|
|
417
|
-
export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper> extends ITagHelperInitializer_1$instance<TTagHelper> {
|
|
418
|
+
export interface TagHelperInitializer_1$instance<TTagHelper extends unknown & ITagHelper> extends ITagHelperInitializer_1$instance<TTagHelper> {
|
|
418
419
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelperInitializer_1: never;
|
|
419
420
|
|
|
420
421
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_ITagHelperInitializer_1: never;
|
|
@@ -424,32 +425,32 @@ export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper>
|
|
|
424
425
|
|
|
425
426
|
|
|
426
427
|
export const TagHelperInitializer_1: {
|
|
427
|
-
new<TTagHelper extends ITagHelper>(action: Action_2<TTagHelper, ViewContext>): TagHelperInitializer_1<TTagHelper>;
|
|
428
|
+
new<TTagHelper extends unknown & ITagHelper>(action: Action_2<TTagHelper, ViewContext>): TagHelperInitializer_1<TTagHelper>;
|
|
428
429
|
};
|
|
429
430
|
|
|
430
431
|
|
|
431
|
-
export interface __TagHelperInitializer_1$views<TTagHelper extends ITagHelper> {
|
|
432
|
+
export interface __TagHelperInitializer_1$views<TTagHelper extends unknown & ITagHelper> {
|
|
432
433
|
As_ITagHelperInitializer_1(): ITagHelperInitializer_1$instance<TTagHelper>;
|
|
433
434
|
}
|
|
434
435
|
|
|
435
|
-
export type TagHelperInitializer_1<TTagHelper extends ITagHelper> = TagHelperInitializer_1$instance<TTagHelper> & __TagHelperInitializer_1$views<TTagHelper>;
|
|
436
|
+
export type TagHelperInitializer_1<TTagHelper extends unknown & ITagHelper> = TagHelperInitializer_1$instance<TTagHelper> & __TagHelperInitializer_1$views<TTagHelper>;
|
|
436
437
|
|
|
437
438
|
|
|
438
439
|
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 { 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
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { RazorCompiledItem } from './Microsoft.AspNetCore.Razor.Hosting/internal/index.js';
|
|
10
14
|
import type { IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -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 { 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";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Object as ClrObject } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { IMemoryCache } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory.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 { 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(): unknown |
|
|
16
|
-
set Key(value: unknown |
|
|
16
|
+
get Key(): unknown | null;
|
|
17
|
+
set Key(value: unknown | null);
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Attribute, Object as ClrObject } from '@tsonic/dotnet/System.js';
|
|
10
14
|
|
|
@@ -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 { 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";
|
|
@@ -122,7 +120,7 @@ export const TagHelperFeature: {
|
|
|
122
120
|
|
|
123
121
|
export type TagHelperFeature = TagHelperFeature$instance;
|
|
124
122
|
|
|
125
|
-
export interface TagHelperFeatureProvider$instance extends
|
|
123
|
+
export interface TagHelperFeatureProvider$instance extends Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<TagHelperFeature> {
|
|
126
124
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_TagHelperFeatureProvider: never;
|
|
127
125
|
|
|
128
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
|
|
@@ -146,7 +144,7 @@ export interface __TagHelperFeatureProvider$views {
|
|
|
146
144
|
export type TagHelperFeatureProvider = TagHelperFeatureProvider$instance & __TagHelperFeatureProvider$views;
|
|
147
145
|
|
|
148
146
|
|
|
149
|
-
export interface UrlResolutionTagHelper$instance extends TagHelper {
|
|
147
|
+
export interface UrlResolutionTagHelper$instance extends TagHelper, Microsoft_AspNetCore_Razor_TagHelpers_Internal.ITagHelper$instance {
|
|
150
148
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper: never;
|
|
151
149
|
|
|
152
150
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelper: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IHtmlContent } from './Microsoft.AspNetCore.Html/internal/index.js';
|
|
10
14
|
import type { ApplicationPart, IApplicationFeatureProvider, IApplicationFeatureProvider_1 } from './Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Razor/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HtmlString, IHtmlContent } from './Microsoft.AspNetCore.Html/internal/index.js';
|
|
10
14
|
import type { HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
@@ -37,7 +41,7 @@ export type IRazorPageFactoryProvider = Internal.IRazorPageFactoryProvider;
|
|
|
37
41
|
export type IRazorViewEngine = Internal.IRazorViewEngine;
|
|
38
42
|
export type ITagHelperActivator = Internal.ITagHelperActivator;
|
|
39
43
|
export type ITagHelperFactory = Internal.ITagHelperFactory;
|
|
40
|
-
export type ITagHelperInitializer<TTagHelper extends Internal.ITagHelper> = Internal.ITagHelperInitializer_1<TTagHelper>;
|
|
44
|
+
export type ITagHelperInitializer<TTagHelper extends unknown & Internal.ITagHelper> = Internal.ITagHelperInitializer_1<TTagHelper>;
|
|
41
45
|
export type IViewLocationExpander = Internal.IViewLocationExpander;
|
|
42
46
|
export { LanguageViewLocationExpander as LanguageViewLocationExpander } from './Microsoft.AspNetCore.Mvc.Razor/internal/index.js';
|
|
43
47
|
export { LanguageViewLocationExpanderFormat as LanguageViewLocationExpanderFormat } from './Microsoft.AspNetCore.Mvc.Razor/internal/index.js';
|
|
@@ -60,8 +64,8 @@ declare const __unspecified: unique symbol;
|
|
|
60
64
|
export type __ = typeof __unspecified;
|
|
61
65
|
|
|
62
66
|
export type RazorPage<
|
|
63
|
-
T1 = __,
|
|
67
|
+
T1 extends unknown | __ = __,
|
|
64
68
|
> =
|
|
65
69
|
[T1] extends [__] ? Internal.RazorPage :
|
|
66
|
-
Internal.RazorPage_1<T1
|
|
70
|
+
[T1] extends [unknown] ? Internal.RazorPage_1<T1> : never;
|
|
67
71
|
|