@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.
Files changed (341) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +1 -1
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  3. package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
  4. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
  5. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
  6. package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
  7. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
  8. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
  9. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
  10. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
  12. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
  13. package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
  14. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
  15. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
  16. package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
  17. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
  19. package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
  20. package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
  21. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
  22. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
  23. package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
  24. package/Microsoft.AspNetCore.Builder.d.ts +4 -1
  25. package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
  26. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
  27. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
  28. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
  29. package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
  30. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
  31. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  32. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
  34. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
  35. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
  36. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
  37. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
  38. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
  39. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
  40. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
  42. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
  43. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
  44. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
  45. package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
  46. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
  47. package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
  48. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
  49. package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
  50. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
  51. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
  52. package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
  53. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
  54. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
  55. package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
  56. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
  57. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
  59. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
  61. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  62. package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
  63. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
  64. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
  65. package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
  66. package/Microsoft.AspNetCore.Components.d.ts +10 -6
  67. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
  68. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
  69. package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
  70. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
  71. package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
  72. package/Microsoft.AspNetCore.Connections.d.ts +5 -1
  73. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
  74. package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
  75. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
  76. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
  77. package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
  78. package/Microsoft.AspNetCore.Cors.d.ts +4 -0
  79. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
  80. package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
  81. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
  82. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
  83. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
  84. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
  86. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
  87. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  88. package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
  89. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
  90. package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
  91. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
  97. package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
  98. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
  99. package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
  100. package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
  101. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
  102. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  103. package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
  104. package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
  105. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
  106. package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
  107. package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
  108. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
  109. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
  110. package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
  111. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
  112. package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
  113. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
  114. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
  115. package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
  116. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
  117. package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
  118. package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
  119. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
  120. package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
  121. package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
  122. package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
  123. package/Microsoft.AspNetCore.Html.d.ts +4 -0
  124. package/Microsoft.AspNetCore.Http/bindings.json +60 -0
  125. package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
  126. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
  127. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  128. package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
  129. package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
  130. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
  131. package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
  132. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
  133. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
  134. package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
  135. package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
  136. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
  137. package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
  138. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
  139. package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
  140. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
  141. package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
  142. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
  143. package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
  144. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
  145. package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
  146. package/Microsoft.AspNetCore.Http.d.ts +7 -3
  147. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
  148. package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
  149. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
  150. package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
  151. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
  152. package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
  153. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
  154. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
  155. package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
  156. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
  157. package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
  158. package/Microsoft.AspNetCore.Identity.d.ts +44 -40
  159. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
  160. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
  161. package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
  162. package/Microsoft.AspNetCore.Localization.d.ts +4 -0
  163. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
  164. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
  165. package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
  166. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
  167. package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
  168. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
  169. package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
  170. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
  171. package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
  172. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
  173. package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
  174. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
  175. package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
  176. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
  177. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
  178. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
  180. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
  181. package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
  182. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
  183. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
  184. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
  185. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
  186. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
  187. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
  188. package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
  189. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
  190. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
  191. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
  192. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
  193. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
  194. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
  195. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
  196. package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
  197. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
  198. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
  199. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
  200. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
  201. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
  202. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
  203. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
  204. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
  206. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
  208. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  209. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
  210. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
  211. package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
  212. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
  213. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
  214. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
  215. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
  216. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
  217. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
  218. package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
  219. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
  220. package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
  221. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
  222. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
  223. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
  224. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
  225. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
  226. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
  227. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
  228. package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
  230. package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
  232. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
  233. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
  234. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
  235. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
  236. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
  237. package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
  238. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  239. package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
  240. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
  241. package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
  242. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
  243. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
  244. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
  245. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
  246. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
  247. package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
  248. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
  249. package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
  250. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
  251. package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
  252. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
  253. package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
  254. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
  255. package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
  256. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
  257. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
  258. package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
  259. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
  260. package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
  261. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
  262. package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
  263. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
  264. package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
  265. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
  266. package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
  267. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
  268. package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
  269. package/Microsoft.AspNetCore.Routing.d.ts +5 -1
  270. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
  271. package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
  272. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
  273. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
  274. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
  275. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
  276. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
  277. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
  278. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
  279. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
  280. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
  281. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
  282. package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
  283. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
  284. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
  285. package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
  286. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
  287. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
  288. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
  290. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
  291. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
  292. package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
  293. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  294. package/Microsoft.AspNetCore.Session.d.ts +4 -0
  295. package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
  296. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
  297. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
  298. package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
  299. package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
  300. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  301. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
  302. package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
  303. package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
  304. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  305. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
  306. package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
  307. package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
  308. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  309. package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
  310. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
  311. package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
  312. package/Microsoft.AspNetCore.d.ts +4 -0
  313. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
  314. package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
  315. package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
  316. package/Microsoft.Extensions.Hosting.d.ts +4 -0
  317. package/Microsoft.JSInterop/internal/index.d.ts +95 -68
  318. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
  319. package/Microsoft.JSInterop.Implementation.d.ts +4 -0
  320. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
  321. package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
  322. package/Microsoft.JSInterop.d.ts +6 -2
  323. package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
  324. package/Microsoft.Net.Http.Headers.d.ts +4 -0
  325. package/README.md +8 -1
  326. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  327. package/System.Formats.Cbor.d.ts +4 -0
  328. package/System.Security.Claims/internal/index.d.ts +1 -1
  329. package/System.Security.Claims.d.ts +4 -0
  330. package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
  331. package/System.Threading.RateLimiting.d.ts +10 -6
  332. package/__internal/extensions/index.d.ts +450 -469
  333. package/package.json +4 -4
  334. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
  335. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
  336. package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
  337. package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
  338. package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
  339. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
  340. package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
  341. 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 { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
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: JsValue;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
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: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
96
- BeginRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
97
- CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
98
- Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
101
- Encode(value: JsValue): string;
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: JsValue, format: string): string;
104
- GetEnumSelectList<TEnum extends NonNullable<JsValue>>(): IEnumerable_1<SelectListItem>;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
107
- Label(expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
108
- ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
109
- PartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
110
- RadioButton(expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
111
- Raw(value: JsValue): IHtmlContent;
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: JsValue, viewData: ViewDataDictionary): Task;
114
- RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
115
- TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
116
- TextBox(expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
117
- ValidationMessage(expression: string, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
118
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
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: JsValue;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
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: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
139
- BeginRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
140
- CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
141
- CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: JsValue): IHtmlContent;
142
- Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
143
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
144
- DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
145
- DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
146
- DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
147
- Encode(value: JsValue): string;
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: JsValue, format: string): string;
151
- GetEnumSelectList<TEnum extends NonNullable<JsValue>>(): IEnumerable_1<SelectListItem>;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
155
- Label(expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
156
- LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: JsValue): IHtmlContent;
157
- ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
158
- ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
159
- PartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
160
- RadioButton(expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
161
- RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
162
- Raw(value: JsValue): IHtmlContent;
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: JsValue, viewData: ViewDataDictionary): Task;
165
- RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
166
- TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
167
- TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
168
- TextBox(expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
169
- ValidationMessage(expression: string, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
170
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
171
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue;
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: JsValue): SelectList;
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: JsValue): SelectList;
248
- new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: JsValue, dataGroupField: string): SelectList;
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: JsValue;
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: JsValue): Task_1<IHtmlContent>;
359
- static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode): Task_1<IHtmlContent>;
360
- static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: JsValue): Task_1<IHtmlContent>;
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: JsValue): IHtmlContent;
368
- static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
373
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
378
- static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: JsValue): IHtmlContent;
379
- static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
398
- static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
403
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
408
- static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: JsValue): IHtmlContent;
409
- static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
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: JsValue): MvcForm;
420
- static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: JsValue): MvcForm;
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: JsValue): MvcForm;
424
- static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: JsValue): MvcForm;
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: JsValue, method: FormMethod): MvcForm;
427
- static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: JsValue): MvcForm;
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: JsValue, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
431
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: JsValue): MvcForm;
432
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: JsValue): MvcForm;
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: JsValue, method: FormMethod): MvcForm;
436
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: JsValue): MvcForm;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue, isChecked: boolean): IHtmlContent;
455
- static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
456
- static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
457
- static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: JsValue): IHtmlContent;
458
- static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: JsValue): IHtmlContent;
459
- static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
465
- static TextBox(htmlHelper: IHtmlHelper, expression: string, value: JsValue, format: string): IHtmlContent;
466
- static TextBox(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
483
- static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: JsValue): IHtmlContent;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
493
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: JsValue): IHtmlContent;
494
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
495
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue): IHtmlContent;
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: JsValue, htmlAttributes: JsValue): IHtmlContent;
499
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: JsValue): IHtmlContent;
500
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
501
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue): IHtmlContent;
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: JsValue, viewData: ViewDataDictionary): IHtmlContent;
519
- static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue): IHtmlContent;
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: JsValue): Task_1<IHtmlContent>;
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: JsValue, viewData: ViewDataDictionary): void;
526
- static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue): void;
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: JsValue): Task;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
555
- static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, htmlAttributes: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue): IHtmlContent;
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: JsValue, tag: string): IHtmlContent;
568
- static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: JsValue): IHtmlContent;
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: JsValue | null): Task_1<IHtmlContent>;
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';