@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.Core, 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
@@ -53,7 +53,7 @@ export enum InputType {
53
53
  }
54
54
 
55
55
 
56
- export type TryGetValueDelegate = (dictionary: JsValue, key: string, value: JsValue) => boolean;
56
+ export type TryGetValueDelegate = (dictionary: unknown, key: string, value: unknown) => boolean;
57
57
 
58
58
 
59
59
  export interface IAntiforgeryPolicy$instance extends IFilterMetadata {
@@ -79,28 +79,28 @@ export interface IHtmlGenerator$instance {
79
79
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator: never;
80
80
 
81
81
  readonly IdAttributeDotReplacement: string;
82
- Encode(value: JsValue): string;
82
+ Encode(value: unknown): string;
83
83
  Encode(value: string): string;
84
- FormatValue(value: JsValue, format: string): string;
85
- GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): TagBuilder;
84
+ FormatValue(value: unknown, format: string): string;
85
+ GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
86
86
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
87
- GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): TagBuilder;
88
- GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): TagBuilder;
87
+ GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
88
+ GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
89
89
  GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
90
- GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, useViewData: boolean, htmlAttributes: JsValue): TagBuilder;
90
+ GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
91
91
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
92
- GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: JsValue): TagBuilder;
93
- GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: JsValue, fragment: string, method: string, htmlAttributes: JsValue): TagBuilder;
94
- GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, htmlAttributes: JsValue): TagBuilder;
95
- GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): TagBuilder;
96
- GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): TagBuilder;
97
- GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): TagBuilder;
98
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: JsValue): TagBuilder;
99
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: JsValue): TagBuilder;
100
- GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: JsValue): TagBuilder;
101
- GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, format: string, htmlAttributes: JsValue): TagBuilder;
102
- GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: JsValue): TagBuilder;
103
- GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: JsValue): TagBuilder;
92
+ GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
93
+ GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
94
+ GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
95
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
96
+ GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
97
+ GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
98
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
99
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
100
+ GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
101
+ GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
102
+ GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
103
+ GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
104
104
  GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
105
105
  }
106
106
 
@@ -121,22 +121,22 @@ export type IKeepTempDataResult = IKeepTempDataResult$instance;
121
121
  export interface IModelExpressionProvider$instance {
122
122
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
123
123
 
124
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
124
+ CreateModelExpression<TModel extends unknown, TValue extends unknown>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
125
125
  }
126
126
 
127
127
 
128
128
  export type IModelExpressionProvider = IModelExpressionProvider$instance;
129
129
 
130
- export interface ITempDataDictionary$instance extends IDictionary_2<System_Internal.String, JsValue>, ICollection_1<KeyValuePair_2<System_Internal.String, JsValue>>, IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>>, IEnumerable {
130
+ export interface ITempDataDictionary$instance extends IDictionary_2<System_Internal.String, unknown>, ICollection_1<KeyValuePair_2<System_Internal.String, unknown>>, IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, IEnumerable {
131
131
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
132
132
 
133
133
  Keep(key: string): void;
134
134
  Load(): void;
135
- Peek(key: string): JsValue | null;
135
+ Peek(key: string): unknown | null;
136
136
  }
137
137
 
138
138
 
139
- export interface ITempDataDictionary$instance extends System_Collections_Generic_Internal.ICollection_1<KeyValuePair_2<System_Internal.String, JsValue>>, System_Collections_Generic_Internal.IDictionary_2<System_Internal.String, JsValue>, System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> {}
139
+ export interface ITempDataDictionary$instance extends System_Collections_Generic_Internal.ICollection_1<KeyValuePair_2<System_Internal.String, unknown>>, System_Collections_Generic_Internal.IDictionary_2<System_Internal.String, unknown>, System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> {}
140
140
 
141
141
  export type ITempDataDictionary = ITempDataDictionary$instance;
142
142
 
@@ -152,8 +152,8 @@ export type ITempDataDictionaryFactory = ITempDataDictionaryFactory$instance;
152
152
  export interface ITempDataProvider$instance {
153
153
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
154
154
 
155
- LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, JsValue>;
156
- SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, JsValue>): void;
155
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
156
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
157
157
  }
158
158
 
159
159
 
@@ -228,8 +228,8 @@ export interface CookieTempDataProvider$instance extends ITempDataProvider$insta
228
228
 
229
229
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
230
230
 
231
- LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, JsValue>;
232
- SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, JsValue>): void;
231
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
232
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
233
233
  }
234
234
 
235
235
 
@@ -256,31 +256,31 @@ export interface DefaultHtmlGenerator$instance {
256
256
  AddPlaceholderAttribute(viewData: ViewDataDictionary, tagBuilder: TagBuilder, modelExplorer: ModelExplorer, expression: string): void;
257
257
  AddValidationAttributes(viewContext: ViewContext, tagBuilder: TagBuilder, modelExplorer: ModelExplorer, expression: string): void;
258
258
  Encode(value: string): string;
259
- Encode(value: JsValue): string;
260
- FormatValue(value: JsValue, format: string): string;
261
- GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): TagBuilder;
259
+ Encode(value: unknown): string;
260
+ FormatValue(value: unknown, format: string): string;
261
+ GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
262
262
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
263
- GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): TagBuilder;
264
- GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): TagBuilder;
265
- GenerateFormCore(viewContext: ViewContext, action: string, method: string, htmlAttributes: JsValue): TagBuilder;
263
+ GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
264
+ GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
265
+ GenerateFormCore(viewContext: ViewContext, action: string, method: string, htmlAttributes: unknown): TagBuilder;
266
266
  GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
267
- GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, useViewData: boolean, htmlAttributes: JsValue): TagBuilder;
267
+ GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
268
268
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
269
- GenerateInput(viewContext: ViewContext, inputType: InputType, modelExplorer: ModelExplorer, expression: string, value: JsValue, useViewData: boolean, isChecked: boolean, setId: boolean, isExplicitValue: boolean, format: string, htmlAttributes: IDictionary_2<System_Internal.String, JsValue>): TagBuilder;
270
- GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: JsValue): TagBuilder;
271
- GenerateLink(linkText: string, url: string, htmlAttributes: JsValue): TagBuilder;
272
- GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: JsValue, fragment: string, method: string, htmlAttributes: JsValue): TagBuilder;
273
- GeneratePageLink(viewContext: ViewContext, linkText: string, pageName: string, pageHandler: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): TagBuilder;
274
- GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, htmlAttributes: JsValue): TagBuilder;
275
- GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): TagBuilder;
276
- GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): TagBuilder;
277
- GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): TagBuilder;
278
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: JsValue): TagBuilder;
279
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: JsValue): TagBuilder;
280
- GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: JsValue): TagBuilder;
281
- GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: JsValue, format: string, htmlAttributes: JsValue): TagBuilder;
282
- GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: JsValue): TagBuilder;
283
- GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: JsValue): TagBuilder;
269
+ GenerateInput(viewContext: ViewContext, inputType: InputType, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, isChecked: boolean, setId: boolean, isExplicitValue: boolean, format: string, htmlAttributes: IDictionary_2<System_Internal.String, unknown>): TagBuilder;
270
+ GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
271
+ GenerateLink(linkText: string, url: string, htmlAttributes: unknown): TagBuilder;
272
+ GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
273
+ GeneratePageLink(viewContext: ViewContext, linkText: string, pageName: string, pageHandler: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
274
+ GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
275
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
276
+ GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
277
+ GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
278
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
279
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
280
+ GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
281
+ GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
282
+ GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
283
+ GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
284
284
  GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
285
285
  }
286
286
 
@@ -316,7 +316,7 @@ export interface FormContext$instance {
316
316
 
317
317
  CanRenderAtEndOfForm: boolean;
318
318
  readonly EndOfFormContent: IList_1<IHtmlContent>;
319
- readonly FormData: IDictionary_2<System_Internal.String, JsValue>;
319
+ readonly FormData: IDictionary_2<System_Internal.String, unknown>;
320
320
  HasAntiforgeryToken: boolean;
321
321
  readonly HasEndOfFormContent: boolean;
322
322
  readonly HasFormData: boolean;
@@ -343,64 +343,64 @@ export interface HtmlHelper$instance extends IViewContextAware$instance {
343
343
  readonly MetadataProvider: IModelMetadataProvider;
344
344
  readonly TempData: ITempDataDictionary;
345
345
  readonly UrlEncoder: UrlEncoder;
346
- readonly ViewBag: JsValue;
346
+ readonly ViewBag: unknown;
347
347
  ViewContext: ViewContext;
348
348
  readonly ViewData: ViewDataDictionary;
349
- ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
349
+ ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
350
350
  AntiForgeryToken(): IHtmlContent;
351
- BeginForm(actionName: string, controllerName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
352
- BeginRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
353
- CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
351
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
352
+ BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
353
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
354
354
  Contextualize(viewContext: ViewContext): void;
355
355
  CreateForm(): MvcForm;
356
- Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
356
+ Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
357
357
  DisplayName(expression: string): string;
358
358
  DisplayText(expression: string): string;
359
- DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
360
- Editor(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
359
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
360
+ Editor(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
361
361
  Encode(value: string): string;
362
- Encode(value: JsValue): string;
362
+ Encode(value: unknown): string;
363
363
  EndForm(): void;
364
- FormatValue(value: JsValue, format: string): string;
365
- GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
366
- GenerateDisplay(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
364
+ FormatValue(value: unknown, format: string): string;
365
+ GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
366
+ GenerateDisplay(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
367
367
  GenerateDisplayName(modelExplorer: ModelExplorer, expression: string): string;
368
368
  GenerateDisplayText(modelExplorer: ModelExplorer): string;
369
- GenerateEditor(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
370
- GenerateForm(actionName: string, controllerName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
371
- GenerateHidden(modelExplorer: ModelExplorer, expression: string, value: JsValue, useViewData: boolean, htmlAttributes: JsValue): IHtmlContent;
369
+ GenerateEditor(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
370
+ GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
371
+ GenerateHidden(modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): IHtmlContent;
372
372
  GenerateId(expression: string): string;
373
373
  GenerateIdFromName(fullName: string): string;
374
- GenerateLabel(modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
374
+ GenerateLabel(modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
375
375
  GenerateName(expression: string): string;
376
- GeneratePassword(modelExplorer: ModelExplorer, expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
377
- GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
378
- GenerateRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
379
- GenerateTextArea(modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
380
- GenerateTextBox(modelExplorer: ModelExplorer, expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
381
- GenerateValidationMessage(modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: JsValue): IHtmlContent;
382
- GenerateValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
383
- GenerateValue(expression: string, value: JsValue, format: string, useViewData: boolean): string;
384
- GetEnumSelectList<TEnum extends NonNullable<JsValue>>(): IEnumerable_1<SelectListItem>;
376
+ GeneratePassword(modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
377
+ GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
378
+ GenerateRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
379
+ GenerateTextArea(modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
380
+ GenerateTextBox(modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
381
+ GenerateValidationMessage(modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): IHtmlContent;
382
+ GenerateValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
383
+ GenerateValue(expression: string, value: unknown, format: string, useViewData: boolean): string;
384
+ GetEnumSelectList<TEnum extends NonNullable<unknown>>(): IEnumerable_1<SelectListItem>;
385
385
  GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
386
386
  GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
387
- Hidden(expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
387
+ Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
388
388
  Id(expression: string): string;
389
- Label(expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
390
- ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
389
+ Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
390
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
391
391
  Name(expression: string): string;
392
- PartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
393
- Password(expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
394
- RadioButton(expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
392
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
393
+ Password(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
394
+ RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
395
395
  Raw(value: string): IHtmlContent;
396
- Raw(value: JsValue): IHtmlContent;
397
- RenderPartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task;
398
- RenderPartialCoreAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary, writer: TextWriter): Task;
399
- RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
400
- TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
401
- TextBox(expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
402
- ValidationMessage(expression: string, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
403
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
396
+ Raw(value: unknown): IHtmlContent;
397
+ RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
398
+ RenderPartialCoreAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary, writer: TextWriter): Task;
399
+ RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
400
+ TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
401
+ TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
402
+ ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
403
+ ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
404
404
  Value(expression: string, format: string): string;
405
405
  }
406
406
 
@@ -413,9 +413,9 @@ export const HtmlHelper: {
413
413
  readonly ValidationMessageValidCssClassName: string;
414
414
  readonly ValidationSummaryCssClassName: string;
415
415
  readonly ValidationSummaryValidCssClassName: string;
416
- AnonymousObjectToHtmlAttributes(htmlAttributes: JsValue): IDictionary_2<System_Internal.String, JsValue>;
416
+ AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary_2<System_Internal.String, unknown>;
417
417
  GetFormMethodString(method: FormMethod): string;
418
- ObjectToDictionary(value: JsValue): IDictionary_2<System_Internal.String, JsValue>;
418
+ ObjectToDictionary(value: unknown): IDictionary_2<System_Internal.String, unknown>;
419
419
  };
420
420
 
421
421
 
@@ -427,47 +427,47 @@ export interface __HtmlHelper$views {
427
427
  export type HtmlHelper = HtmlHelper$instance & __HtmlHelper$views;
428
428
 
429
429
 
430
- export interface HtmlHelper_1$instance<TModel> extends HtmlHelper$instance {
430
+ export interface HtmlHelper_1$instance<TModel extends unknown> extends HtmlHelper$instance, IViewContextAware$instance {
431
431
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper_1: never;
432
432
 
433
433
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
434
434
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
435
435
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
436
436
 
437
- CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: JsValue): IHtmlContent;
437
+ CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
438
438
  Contextualize(viewContext: ViewContext): void;
439
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
440
- DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
441
- DisplayNameForInnerType<TModelItem, TResult>(expression: Expression_1<Func_2<TModelItem, TResult>>): string;
442
- DisplayTextFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
443
- DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
444
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
445
- HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: JsValue): IHtmlContent;
446
- IdFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
447
- LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: JsValue): IHtmlContent;
448
- ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
449
- NameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
450
- PasswordFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: JsValue): IHtmlContent;
451
- RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
452
- TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
453
- TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string, htmlAttributes: JsValue): IHtmlContent;
454
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
455
- ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
439
+ DisplayFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
440
+ DisplayNameFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>): string;
441
+ DisplayNameForInnerType<TModelItem extends unknown, TResult extends unknown>(expression: Expression_1<Func_2<TModelItem, TResult>>): string;
442
+ DisplayTextFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>): string;
443
+ DropDownListFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
444
+ EditorFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
445
+ HiddenFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
446
+ IdFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>): string;
447
+ LabelFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
448
+ ListBoxFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
449
+ NameFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>): string;
450
+ PasswordFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
451
+ RadioButtonFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
452
+ TextAreaFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
453
+ TextBoxFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
454
+ ValidationMessageFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
455
+ ValueFor<TResult extends unknown>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
456
456
  }
457
457
 
458
458
 
459
459
  export const HtmlHelper_1: {
460
- new<TModel>(htmlGenerator: IHtmlGenerator, viewEngine: ICompositeViewEngine, metadataProvider: IModelMetadataProvider, bufferScope: IViewBufferScope, htmlEncoder: HtmlEncoder, urlEncoder: UrlEncoder, modelExpressionProvider: ModelExpressionProvider): HtmlHelper_1<TModel>;
460
+ new<TModel extends unknown>(htmlGenerator: IHtmlGenerator, viewEngine: ICompositeViewEngine, metadataProvider: IModelMetadataProvider, bufferScope: IViewBufferScope, htmlEncoder: HtmlEncoder, urlEncoder: UrlEncoder, modelExpressionProvider: ModelExpressionProvider): HtmlHelper_1<TModel>;
461
461
  };
462
462
 
463
463
 
464
- export interface __HtmlHelper_1$views<TModel> {
464
+ export interface __HtmlHelper_1$views<TModel extends unknown> {
465
465
  As_IHtmlHelper(): Microsoft_AspNetCore_Mvc_Rendering_Internal.IHtmlHelper$instance;
466
466
  As_IHtmlHelper_1(): Microsoft_AspNetCore_Mvc_Rendering_Internal.IHtmlHelper_1$instance<TModel>;
467
467
  As_IViewContextAware(): IViewContextAware$instance;
468
468
  }
469
469
 
470
- export type HtmlHelper_1<TModel> = HtmlHelper_1$instance<TModel> & __HtmlHelper_1$views<TModel>;
470
+ export type HtmlHelper_1<TModel extends unknown> = HtmlHelper_1$instance<TModel> & __HtmlHelper_1$views<TModel>;
471
471
 
472
472
 
473
473
  export interface HtmlHelperOptions$instance {
@@ -495,24 +495,24 @@ export interface ModelExplorer$instance {
495
495
 
496
496
  readonly Container: ModelExplorer;
497
497
  readonly Metadata: ModelMetadata;
498
- readonly Model: JsValue;
498
+ readonly Model: unknown;
499
499
  readonly ModelType: Type;
500
500
  readonly Properties: IEnumerable_1<ModelExplorer>;
501
- GetExplorerForExpression(modelType: Type, model: JsValue): ModelExplorer;
502
- GetExplorerForExpression(metadata: ModelMetadata, model: JsValue): ModelExplorer;
503
- GetExplorerForExpression(modelType: Type, modelAccessor: Func_2<JsValue, JsValue>): ModelExplorer;
504
- GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func_2<JsValue, JsValue>): ModelExplorer;
505
- GetExplorerForModel(model: JsValue): ModelExplorer;
501
+ GetExplorerForExpression(modelType: Type, model: unknown): ModelExplorer;
502
+ GetExplorerForExpression(metadata: ModelMetadata, model: unknown): ModelExplorer;
503
+ GetExplorerForExpression(modelType: Type, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
504
+ GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
505
+ GetExplorerForModel(model: unknown): ModelExplorer;
506
506
  GetExplorerForProperty(name: string): ModelExplorer;
507
- GetExplorerForProperty(name: string, modelAccessor: Func_2<JsValue, JsValue>): ModelExplorer;
508
- GetExplorerForProperty(name: string, model: JsValue): ModelExplorer;
507
+ GetExplorerForProperty(name: string, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
508
+ GetExplorerForProperty(name: string, model: unknown): ModelExplorer;
509
509
  }
510
510
 
511
511
 
512
512
  export const ModelExplorer: {
513
- new(metadataProvider: IModelMetadataProvider, metadata: ModelMetadata, model: JsValue): ModelExplorer;
514
- new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func_2<JsValue, JsValue>): ModelExplorer;
515
- new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, model: JsValue): ModelExplorer;
513
+ new(metadataProvider: IModelMetadataProvider, metadata: ModelMetadata, model: unknown): ModelExplorer;
514
+ new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
515
+ new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, model: unknown): ModelExplorer;
516
516
  };
517
517
 
518
518
 
@@ -522,7 +522,7 @@ export interface ModelExpression$instance {
522
522
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpression: never;
523
523
 
524
524
  readonly Metadata: ModelMetadata;
525
- readonly Model: JsValue;
525
+ readonly Model: unknown;
526
526
  readonly ModelExplorer: ModelExplorer;
527
527
  readonly Name: string;
528
528
  }
@@ -540,9 +540,9 @@ export interface ModelExpressionProvider$instance {
540
540
 
541
541
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
542
542
 
543
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
544
- CreateModelExpression<TModel>(viewData: ViewDataDictionary_1<TModel>, expression: string): ModelExpression;
545
- GetExpressionText<TModel, TValue>(expression: Expression_1<Func_2<TModel, TValue>>): string;
543
+ CreateModelExpression<TModel extends unknown, TValue extends unknown>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
544
+ CreateModelExpression<TModel extends unknown>(viewData: ViewDataDictionary_1<TModel>, expression: string): ModelExpression;
545
+ GetExpressionText<TModel extends unknown, TValue extends unknown>(expression: Expression_1<Func_2<TModel, TValue>>): string;
546
546
  }
547
547
 
548
548
 
@@ -582,7 +582,7 @@ export interface __PartialViewResultExecutor$views {
582
582
  export type PartialViewResultExecutor = PartialViewResultExecutor$instance & __PartialViewResultExecutor$views;
583
583
 
584
584
 
585
- export interface SaveTempDataAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
585
+ export interface SaveTempDataAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
586
586
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SaveTempDataAttribute: never;
587
587
 
588
588
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
@@ -613,8 +613,8 @@ export interface SessionStateTempDataProvider$instance extends ITempDataProvider
613
613
 
614
614
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
615
615
 
616
- LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, JsValue>;
617
- SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, JsValue>): void;
616
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
617
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
618
618
  }
619
619
 
620
620
 
@@ -662,19 +662,19 @@ export interface TempDataDictionary$instance {
662
662
 
663
663
  readonly Count: int;
664
664
  readonly Keys: ICollection_1<System_Internal.String>;
665
- readonly Values: ICollection_1<JsValue | null>;
666
- Add(key: string, value: JsValue | null): void;
665
+ readonly Values: ICollection_1<unknown | null>;
666
+ Add(key: string, value: unknown | null): void;
667
667
  Clear(): void;
668
668
  ContainsKey(key: string): boolean;
669
- ContainsValue(value: JsValue | null): boolean;
670
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>;
669
+ ContainsValue(value: unknown | null): boolean;
670
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
671
671
  Keep(): void;
672
672
  Keep(key: string): void;
673
673
  Load(): void;
674
- Peek(key: string): JsValue | null;
674
+ Peek(key: string): unknown | null;
675
675
  Remove(key: string): boolean;
676
676
  Save(): void;
677
- TryGetValue(key: string, value: JsValue | null): boolean;
677
+ TryGetValue(key: string, value: unknown | null): boolean;
678
678
  }
679
679
 
680
680
 
@@ -687,7 +687,7 @@ export interface __TempDataDictionary$views {
687
687
  As_ITempDataDictionary(): ITempDataDictionary$instance;
688
688
  }
689
689
 
690
- export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views & { [key: string]: JsValue | null; };
690
+ export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views & { [key: string]: unknown | null; };
691
691
 
692
692
 
693
693
  export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {
@@ -714,10 +714,10 @@ export type TempDataDictionaryFactory = TempDataDictionaryFactory$instance & __T
714
714
  export interface TemplateInfo$instance {
715
715
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TemplateInfo: never;
716
716
 
717
- FormattedModelValue: JsValue;
717
+ FormattedModelValue: unknown;
718
718
  HtmlFieldPrefix: string;
719
719
  readonly TemplateDepth: int;
720
- AddVisited(value: JsValue): boolean;
720
+ AddVisited(value: unknown): boolean;
721
721
  GetFullHtmlFieldName(partialFieldName: string): string;
722
722
  Visited(modelExplorer: ModelExplorer): boolean;
723
723
  }
@@ -790,38 +790,38 @@ export interface ViewDataDictionary$instance {
790
790
  readonly Count: int;
791
791
  readonly IsReadOnly: boolean;
792
792
  readonly Keys: ICollection_1<System_Internal.String>;
793
- Model: JsValue;
793
+ Model: unknown;
794
794
  ModelExplorer: ModelExplorer;
795
795
  readonly ModelMetadata: ModelMetadata;
796
796
  readonly ModelState: ModelStateDictionary;
797
797
  readonly TemplateInfo: TemplateInfo;
798
- readonly Values: ICollection_1<JsValue | null>;
799
- Add(key: string, value: JsValue | null): void;
800
- Add(item: KeyValuePair_2<System_Internal.String, JsValue>): void;
798
+ readonly Values: ICollection_1<unknown | null>;
799
+ Add(key: string, value: unknown | null): void;
800
+ Add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
801
801
  Clear(): void;
802
- Contains(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
802
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
803
803
  ContainsKey(key: string): boolean;
804
- CopyTo(array: KeyValuePair_2<System_Internal.String, JsValue>[], arrayIndex: int): void;
805
- Eval(expression: string | null): JsValue | null;
804
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
805
+ Eval(expression: string | null): unknown | null;
806
806
  Eval(expression: string | null, format: string | null): string | null;
807
807
  GetViewDataInfo(expression: string | null): ViewDataInfo | null;
808
808
  Remove(key: string): boolean;
809
- Remove(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
810
- SetModel(value: JsValue | null): void;
811
- TryGetValue(key: string, value: JsValue | null): boolean;
809
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
810
+ SetModel(value: unknown | null): void;
811
+ TryGetValue(key: string, value: unknown | null): boolean;
812
812
  }
813
813
 
814
814
 
815
815
  export const ViewDataDictionary: {
816
816
  new(metadataProvider: IModelMetadataProvider, modelState: ModelStateDictionary): ViewDataDictionary;
817
817
  new(source: ViewDataDictionary): ViewDataDictionary;
818
- FormatValue(value: JsValue | null, format: string | null): string | null;
818
+ FormatValue(value: unknown | null, format: string | null): string | null;
819
819
  };
820
820
 
821
821
 
822
- export type ViewDataDictionary = ViewDataDictionary$instance & { [index: string]: JsValue | null; };
822
+ export type ViewDataDictionary = ViewDataDictionary$instance & { [index: string]: unknown | null; };
823
823
 
824
- export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionary {
824
+ export interface ViewDataDictionary_1$instance<TModel extends unknown> extends ViewDataDictionary {
825
825
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary_1: never;
826
826
 
827
827
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -834,13 +834,13 @@ export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionar
834
834
 
835
835
 
836
836
  export const ViewDataDictionary_1: {
837
- new<TModel>(metadataProvider: IModelMetadataProvider, modelState: ModelStateDictionary): ViewDataDictionary_1<TModel>;
838
- new<TModel>(source: ViewDataDictionary): ViewDataDictionary_1<TModel>;
839
- new<TModel>(source: ViewDataDictionary, model: JsValue | null): ViewDataDictionary_1<TModel>;
837
+ new<TModel extends unknown>(metadataProvider: IModelMetadataProvider, modelState: ModelStateDictionary): ViewDataDictionary_1<TModel>;
838
+ new<TModel extends unknown>(source: ViewDataDictionary): ViewDataDictionary_1<TModel>;
839
+ new<TModel extends unknown>(source: ViewDataDictionary, model: unknown | null): ViewDataDictionary_1<TModel>;
840
840
  };
841
841
 
842
842
 
843
- export type ViewDataDictionary_1<TModel> = ViewDataDictionary_1$instance<TModel>;
843
+ export type ViewDataDictionary_1<TModel extends unknown> = ViewDataDictionary_1$instance<TModel>;
844
844
 
845
845
  export interface ViewDataDictionaryAttribute$instance extends Attribute {
846
846
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryAttribute: never;
@@ -860,8 +860,8 @@ export interface ViewDataDictionaryControllerPropertyActivator$instance {
860
860
 
861
861
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerPropertyActivator: never;
862
862
 
863
- Activate(actionContext: ControllerContext, controller: JsValue): void;
864
- GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action_2<ControllerContext, JsValue>;
863
+ Activate(actionContext: ControllerContext, controller: unknown): void;
864
+ GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown>;
865
865
  }
866
866
 
867
867
 
@@ -875,16 +875,16 @@ export type ViewDataDictionaryControllerPropertyActivator = ViewDataDictionaryCo
875
875
  export interface ViewDataInfo$instance {
876
876
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataInfo: never;
877
877
 
878
- readonly Container: JsValue;
878
+ readonly Container: unknown;
879
879
  readonly PropertyInfo: PropertyInfo;
880
- Value: JsValue;
880
+ Value: unknown;
881
881
  }
882
882
 
883
883
 
884
884
  export const ViewDataInfo: {
885
- new(container: JsValue, value: JsValue): ViewDataInfo;
886
- new(container: JsValue, propertyInfo: PropertyInfo): ViewDataInfo;
887
- new(container: JsValue, propertyInfo: PropertyInfo, valueAccessor: Func_1<JsValue>): ViewDataInfo;
885
+ new(container: unknown, value: unknown): ViewDataInfo;
886
+ new(container: unknown, propertyInfo: PropertyInfo): ViewDataInfo;
887
+ new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func_1<unknown>): ViewDataInfo;
888
888
  };
889
889
 
890
890
 
@@ -936,8 +936,8 @@ export abstract class AntiforgeryExtensions$instance {
936
936
  export type AntiforgeryExtensions = AntiforgeryExtensions$instance;
937
937
 
938
938
  export abstract class DefaultHtmlGeneratorExtensions$instance {
939
- static GenerateForm(generator: IHtmlGenerator, viewContext: ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): TagBuilder;
940
- static GenerateRouteForm(generator: IHtmlGenerator, viewContext: ViewContext, routeName: string, routeValues: JsValue, fragment: string, method: string, htmlAttributes: JsValue): TagBuilder;
939
+ static GenerateForm(generator: IHtmlGenerator, viewContext: ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
940
+ static GenerateRouteForm(generator: IHtmlGenerator, viewContext: ViewContext, routeName: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
941
941
  }
942
942
 
943
943
 
@@ -951,7 +951,7 @@ export abstract class ModelExplorerExtensions$instance {
951
951
  export type ModelExplorerExtensions = ModelExplorerExtensions$instance;
952
952
 
953
953
  export abstract class ModelMetadataProviderExtensions$instance {
954
- static GetModelExplorerForType(provider: IModelMetadataProvider, modelType: Type, model: JsValue): ModelExplorer;
954
+ static GetModelExplorerForType(provider: IModelMetadataProvider, modelType: Type, model: unknown): ModelExplorer;
955
955
  }
956
956
 
957
957
 
@@ -966,7 +966,7 @@ export type TryGetValueProvider = TryGetValueProvider$instance;
966
966
 
967
967
  export abstract class ViewDataEvaluator$instance {
968
968
  static Eval(viewData: ViewDataDictionary, expression: string): ViewDataInfo;
969
- static Eval(indexableObject: JsValue, expression: string): ViewDataInfo;
969
+ static Eval(indexableObject: unknown, expression: string): ViewDataInfo;
970
970
  }
971
971
 
972
972