@tsonic/aspnetcore 10.0.41 → 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 +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- 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 +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- 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 +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- 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 +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- 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 +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -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 +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- 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 +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- 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 +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- 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 +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- 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 +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- 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 +1 -1
- 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 +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- 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 +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- 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 +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- 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 +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- 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 +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- 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 +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- 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 +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -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 +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- 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 +5 -5
- 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 +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- 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 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.TagHelpers, Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -85,102 +85,102 @@ export interface IHtmlHelper$instance {
|
|
|
85
85
|
Html5DateRenderingMode: Html5DateRenderingMode;
|
|
86
86
|
readonly IdAttributeDotReplacement: string;
|
|
87
87
|
readonly MetadataProvider: IModelMetadataProvider;
|
|
88
|
-
readonly ViewBag:
|
|
88
|
+
readonly ViewBag: unknown;
|
|
89
89
|
readonly ViewContext: ViewContext;
|
|
90
90
|
readonly ViewData: ViewDataDictionary;
|
|
91
91
|
readonly TempData: ITempDataDictionary;
|
|
92
92
|
readonly UrlEncoder: UrlEncoder;
|
|
93
|
-
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues:
|
|
93
|
+
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
94
94
|
AntiForgeryToken(): IHtmlContent;
|
|
95
|
-
BeginForm(actionName: string, controllerName: string, routeValues:
|
|
96
|
-
BeginRouteForm(routeName: string, routeValues:
|
|
97
|
-
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes:
|
|
98
|
-
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData:
|
|
95
|
+
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
96
|
+
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
97
|
+
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
98
|
+
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
99
99
|
DisplayName(expression: string): string;
|
|
100
|
-
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes:
|
|
101
|
-
Encode(value:
|
|
100
|
+
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
101
|
+
Encode(value: unknown): string;
|
|
102
102
|
EndForm(): void;
|
|
103
|
-
FormatValue(value:
|
|
104
|
-
GetEnumSelectList<TEnum extends NonNullable<
|
|
103
|
+
FormatValue(value: unknown, format: string): string;
|
|
104
|
+
GetEnumSelectList<TEnum extends NonNullable<unknown>>(): IEnumerable_1<SelectListItem>;
|
|
105
105
|
GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
|
|
106
|
-
Hidden(expression: string, value:
|
|
107
|
-
Label(expression: string, labelText: string, htmlAttributes:
|
|
108
|
-
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes:
|
|
109
|
-
PartialAsync(partialViewName: string, model:
|
|
110
|
-
RadioButton(expression: string, value:
|
|
111
|
-
Raw(value:
|
|
106
|
+
Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
107
|
+
Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
108
|
+
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
109
|
+
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
110
|
+
RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
111
|
+
Raw(value: unknown): IHtmlContent;
|
|
112
112
|
Raw(value: string): IHtmlContent;
|
|
113
|
-
RenderPartialAsync(partialViewName: string, model:
|
|
114
|
-
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues:
|
|
115
|
-
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes:
|
|
116
|
-
TextBox(expression: string, value:
|
|
117
|
-
ValidationMessage(expression: string, message: string, htmlAttributes:
|
|
118
|
-
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes:
|
|
113
|
+
RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
|
|
114
|
+
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
115
|
+
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
116
|
+
TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
|
|
117
|
+
ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
118
|
+
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
119
119
|
Value(expression: string, format: string): string;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
export type IHtmlHelper = IHtmlHelper$instance;
|
|
124
124
|
|
|
125
|
-
export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
|
|
125
|
+
export interface IHtmlHelper_1$instance<TModel extends unknown> extends IHtmlHelper {
|
|
126
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
|
|
127
127
|
|
|
128
128
|
readonly ViewData: ViewDataDictionary_1<TModel>;
|
|
129
129
|
Html5DateRenderingMode: Html5DateRenderingMode;
|
|
130
130
|
readonly IdAttributeDotReplacement: string;
|
|
131
131
|
readonly MetadataProvider: IModelMetadataProvider;
|
|
132
|
-
readonly ViewBag:
|
|
132
|
+
readonly ViewBag: unknown;
|
|
133
133
|
readonly ViewContext: ViewContext;
|
|
134
134
|
readonly TempData: ITempDataDictionary;
|
|
135
135
|
readonly UrlEncoder: UrlEncoder;
|
|
136
|
-
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues:
|
|
136
|
+
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
137
137
|
AntiForgeryToken(): IHtmlContent;
|
|
138
|
-
BeginForm(actionName: string, controllerName: string, routeValues:
|
|
139
|
-
BeginRouteForm(routeName: string, routeValues:
|
|
140
|
-
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes:
|
|
141
|
-
CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes:
|
|
142
|
-
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData:
|
|
143
|
-
DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData:
|
|
144
|
-
DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
145
|
-
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes:
|
|
146
|
-
DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes:
|
|
147
|
-
Encode(value:
|
|
138
|
+
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
139
|
+
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
140
|
+
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
141
|
+
CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
|
|
142
|
+
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
143
|
+
DisplayFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
144
|
+
DisplayNameFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
145
|
+
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
146
|
+
DropDownListFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
147
|
+
Encode(value: unknown): string;
|
|
148
148
|
Encode(value: string): string;
|
|
149
149
|
EndForm(): void;
|
|
150
|
-
FormatValue(value:
|
|
151
|
-
GetEnumSelectList<TEnum extends NonNullable<
|
|
150
|
+
FormatValue(value: unknown, format: string): string;
|
|
151
|
+
GetEnumSelectList<TEnum extends NonNullable<unknown>>(): IEnumerable_1<SelectListItem>;
|
|
152
152
|
GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
|
|
153
153
|
GetEnumSelectList<TEnum>(): IEnumerable_1<SelectListItem>;
|
|
154
|
-
Hidden(expression: string, value:
|
|
155
|
-
Label(expression: string, labelText: string, htmlAttributes:
|
|
156
|
-
LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes:
|
|
157
|
-
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes:
|
|
158
|
-
ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes:
|
|
159
|
-
PartialAsync(partialViewName: string, model:
|
|
160
|
-
RadioButton(expression: string, value:
|
|
161
|
-
RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value:
|
|
162
|
-
Raw(value:
|
|
154
|
+
Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
155
|
+
Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
156
|
+
LabelFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
157
|
+
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
158
|
+
ListBoxFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
159
|
+
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
160
|
+
RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
161
|
+
RadioButtonFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
162
|
+
Raw(value: unknown): IHtmlContent;
|
|
163
163
|
Raw(value: string): IHtmlContent;
|
|
164
|
-
RenderPartialAsync(partialViewName: string, model:
|
|
165
|
-
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues:
|
|
166
|
-
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes:
|
|
167
|
-
TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes:
|
|
168
|
-
TextBox(expression: string, value:
|
|
169
|
-
ValidationMessage(expression: string, message: string, htmlAttributes:
|
|
170
|
-
ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes:
|
|
171
|
-
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes:
|
|
164
|
+
RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
|
|
165
|
+
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
166
|
+
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
167
|
+
TextAreaFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
168
|
+
TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
|
|
169
|
+
ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
170
|
+
ValidationMessageFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
171
|
+
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
172
172
|
Value(expression: string, format: string): string;
|
|
173
|
-
ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
|
|
173
|
+
ValueFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
|
|
174
174
|
DisplayName(expression: string): string;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
|
|
178
|
-
export type IHtmlHelper_1<TModel> = IHtmlHelper_1$instance<TModel>;
|
|
178
|
+
export type IHtmlHelper_1<TModel extends unknown> = IHtmlHelper_1$instance<TModel>;
|
|
179
179
|
|
|
180
180
|
export interface IJsonHelper$instance {
|
|
181
181
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IJsonHelper: never;
|
|
182
182
|
|
|
183
|
-
Serialize(value:
|
|
183
|
+
Serialize(value: unknown): IHtmlContent;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
|
|
@@ -236,16 +236,16 @@ export interface SelectList$instance extends MultiSelectList {
|
|
|
236
236
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
237
237
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
238
238
|
|
|
239
|
-
readonly SelectedValue:
|
|
239
|
+
readonly SelectedValue: unknown;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
export const SelectList: {
|
|
244
244
|
new(items: IEnumerable): SelectList;
|
|
245
|
-
new(items: IEnumerable, selectedValue:
|
|
245
|
+
new(items: IEnumerable, selectedValue: unknown): SelectList;
|
|
246
246
|
new(items: IEnumerable, dataValueField: string, dataTextField: string): SelectList;
|
|
247
|
-
new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue:
|
|
248
|
-
new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue:
|
|
247
|
+
new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: unknown): SelectList;
|
|
248
|
+
new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: unknown, dataGroupField: string): SelectList;
|
|
249
249
|
};
|
|
250
250
|
|
|
251
251
|
|
|
@@ -301,8 +301,8 @@ export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.
|
|
|
301
301
|
GenerateId(name: string, invalidCharReplacement: string): void;
|
|
302
302
|
MergeAttribute(key: string, value: string | null): void;
|
|
303
303
|
MergeAttribute(key: string, value: string | null, replaceExisting: boolean): void;
|
|
304
|
-
MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue | null>): void;
|
|
305
|
-
MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue | null>, replaceExisting: boolean): void;
|
|
304
|
+
MergeAttributes<TKey extends unknown, TValue extends unknown>(attributes: IDictionary_2<TKey, TValue | null>): void;
|
|
305
|
+
MergeAttributes<TKey extends unknown, TValue extends unknown>(attributes: IDictionary_2<TKey, TValue | null>, replaceExisting: boolean): void;
|
|
306
306
|
RenderBody(): IHtmlContent | null;
|
|
307
307
|
RenderEndTag(): IHtmlContent;
|
|
308
308
|
RenderSelfClosingTag(): IHtmlContent;
|
|
@@ -338,7 +338,7 @@ export interface ViewContext$instance extends ActionContext {
|
|
|
338
338
|
ValidationMessageElement: string;
|
|
339
339
|
ValidationSummaryMessageElement: string;
|
|
340
340
|
View: IView;
|
|
341
|
-
readonly ViewBag:
|
|
341
|
+
readonly ViewBag: unknown;
|
|
342
342
|
ViewData: ViewDataDictionary;
|
|
343
343
|
Writer: TextWriter;
|
|
344
344
|
GetFormContextForClientValidation(): FormContext | null;
|
|
@@ -355,28 +355,28 @@ export const ViewContext: {
|
|
|
355
355
|
export type ViewContext = ViewContext$instance;
|
|
356
356
|
|
|
357
357
|
export abstract class HtmlHelperComponentExtensions$instance {
|
|
358
|
-
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode, parameters:
|
|
359
|
-
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode): Task_1<IHtmlContent>;
|
|
360
|
-
static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters:
|
|
358
|
+
static RenderComponentAsync<TComponent extends unknown & IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode, parameters: unknown): Task_1<IHtmlContent>;
|
|
359
|
+
static RenderComponentAsync<TComponent extends unknown & IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode): Task_1<IHtmlContent>;
|
|
360
|
+
static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: unknown): Task_1<IHtmlContent>;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
|
|
364
364
|
export type HtmlHelperComponentExtensions = HtmlHelperComponentExtensions$instance;
|
|
365
365
|
|
|
366
366
|
export abstract class HtmlHelperDisplayExtensions$instance {
|
|
367
|
-
static Display(htmlHelper: IHtmlHelper, expression: string, additionalViewData:
|
|
368
|
-
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData:
|
|
367
|
+
static Display(htmlHelper: IHtmlHelper, expression: string, additionalViewData: unknown): IHtmlContent;
|
|
368
|
+
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
369
369
|
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
370
370
|
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
|
|
371
371
|
static Display(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
372
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData:
|
|
373
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData:
|
|
374
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
375
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
376
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
377
|
-
static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData:
|
|
378
|
-
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData:
|
|
379
|
-
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData:
|
|
372
|
+
static DisplayFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
|
|
373
|
+
static DisplayFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
374
|
+
static DisplayFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
375
|
+
static DisplayFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
376
|
+
static DisplayFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
377
|
+
static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
|
|
378
|
+
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
379
|
+
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
380
380
|
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
381
381
|
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string): IHtmlContent;
|
|
382
382
|
static DisplayForModel(htmlHelper: IHtmlHelper): IHtmlContent;
|
|
@@ -386,7 +386,7 @@ export abstract class HtmlHelperDisplayExtensions$instance {
|
|
|
386
386
|
export type HtmlHelperDisplayExtensions = HtmlHelperDisplayExtensions$instance;
|
|
387
387
|
|
|
388
388
|
export abstract class HtmlHelperDisplayNameExtensions$instance {
|
|
389
|
-
static DisplayNameFor<TModelItem, TResult>(htmlHelper: IHtmlHelper_1<IEnumerable_1<TModelItem>>, expression: Expression_1<Func_2<TModelItem, TResult>>): string;
|
|
389
|
+
static DisplayNameFor<TModelItem extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<IEnumerable_1<TModelItem>>, expression: Expression_1<Func_2<TModelItem, TResult>>): string;
|
|
390
390
|
static DisplayNameForModel(htmlHelper: IHtmlHelper): string;
|
|
391
391
|
}
|
|
392
392
|
|
|
@@ -394,19 +394,19 @@ export abstract class HtmlHelperDisplayNameExtensions$instance {
|
|
|
394
394
|
export type HtmlHelperDisplayNameExtensions = HtmlHelperDisplayNameExtensions$instance;
|
|
395
395
|
|
|
396
396
|
export abstract class HtmlHelperEditorExtensions$instance {
|
|
397
|
-
static Editor(htmlHelper: IHtmlHelper, expression: string, additionalViewData:
|
|
398
|
-
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData:
|
|
397
|
+
static Editor(htmlHelper: IHtmlHelper, expression: string, additionalViewData: unknown): IHtmlContent;
|
|
398
|
+
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
399
399
|
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
400
400
|
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
|
|
401
401
|
static Editor(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
402
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData:
|
|
403
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData:
|
|
404
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
405
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
406
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
407
|
-
static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData:
|
|
408
|
-
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData:
|
|
409
|
-
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData:
|
|
402
|
+
static EditorFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
|
|
403
|
+
static EditorFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
404
|
+
static EditorFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
405
|
+
static EditorFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
406
|
+
static EditorFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
407
|
+
static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
|
|
408
|
+
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
409
|
+
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
410
410
|
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
411
411
|
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string): IHtmlContent;
|
|
412
412
|
static EditorForModel(htmlHelper: IHtmlHelper): IHtmlContent;
|
|
@@ -416,24 +416,24 @@ export abstract class HtmlHelperEditorExtensions$instance {
|
|
|
416
416
|
export type HtmlHelperEditorExtensions = HtmlHelperEditorExtensions$instance;
|
|
417
417
|
|
|
418
418
|
export abstract class HtmlHelperFormExtensions$instance {
|
|
419
|
-
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes:
|
|
420
|
-
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes:
|
|
419
|
+
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
420
|
+
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
421
421
|
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod): MvcForm;
|
|
422
422
|
static BeginForm(htmlHelper: IHtmlHelper, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
423
|
-
static BeginForm(htmlHelper: IHtmlHelper, routeValues:
|
|
424
|
-
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes:
|
|
423
|
+
static BeginForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
|
|
424
|
+
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
425
425
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod): MvcForm;
|
|
426
|
-
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues:
|
|
427
|
-
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues:
|
|
426
|
+
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown, method: FormMethod): MvcForm;
|
|
427
|
+
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): MvcForm;
|
|
428
428
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string): MvcForm;
|
|
429
429
|
static BeginForm(htmlHelper: IHtmlHelper): MvcForm;
|
|
430
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues:
|
|
431
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues:
|
|
432
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes:
|
|
430
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
431
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
|
|
432
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
433
433
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod): MvcForm;
|
|
434
434
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
435
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues:
|
|
436
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues:
|
|
435
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown, method: FormMethod): MvcForm;
|
|
436
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown): MvcForm;
|
|
437
437
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string): MvcForm;
|
|
438
438
|
}
|
|
439
439
|
|
|
@@ -442,32 +442,32 @@ export type HtmlHelperFormExtensions = HtmlHelperFormExtensions$instance;
|
|
|
442
442
|
|
|
443
443
|
export abstract class HtmlHelperInputExtensions$instance {
|
|
444
444
|
static CheckBox(htmlHelper: IHtmlHelper, expression: string, isChecked: boolean): IHtmlContent;
|
|
445
|
-
static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes:
|
|
445
|
+
static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
|
|
446
446
|
static CheckBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
447
|
-
static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): IHtmlContent;
|
|
448
|
-
static Hidden(htmlHelper: IHtmlHelper, expression: string, value:
|
|
447
|
+
static CheckBoxFor<TModel extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): IHtmlContent;
|
|
448
|
+
static Hidden(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
449
449
|
static Hidden(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
450
|
-
static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
451
|
-
static Password(htmlHelper: IHtmlHelper, expression: string, value:
|
|
450
|
+
static HiddenFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
451
|
+
static Password(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
452
452
|
static Password(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
453
|
-
static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
454
|
-
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value:
|
|
455
|
-
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value:
|
|
456
|
-
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value:
|
|
457
|
-
static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value:
|
|
458
|
-
static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes:
|
|
459
|
-
static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes:
|
|
453
|
+
static PasswordFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
454
|
+
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, isChecked: boolean): IHtmlContent;
|
|
455
|
+
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
456
|
+
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
457
|
+
static RadioButtonFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: unknown): IHtmlContent;
|
|
458
|
+
static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
|
|
459
|
+
static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): IHtmlContent;
|
|
460
460
|
static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string): IHtmlContent;
|
|
461
461
|
static TextArea(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
462
|
-
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes:
|
|
463
|
-
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
464
|
-
static TextBox(htmlHelper: IHtmlHelper, expression: string, value:
|
|
465
|
-
static TextBox(htmlHelper: IHtmlHelper, expression: string, value:
|
|
466
|
-
static TextBox(htmlHelper: IHtmlHelper, expression: string, value:
|
|
462
|
+
static TextAreaFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
463
|
+
static TextAreaFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
464
|
+
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
465
|
+
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, format: string): IHtmlContent;
|
|
466
|
+
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
467
467
|
static TextBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
468
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes:
|
|
469
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, format: string): IHtmlContent;
|
|
470
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
468
|
+
static TextBoxFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
469
|
+
static TextBoxFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, format: string): IHtmlContent;
|
|
470
|
+
static TextBoxFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
|
|
@@ -476,11 +476,11 @@ export type HtmlHelperInputExtensions = HtmlHelperInputExtensions$instance;
|
|
|
476
476
|
export abstract class HtmlHelperLabelExtensions$instance {
|
|
477
477
|
static Label(htmlHelper: IHtmlHelper, expression: string, labelText: string): IHtmlContent;
|
|
478
478
|
static Label(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
479
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes:
|
|
480
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, labelText: string): IHtmlContent;
|
|
481
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
482
|
-
static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes:
|
|
483
|
-
static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes:
|
|
479
|
+
static LabelFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
480
|
+
static LabelFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, labelText: string): IHtmlContent;
|
|
481
|
+
static LabelFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
482
|
+
static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes: unknown): IHtmlContent;
|
|
483
|
+
static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
484
484
|
static LabelForModel(htmlHelper: IHtmlHelper, labelText: string): IHtmlContent;
|
|
485
485
|
static LabelForModel(htmlHelper: IHtmlHelper): IHtmlContent;
|
|
486
486
|
}
|
|
@@ -489,16 +489,16 @@ export abstract class HtmlHelperLabelExtensions$instance {
|
|
|
489
489
|
export type HtmlHelperLabelExtensions = HtmlHelperLabelExtensions$instance;
|
|
490
490
|
|
|
491
491
|
export abstract class HtmlHelperLinkExtensions$instance {
|
|
492
|
-
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues:
|
|
493
|
-
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues:
|
|
494
|
-
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues:
|
|
495
|
-
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues:
|
|
492
|
+
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
493
|
+
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: unknown): IHtmlContent;
|
|
494
|
+
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
495
|
+
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown): IHtmlContent;
|
|
496
496
|
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string): IHtmlContent;
|
|
497
497
|
static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string): IHtmlContent;
|
|
498
|
-
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues:
|
|
499
|
-
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues:
|
|
500
|
-
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues:
|
|
501
|
-
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues:
|
|
498
|
+
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
499
|
+
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: unknown): IHtmlContent;
|
|
500
|
+
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
501
|
+
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: unknown): IHtmlContent;
|
|
502
502
|
static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string): IHtmlContent;
|
|
503
503
|
}
|
|
504
504
|
|
|
@@ -515,18 +515,18 @@ export type HtmlHelperNameExtensions = HtmlHelperNameExtensions$instance;
|
|
|
515
515
|
|
|
516
516
|
export abstract class HtmlHelperPartialExtensions$instance {
|
|
517
517
|
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): IHtmlContent;
|
|
518
|
-
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
519
|
-
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
518
|
+
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): IHtmlContent;
|
|
519
|
+
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): IHtmlContent;
|
|
520
520
|
static Partial(htmlHelper: IHtmlHelper, partialViewName: string): IHtmlContent;
|
|
521
521
|
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
522
|
-
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
522
|
+
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): Task_1<IHtmlContent>;
|
|
523
523
|
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task_1<IHtmlContent>;
|
|
524
524
|
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): void;
|
|
525
|
-
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
526
|
-
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
525
|
+
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): void;
|
|
526
|
+
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): void;
|
|
527
527
|
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string): void;
|
|
528
528
|
static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): Task;
|
|
529
|
-
static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model:
|
|
529
|
+
static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): Task;
|
|
530
530
|
static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task;
|
|
531
531
|
}
|
|
532
532
|
|
|
@@ -534,38 +534,38 @@ export abstract class HtmlHelperPartialExtensions$instance {
|
|
|
534
534
|
export type HtmlHelperPartialExtensions = HtmlHelperPartialExtensions$instance;
|
|
535
535
|
|
|
536
536
|
export abstract class HtmlHelperSelectExtensions$instance {
|
|
537
|
-
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes:
|
|
537
|
+
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
538
538
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
|
|
539
539
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
540
540
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string, optionLabel: string): IHtmlContent;
|
|
541
541
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
542
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes:
|
|
543
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
|
|
544
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
542
|
+
static DropDownListFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
543
|
+
static DropDownListFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
|
|
544
|
+
static DropDownListFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
545
545
|
static ListBox(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
546
546
|
static ListBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
547
|
-
static ListBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
547
|
+
static ListBoxFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
|
|
551
551
|
export type HtmlHelperSelectExtensions = HtmlHelperSelectExtensions$instance;
|
|
552
552
|
|
|
553
553
|
export abstract class HtmlHelperValidationExtensions$instance {
|
|
554
|
-
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, htmlAttributes:
|
|
555
|
-
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, htmlAttributes:
|
|
554
|
+
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
|
|
555
|
+
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
556
556
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, tag: string): IHtmlContent;
|
|
557
557
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string): IHtmlContent;
|
|
558
558
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
559
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes:
|
|
560
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, tag: string): IHtmlContent;
|
|
561
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string): IHtmlContent;
|
|
562
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
563
|
-
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes:
|
|
559
|
+
static ValidationMessageFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
560
|
+
static ValidationMessageFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, tag: string): IHtmlContent;
|
|
561
|
+
static ValidationMessageFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string): IHtmlContent;
|
|
562
|
+
static ValidationMessageFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
563
|
+
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
564
564
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): IHtmlContent;
|
|
565
565
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string): IHtmlContent;
|
|
566
566
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean): IHtmlContent;
|
|
567
|
-
static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes:
|
|
568
|
-
static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes:
|
|
567
|
+
static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
568
|
+
static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
569
569
|
static ValidationSummary(htmlHelper: IHtmlHelper, message: string, tag: string): IHtmlContent;
|
|
570
570
|
static ValidationSummary(htmlHelper: IHtmlHelper, message: string): IHtmlContent;
|
|
571
571
|
static ValidationSummary(htmlHelper: IHtmlHelper): IHtmlContent;
|
|
@@ -576,7 +576,7 @@ export type HtmlHelperValidationExtensions = HtmlHelperValidationExtensions$inst
|
|
|
576
576
|
|
|
577
577
|
export abstract class HtmlHelperValueExtensions$instance {
|
|
578
578
|
static Value(htmlHelper: IHtmlHelper, expression: string): string;
|
|
579
|
-
static ValueFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
579
|
+
static ValueFor<TModel extends unknown, TResult extends unknown>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
580
580
|
static ValueForModel(htmlHelper: IHtmlHelper, format: string): string;
|
|
581
581
|
static ValueForModel(htmlHelper: IHtmlHelper): string;
|
|
582
582
|
}
|
|
@@ -585,10 +585,10 @@ export abstract class HtmlHelperValueExtensions$instance {
|
|
|
585
585
|
export type HtmlHelperValueExtensions = HtmlHelperValueExtensions$instance;
|
|
586
586
|
|
|
587
587
|
export abstract class ViewComponentHelperExtensions$instance {
|
|
588
|
-
static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments:
|
|
588
|
+
static InvokeAsync<TComponent extends unknown>(helper: IViewComponentHelper, arguments: unknown | null): Task_1<IHtmlContent>;
|
|
589
589
|
static InvokeAsync(helper: IViewComponentHelper, name: string): Task_1<IHtmlContent>;
|
|
590
590
|
static InvokeAsync(helper: IViewComponentHelper, componentType: Type): Task_1<IHtmlContent>;
|
|
591
|
-
static InvokeAsync<TComponent>(helper: IViewComponentHelper): Task_1<IHtmlContent>;
|
|
591
|
+
static InvokeAsync<TComponent extends unknown>(helper: IViewComponentHelper): Task_1<IHtmlContent>;
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Rendering/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 { IComponent } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
10
14
|
import type { IHtmlContent, IHtmlContentBuilder } from './Microsoft.AspNetCore.Html/internal/index.js';
|
|
@@ -61,10 +65,10 @@ declare const __unspecified: unique symbol;
|
|
|
61
65
|
export type __ = typeof __unspecified;
|
|
62
66
|
|
|
63
67
|
export type IHtmlHelper<
|
|
64
|
-
T1 = __,
|
|
68
|
+
T1 extends unknown | __ = __,
|
|
65
69
|
> =
|
|
66
70
|
[T1] extends [__] ? Internal.IHtmlHelper :
|
|
67
|
-
Internal.IHtmlHelper_1<T1
|
|
71
|
+
[T1] extends [unknown] ? Internal.IHtmlHelper_1<T1> : never;
|
|
68
72
|
|
|
69
73
|
// Extension methods (C# using semantics)
|
|
70
74
|
export type { ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering as ExtensionMethods } from './__internal/extensions/index.js';
|