@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
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Forms
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Forms, Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { FormMappingError } from "../../Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.js";
|
|
@@ -49,7 +47,7 @@ export interface FieldIdentifier$instance {
|
|
|
49
47
|
|
|
50
48
|
readonly FieldName: string;
|
|
51
49
|
readonly Model: unknown;
|
|
52
|
-
Equals(obj: unknown): boolean;
|
|
50
|
+
Equals(obj: unknown | null): boolean;
|
|
53
51
|
Equals(otherIdentifier: FieldIdentifier): boolean;
|
|
54
52
|
GetHashCode(): int;
|
|
55
53
|
}
|
|
@@ -57,7 +55,7 @@ export interface FieldIdentifier$instance {
|
|
|
57
55
|
|
|
58
56
|
export const FieldIdentifier: {
|
|
59
57
|
new(model: unknown, fieldName: string): FieldIdentifier;
|
|
60
|
-
Create<TField>(accessor: Expression_1<Func_1<TField>>): FieldIdentifier;
|
|
58
|
+
Create<TField extends unknown>(accessor: Expression_1<Func_1<TField>>): FieldIdentifier;
|
|
61
59
|
};
|
|
62
60
|
|
|
63
61
|
|
|
@@ -81,7 +79,7 @@ export type AntiforgeryRequestToken = AntiforgeryRequestToken$instance;
|
|
|
81
79
|
export interface AntiforgeryStateProvider$instance {
|
|
82
80
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_AntiforgeryStateProvider: never;
|
|
83
81
|
|
|
84
|
-
GetAntiforgeryToken(): AntiforgeryRequestToken |
|
|
82
|
+
GetAntiforgeryToken(): AntiforgeryRequestToken | null;
|
|
85
83
|
}
|
|
86
84
|
|
|
87
85
|
|
|
@@ -174,7 +172,7 @@ export interface EditContextProperties$instance {
|
|
|
174
172
|
|
|
175
173
|
Item: unknown;
|
|
176
174
|
Remove(key: unknown): boolean;
|
|
177
|
-
TryGetValue(key: unknown, value: unknown): boolean;
|
|
175
|
+
TryGetValue(key: unknown, value: unknown | null): boolean;
|
|
178
176
|
}
|
|
179
177
|
|
|
180
178
|
|
|
@@ -192,17 +190,17 @@ export interface EditForm$instance extends ComponentBase, Microsoft_AspNetCore_C
|
|
|
192
190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
193
191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
194
192
|
|
|
195
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
196
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
197
|
-
get ChildContent(): RenderFragment_1<EditContext> |
|
|
198
|
-
set ChildContent(value: RenderFragment_1<EditContext> |
|
|
199
|
-
get EditContext(): EditContext |
|
|
200
|
-
set EditContext(value: EditContext |
|
|
193
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> | null;
|
|
194
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | null);
|
|
195
|
+
get ChildContent(): RenderFragment_1<EditContext> | null;
|
|
196
|
+
set ChildContent(value: RenderFragment_1<EditContext> | null);
|
|
197
|
+
get EditContext(): EditContext | null;
|
|
198
|
+
set EditContext(value: EditContext | null);
|
|
201
199
|
Enhance: boolean;
|
|
202
|
-
get FormName(): string |
|
|
203
|
-
set FormName(value: string |
|
|
204
|
-
get Model(): unknown |
|
|
205
|
-
set Model(value: unknown |
|
|
200
|
+
get FormName(): string | null;
|
|
201
|
+
set FormName(value: string | null);
|
|
202
|
+
get Model(): unknown | null;
|
|
203
|
+
set Model(value: unknown | null);
|
|
206
204
|
OnInvalidSubmit: EventCallback_1<EditContext>;
|
|
207
205
|
OnSubmit: EventCallback_1<EditContext>;
|
|
208
206
|
OnValidSubmit: EventCallback_1<EditContext>;
|
|
@@ -225,7 +223,7 @@ export interface __EditForm$views {
|
|
|
225
223
|
export type EditForm = EditForm$instance & __EditForm$views;
|
|
226
224
|
|
|
227
225
|
|
|
228
|
-
export interface Editor_1$instance<T> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
226
|
+
export interface Editor_1$instance<T extends unknown> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
229
227
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Editor_1: never;
|
|
230
228
|
|
|
231
229
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_ICascadingValueSupplier: never;
|
|
@@ -240,17 +238,17 @@ export interface Editor_1$instance<T> extends ComponentBase, Microsoft_AspNetCor
|
|
|
240
238
|
}
|
|
241
239
|
|
|
242
240
|
|
|
243
|
-
export const Editor_1: (abstract new<T>() => Editor_1<T>) & {
|
|
241
|
+
export const Editor_1: (abstract new<T extends unknown>() => Editor_1<T>) & {
|
|
244
242
|
};
|
|
245
243
|
|
|
246
244
|
|
|
247
|
-
export interface __Editor_1$views<T> {
|
|
245
|
+
export interface __Editor_1$views<T extends unknown> {
|
|
248
246
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
249
247
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
250
248
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
251
249
|
}
|
|
252
250
|
|
|
253
|
-
export type Editor_1<T> = Editor_1$instance<T> & __Editor_1$views<T>;
|
|
251
|
+
export type Editor_1<T extends unknown> = Editor_1$instance<T> & __Editor_1$views<T>;
|
|
254
252
|
|
|
255
253
|
|
|
256
254
|
export interface FieldChangedEventArgs$instance extends EventArgs {
|
|
@@ -287,10 +285,10 @@ export interface FormMappingContext$instance {
|
|
|
287
285
|
readonly MappingScopeName: string;
|
|
288
286
|
GetAllErrors(): IEnumerable_1<FormMappingError>;
|
|
289
287
|
GetAllErrors(formName: string): IEnumerable_1<FormMappingError>;
|
|
290
|
-
GetAttemptedValue(key: string): string |
|
|
291
|
-
GetAttemptedValue(formName: string, key: string): string |
|
|
292
|
-
GetErrors(key: string): FormMappingError |
|
|
293
|
-
GetErrors(formName: string, key: string): FormMappingError |
|
|
288
|
+
GetAttemptedValue(key: string): string | null;
|
|
289
|
+
GetAttemptedValue(formName: string, key: string): string | null;
|
|
290
|
+
GetErrors(key: string): FormMappingError | null;
|
|
291
|
+
GetErrors(formName: string, key: string): FormMappingError | null;
|
|
294
292
|
}
|
|
295
293
|
|
|
296
294
|
|
|
@@ -323,7 +321,7 @@ export interface __FormMappingScope$views {
|
|
|
323
321
|
export type FormMappingScope = FormMappingScope$instance & __FormMappingScope$views;
|
|
324
322
|
|
|
325
323
|
|
|
326
|
-
export interface InputBase_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
324
|
+
export interface InputBase_1$instance<TValue extends unknown> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
327
325
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputBase_1: never;
|
|
328
326
|
|
|
329
327
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -331,35 +329,35 @@ export interface InputBase_1$instance<TValue> extends ComponentBase, Microsoft_A
|
|
|
331
329
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
332
330
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
333
331
|
|
|
334
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
335
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
336
|
-
get DisplayName(): string |
|
|
337
|
-
set DisplayName(value: string |
|
|
338
|
-
Value: TValue |
|
|
332
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> | null;
|
|
333
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | null);
|
|
334
|
+
get DisplayName(): string | null;
|
|
335
|
+
set DisplayName(value: string | null);
|
|
336
|
+
Value: TValue | null;
|
|
339
337
|
ValueChanged: EventCallback_1<TValue>;
|
|
340
|
-
get ValueExpression(): Expression_1<Func_1<TValue>> |
|
|
341
|
-
set ValueExpression(value: Expression_1<Func_1<TValue>> |
|
|
338
|
+
get ValueExpression(): Expression_1<Func_1<TValue>> | null;
|
|
339
|
+
set ValueExpression(value: Expression_1<Func_1<TValue>> | null);
|
|
342
340
|
Dispose(disposing: boolean): void;
|
|
343
|
-
FormatValueAsString(value: TValue): string |
|
|
341
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
344
342
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
345
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
343
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
346
344
|
}
|
|
347
345
|
|
|
348
346
|
|
|
349
|
-
export const InputBase_1: (abstract new<TValue>() => InputBase_1<TValue>) & {
|
|
347
|
+
export const InputBase_1: (abstract new<TValue extends unknown>() => InputBase_1<TValue>) & {
|
|
350
348
|
};
|
|
351
349
|
|
|
352
350
|
|
|
353
|
-
export interface __InputBase_1$views<TValue> {
|
|
351
|
+
export interface __InputBase_1$views<TValue extends unknown> {
|
|
354
352
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
355
353
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
356
354
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
357
355
|
}
|
|
358
356
|
|
|
359
|
-
export type InputBase_1<TValue> = InputBase_1$instance<TValue> & __InputBase_1$views<TValue>;
|
|
357
|
+
export type InputBase_1<TValue extends unknown> = InputBase_1$instance<TValue> & __InputBase_1$views<TValue>;
|
|
360
358
|
|
|
361
359
|
|
|
362
|
-
export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
360
|
+
export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
363
361
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputCheckbox: never;
|
|
364
362
|
|
|
365
363
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -370,7 +368,7 @@ export interface InputCheckbox$instance extends InputBase_1$instance<System_Inte
|
|
|
370
368
|
get Element(): Nullable_1<ElementReference>;
|
|
371
369
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
372
370
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
373
|
-
TryParseValueFromString(value: string, result: boolean, validationErrorMessage: string): boolean;
|
|
371
|
+
TryParseValueFromString(value: string | null, result: boolean, validationErrorMessage: string | null): boolean;
|
|
374
372
|
}
|
|
375
373
|
|
|
376
374
|
|
|
@@ -388,7 +386,7 @@ export interface __InputCheckbox$views {
|
|
|
388
386
|
export type InputCheckbox = InputCheckbox$instance & __InputCheckbox$views;
|
|
389
387
|
|
|
390
388
|
|
|
391
|
-
export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
389
|
+
export interface InputDate_1$instance<TValue extends unknown> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
392
390
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputDate_1: never;
|
|
393
391
|
|
|
394
392
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -401,24 +399,24 @@ export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValu
|
|
|
401
399
|
ParsingErrorMessage: string;
|
|
402
400
|
Type: InputDateType;
|
|
403
401
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
404
|
-
FormatValueAsString(value: TValue): string;
|
|
402
|
+
FormatValueAsString(value: TValue | null): string;
|
|
405
403
|
OnParametersSet(): void;
|
|
406
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
404
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
|
|
410
408
|
export const InputDate_1: {
|
|
411
|
-
new<TValue>(): InputDate_1<TValue>;
|
|
409
|
+
new<TValue extends unknown>(): InputDate_1<TValue>;
|
|
412
410
|
};
|
|
413
411
|
|
|
414
412
|
|
|
415
|
-
export interface __InputDate_1$views<TValue> {
|
|
413
|
+
export interface __InputDate_1$views<TValue extends unknown> {
|
|
416
414
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
417
415
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
418
416
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
419
417
|
}
|
|
420
418
|
|
|
421
|
-
export type InputDate_1<TValue> = InputDate_1$instance<TValue> & __InputDate_1$views<TValue>;
|
|
419
|
+
export type InputDate_1<TValue extends unknown> = InputDate_1$instance<TValue> & __InputDate_1$views<TValue>;
|
|
422
420
|
|
|
423
421
|
|
|
424
422
|
export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
@@ -430,8 +428,8 @@ export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_
|
|
|
430
428
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
431
429
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
432
430
|
|
|
433
|
-
get AdditionalAttributes(): IDictionary_2<System_Internal.String, unknown> |
|
|
434
|
-
set AdditionalAttributes(value: IDictionary_2<System_Internal.String, unknown> |
|
|
431
|
+
get AdditionalAttributes(): IDictionary_2<System_Internal.String, unknown> | null;
|
|
432
|
+
set AdditionalAttributes(value: IDictionary_2<System_Internal.String, unknown> | null);
|
|
435
433
|
get Element(): Nullable_1<ElementReference>;
|
|
436
434
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
437
435
|
OnChange: EventCallback_1<InputFileChangeEventArgs>;
|
|
@@ -470,7 +468,7 @@ export const InputFileChangeEventArgs: {
|
|
|
470
468
|
|
|
471
469
|
export type InputFileChangeEventArgs = InputFileChangeEventArgs$instance;
|
|
472
470
|
|
|
473
|
-
export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
471
|
+
export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
474
472
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputHidden: never;
|
|
475
473
|
|
|
476
474
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -481,7 +479,7 @@ export interface InputHidden$instance extends InputBase_1$instance<System_Intern
|
|
|
481
479
|
get Element(): Nullable_1<ElementReference>;
|
|
482
480
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
483
481
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
484
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
482
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
485
483
|
}
|
|
486
484
|
|
|
487
485
|
|
|
@@ -499,7 +497,7 @@ export interface __InputHidden$views {
|
|
|
499
497
|
export type InputHidden = InputHidden$instance & __InputHidden$views;
|
|
500
498
|
|
|
501
499
|
|
|
502
|
-
export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
500
|
+
export interface InputNumber_1$instance<TValue extends unknown> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
503
501
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputNumber_1: never;
|
|
504
502
|
|
|
505
503
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -511,59 +509,59 @@ export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
511
509
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
512
510
|
ParsingErrorMessage: string;
|
|
513
511
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
514
|
-
FormatValueAsString(value: TValue): string |
|
|
515
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
512
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
513
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
516
514
|
}
|
|
517
515
|
|
|
518
516
|
|
|
519
517
|
export const InputNumber_1: {
|
|
520
|
-
new<TValue>(): InputNumber_1<TValue>;
|
|
518
|
+
new<TValue extends unknown>(): InputNumber_1<TValue>;
|
|
521
519
|
};
|
|
522
520
|
|
|
523
521
|
|
|
524
|
-
export interface __InputNumber_1$views<TValue> {
|
|
522
|
+
export interface __InputNumber_1$views<TValue extends unknown> {
|
|
525
523
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
526
524
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
527
525
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
528
526
|
}
|
|
529
527
|
|
|
530
|
-
export type InputNumber_1<TValue> = InputNumber_1$instance<TValue> & __InputNumber_1$views<TValue>;
|
|
528
|
+
export type InputNumber_1<TValue extends unknown> = InputNumber_1$instance<TValue> & __InputNumber_1$views<TValue>;
|
|
531
529
|
|
|
532
530
|
|
|
533
|
-
export interface InputRadio_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
531
|
+
export interface InputRadio_1$instance<TValue extends unknown> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
534
532
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputRadio_1: never;
|
|
535
533
|
|
|
536
534
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
537
535
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
|
|
538
536
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
539
537
|
|
|
540
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
541
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
538
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> | null;
|
|
539
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | null);
|
|
542
540
|
get Element(): Nullable_1<ElementReference>;
|
|
543
541
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
544
|
-
get Name(): string |
|
|
545
|
-
set Name(value: string |
|
|
546
|
-
Value: TValue |
|
|
542
|
+
get Name(): string | null;
|
|
543
|
+
set Name(value: string | null);
|
|
544
|
+
Value: TValue | null;
|
|
547
545
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
548
546
|
OnParametersSet(): void;
|
|
549
547
|
}
|
|
550
548
|
|
|
551
549
|
|
|
552
550
|
export const InputRadio_1: {
|
|
553
|
-
new<TValue>(): InputRadio_1<TValue>;
|
|
551
|
+
new<TValue extends unknown>(): InputRadio_1<TValue>;
|
|
554
552
|
};
|
|
555
553
|
|
|
556
554
|
|
|
557
|
-
export interface __InputRadio_1$views<TValue> {
|
|
555
|
+
export interface __InputRadio_1$views<TValue extends unknown> {
|
|
558
556
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
559
557
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
560
558
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
561
559
|
}
|
|
562
560
|
|
|
563
|
-
export type InputRadio_1<TValue> = InputRadio_1$instance<TValue> & __InputRadio_1$views<TValue>;
|
|
561
|
+
export type InputRadio_1<TValue extends unknown> = InputRadio_1$instance<TValue> & __InputRadio_1$views<TValue>;
|
|
564
562
|
|
|
565
563
|
|
|
566
|
-
export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
564
|
+
export interface InputRadioGroup_1$instance<TValue extends unknown> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
567
565
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputRadioGroup_1: never;
|
|
568
566
|
|
|
569
567
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -572,31 +570,31 @@ export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance
|
|
|
572
570
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IInputRadioValueProvider: never;
|
|
573
571
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
574
572
|
|
|
575
|
-
get ChildContent(): RenderFragment |
|
|
576
|
-
set ChildContent(value: RenderFragment |
|
|
577
|
-
get Name(): string |
|
|
578
|
-
set Name(value: string |
|
|
573
|
+
get ChildContent(): RenderFragment | null;
|
|
574
|
+
set ChildContent(value: RenderFragment | null);
|
|
575
|
+
get Name(): string | null;
|
|
576
|
+
set Name(value: string | null);
|
|
579
577
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
580
578
|
OnParametersSet(): void;
|
|
581
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
579
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
582
580
|
}
|
|
583
581
|
|
|
584
582
|
|
|
585
583
|
export const InputRadioGroup_1: {
|
|
586
|
-
new<TValue>(): InputRadioGroup_1<TValue>;
|
|
584
|
+
new<TValue extends unknown>(): InputRadioGroup_1<TValue>;
|
|
587
585
|
};
|
|
588
586
|
|
|
589
587
|
|
|
590
|
-
export interface __InputRadioGroup_1$views<TValue> {
|
|
588
|
+
export interface __InputRadioGroup_1$views<TValue extends unknown> {
|
|
591
589
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
592
590
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
593
591
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
594
592
|
}
|
|
595
593
|
|
|
596
|
-
export type InputRadioGroup_1<TValue> = InputRadioGroup_1$instance<TValue> & __InputRadioGroup_1$views<TValue>;
|
|
594
|
+
export type InputRadioGroup_1<TValue extends unknown> = InputRadioGroup_1$instance<TValue> & __InputRadioGroup_1$views<TValue>;
|
|
597
595
|
|
|
598
596
|
|
|
599
|
-
export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
597
|
+
export interface InputSelect_1$instance<TValue extends unknown> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
600
598
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputSelect_1: never;
|
|
601
599
|
|
|
602
600
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -604,31 +602,31 @@ export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
604
602
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
605
603
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
606
604
|
|
|
607
|
-
get ChildContent(): RenderFragment |
|
|
608
|
-
set ChildContent(value: RenderFragment |
|
|
605
|
+
get ChildContent(): RenderFragment | null;
|
|
606
|
+
set ChildContent(value: RenderFragment | null);
|
|
609
607
|
get Element(): Nullable_1<ElementReference>;
|
|
610
608
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
611
609
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
612
|
-
FormatValueAsString(value: TValue): string |
|
|
613
|
-
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
610
|
+
FormatValueAsString(value: TValue | null): string | null;
|
|
611
|
+
TryParseValueFromString(value: string | null, result: TValue, validationErrorMessage: string | null): boolean;
|
|
614
612
|
}
|
|
615
613
|
|
|
616
614
|
|
|
617
615
|
export const InputSelect_1: {
|
|
618
|
-
new<TValue>(): InputSelect_1<TValue>;
|
|
616
|
+
new<TValue extends unknown>(): InputSelect_1<TValue>;
|
|
619
617
|
};
|
|
620
618
|
|
|
621
619
|
|
|
622
|
-
export interface __InputSelect_1$views<TValue> {
|
|
620
|
+
export interface __InputSelect_1$views<TValue extends unknown> {
|
|
623
621
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
624
622
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
625
623
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
626
624
|
}
|
|
627
625
|
|
|
628
|
-
export type InputSelect_1<TValue> = InputSelect_1$instance<TValue> & __InputSelect_1$views<TValue>;
|
|
626
|
+
export type InputSelect_1<TValue extends unknown> = InputSelect_1$instance<TValue> & __InputSelect_1$views<TValue>;
|
|
629
627
|
|
|
630
628
|
|
|
631
|
-
export interface InputText$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
629
|
+
export interface InputText$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
632
630
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputText: never;
|
|
633
631
|
|
|
634
632
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -639,7 +637,7 @@ export interface InputText$instance extends InputBase_1$instance<System_Internal
|
|
|
639
637
|
get Element(): Nullable_1<ElementReference>;
|
|
640
638
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
641
639
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
642
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
640
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
643
641
|
}
|
|
644
642
|
|
|
645
643
|
|
|
@@ -657,7 +655,7 @@ export interface __InputText$views {
|
|
|
657
655
|
export type InputText = InputText$instance & __InputText$views;
|
|
658
656
|
|
|
659
657
|
|
|
660
|
-
export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
658
|
+
export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
661
659
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputTextArea: never;
|
|
662
660
|
|
|
663
661
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -668,7 +666,7 @@ export interface InputTextArea$instance extends InputBase_1$instance<System_Inte
|
|
|
668
666
|
get Element(): Nullable_1<ElementReference>;
|
|
669
667
|
set Element(value: Nullable_1<ElementReference> | ElementReference);
|
|
670
668
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
671
|
-
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
669
|
+
TryParseValueFromString(value: string | null, result: string | null, validationErrorMessage: string | null): boolean;
|
|
672
670
|
}
|
|
673
671
|
|
|
674
672
|
|
|
@@ -702,7 +700,7 @@ export const RemoteBrowserFileStreamOptions: {
|
|
|
702
700
|
|
|
703
701
|
export type RemoteBrowserFileStreamOptions = RemoteBrowserFileStreamOptions$instance;
|
|
704
702
|
|
|
705
|
-
export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
703
|
+
export interface ValidationMessage_1$instance<TValue extends unknown> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
706
704
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_ValidationMessage_1: never;
|
|
707
705
|
|
|
708
706
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -710,10 +708,10 @@ export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Mic
|
|
|
710
708
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
711
709
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
712
710
|
|
|
713
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
714
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
715
|
-
get For(): Expression_1<Func_1<TValue>> |
|
|
716
|
-
set For(value: Expression_1<Func_1<TValue>> |
|
|
711
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> | null;
|
|
712
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | null);
|
|
713
|
+
get For(): Expression_1<Func_1<TValue>> | null;
|
|
714
|
+
set For(value: Expression_1<Func_1<TValue>> | null);
|
|
717
715
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
718
716
|
Dispose(disposing: boolean): void;
|
|
719
717
|
OnParametersSet(): void;
|
|
@@ -721,17 +719,17 @@ export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Mic
|
|
|
721
719
|
|
|
722
720
|
|
|
723
721
|
export const ValidationMessage_1: {
|
|
724
|
-
new<TValue>(): ValidationMessage_1<TValue>;
|
|
722
|
+
new<TValue extends unknown>(): ValidationMessage_1<TValue>;
|
|
725
723
|
};
|
|
726
724
|
|
|
727
725
|
|
|
728
|
-
export interface __ValidationMessage_1$views<TValue> {
|
|
726
|
+
export interface __ValidationMessage_1$views<TValue extends unknown> {
|
|
729
727
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
730
728
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
731
729
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
732
730
|
}
|
|
733
731
|
|
|
734
|
-
export type ValidationMessage_1<TValue> = ValidationMessage_1$instance<TValue> & __ValidationMessage_1$views<TValue>;
|
|
732
|
+
export type ValidationMessage_1<TValue extends unknown> = ValidationMessage_1$instance<TValue> & __ValidationMessage_1$views<TValue>;
|
|
735
733
|
|
|
736
734
|
|
|
737
735
|
export interface ValidationMessageStore$instance {
|
|
@@ -792,10 +790,10 @@ export interface ValidationSummary$instance extends ComponentBase, Microsoft_Asp
|
|
|
792
790
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
793
791
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
794
792
|
|
|
795
|
-
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
796
|
-
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> |
|
|
797
|
-
get Model(): unknown |
|
|
798
|
-
set Model(value: unknown |
|
|
793
|
+
get AdditionalAttributes(): IReadOnlyDictionary_2<System_Internal.String, unknown> | null;
|
|
794
|
+
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | null);
|
|
795
|
+
get Model(): unknown | null;
|
|
796
|
+
set Model(value: unknown | null);
|
|
799
797
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
800
798
|
Dispose(disposing: boolean): void;
|
|
801
799
|
OnParametersSet(): void;
|
|
@@ -833,7 +831,7 @@ export abstract class EditContextDataAnnotationsExtensions$instance {
|
|
|
833
831
|
export type EditContextDataAnnotationsExtensions = EditContextDataAnnotationsExtensions$instance;
|
|
834
832
|
|
|
835
833
|
export abstract class EditContextFieldClassExtensions$instance {
|
|
836
|
-
static FieldCssClass<TField>(editContext: EditContext, accessor: Expression_1<Func_1<TField>>): string;
|
|
834
|
+
static FieldCssClass<TField extends unknown>(editContext: EditContext, accessor: Expression_1<Func_1<TField>>): string;
|
|
837
835
|
static FieldCssClass(editContext: EditContext, fieldIdentifier: FieldIdentifier): string;
|
|
838
836
|
static SetFieldCssClassProvider(editContext: EditContext, fieldCssClassProvider: FieldCssClassProvider): void;
|
|
839
837
|
}
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Forms.Mapping
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
@@ -14,7 +15,7 @@ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.
|
|
|
14
15
|
export interface IFormValueMapper$instance {
|
|
15
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Forms_Mapping_IFormValueMapper: never;
|
|
16
17
|
|
|
17
|
-
CanMap(valueType: Type, scopeName: string, formName: string): boolean;
|
|
18
|
+
CanMap(valueType: Type, scopeName: string, formName: string | null): boolean;
|
|
18
19
|
Map(context: FormValueMappingContext): void;
|
|
19
20
|
}
|
|
20
21
|
|
|
@@ -24,7 +25,7 @@ export type IFormValueMapper = IFormValueMapper$instance;
|
|
|
24
25
|
export interface FormMappingError$instance {
|
|
25
26
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Mapping_FormMappingError: never;
|
|
26
27
|
|
|
27
|
-
readonly AttemptedValue: string |
|
|
28
|
+
readonly AttemptedValue: string | null;
|
|
28
29
|
Container: unknown;
|
|
29
30
|
readonly ErrorMessages: IReadOnlyList_1<FormattableString>;
|
|
30
31
|
readonly Name: string;
|
|
@@ -41,17 +42,17 @@ export type FormMappingError = FormMappingError$instance;
|
|
|
41
42
|
export interface FormValueMappingContext$instance {
|
|
42
43
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Mapping_FormValueMappingContext: never;
|
|
43
44
|
|
|
44
|
-
readonly AcceptFormName: string |
|
|
45
|
+
readonly AcceptFormName: string | null;
|
|
45
46
|
readonly AcceptMappingScopeName: string;
|
|
46
|
-
get MapErrorToContainer(): Action_2<System_Internal.String, unknown> |
|
|
47
|
-
set MapErrorToContainer(value: Action_2<System_Internal.String, unknown> |
|
|
48
|
-
get OnError(): Action_3<System_Internal.String, FormattableString, string |
|
|
49
|
-
set OnError(value: Action_3<System_Internal.String, FormattableString, string |
|
|
47
|
+
get MapErrorToContainer(): Action_2<System_Internal.String, unknown> | null;
|
|
48
|
+
set MapErrorToContainer(value: Action_2<System_Internal.String, unknown> | null);
|
|
49
|
+
get OnError(): Action_3<System_Internal.String, FormattableString, string | null> | null;
|
|
50
|
+
set OnError(value: Action_3<System_Internal.String, FormattableString, string | null> | null);
|
|
50
51
|
readonly ParameterName: string;
|
|
51
|
-
get Result(): unknown |
|
|
52
|
-
set Result(value: unknown |
|
|
52
|
+
get Result(): unknown | null;
|
|
53
|
+
set Result(value: unknown | null);
|
|
53
54
|
readonly ValueType: Type;
|
|
54
|
-
SetResult(result: unknown): void;
|
|
55
|
+
SetResult(result: unknown | null): void;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Forms.Mapping/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 { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { Action, Boolean as ClrBoolean, FormattableString, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Forms/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 { FormMappingError } from './Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.js';
|
|
10
14
|
import type { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ComponentState } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.HtmlRendering.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 { ComponentState } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
10
14
|
import type { ArrayRange_1, EventFieldInfo, RenderBatch, Renderer, RenderTreeFrame } from './Microsoft.AspNetCore.Components.RenderTree/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { Renderer } from "../../Microsoft.AspNetCore.Components.RenderTree/internal/index.js";
|
|
@@ -49,7 +50,7 @@ export abstract class PersistentStateProviderServiceCollectionExtensions$instanc
|
|
|
49
50
|
export type PersistentStateProviderServiceCollectionExtensions = PersistentStateProviderServiceCollectionExtensions$instance;
|
|
50
51
|
|
|
51
52
|
export abstract class RegisterPersistentComponentStateServiceCollectionExtensions$instance {
|
|
52
|
-
static AddPersistentServiceRegistration<TService>(services: IServiceCollection, componentRenderMode: IComponentRenderMode): IServiceCollection;
|
|
53
|
+
static AddPersistentServiceRegistration<TService extends unknown>(services: IServiceCollection, componentRenderMode: IComponentRenderMode): IServiceCollection;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
|