@tsonic/aspnetcore 10.0.1 → 10.0.2

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 (312) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  21. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
  22. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  23. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
  24. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  25. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  26. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  27. package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
  28. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  29. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
  30. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  31. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  32. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  34. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  35. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  36. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  38. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
  39. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  41. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
  42. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  43. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  44. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  45. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
  46. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  47. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  48. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
  49. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  50. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
  51. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  52. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  53. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
  54. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  55. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
  56. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  57. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  58. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  59. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  61. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  62. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
  63. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  64. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  65. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  66. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  67. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  68. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  69. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
  70. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  71. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  72. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  73. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  74. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
  75. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  76. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  77. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
  78. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  79. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  80. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  81. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  83. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
  84. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  85. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  86. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  88. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  89. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
  90. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  91. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  97. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  98. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  99. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
  100. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  101. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  102. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  103. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  104. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
  105. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  106. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  107. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  108. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  109. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  110. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  111. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  112. package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
  113. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  114. package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
  115. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  116. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
  117. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  118. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  119. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  120. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  121. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
  122. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  123. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
  124. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  125. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  126. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  127. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
  128. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  129. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  130. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
  131. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  132. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
  133. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  134. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
  135. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  136. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  137. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  138. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
  139. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  140. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  141. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  142. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  143. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  144. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
  145. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  146. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  147. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
  148. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  149. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
  150. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  151. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
  152. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  153. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
  154. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  155. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
  156. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  157. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
  158. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  159. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
  160. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  161. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
  162. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  163. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  164. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  165. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
  166. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  167. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
  168. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  169. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  170. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
  171. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  172. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  173. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
  174. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  175. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
  176. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  177. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
  178. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  180. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  181. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
  182. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  183. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  184. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  186. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
  187. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  188. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
  189. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  190. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  191. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
  192. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  193. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
  194. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
  195. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  196. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  197. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
  198. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  199. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
  200. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  201. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  202. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  203. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  204. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
  206. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  208. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  209. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
  210. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  211. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
  212. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  213. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  214. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
  215. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  216. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
  217. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  218. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  219. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
  220. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  221. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  222. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  223. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
  224. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  225. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
  226. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  227. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
  228. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  230. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  232. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  233. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
  234. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  235. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
  236. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  237. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
  238. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  239. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  240. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  241. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  242. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
  243. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  244. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  245. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
  246. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  247. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  248. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  249. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
  250. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  251. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
  252. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  253. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  254. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
  255. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  256. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
  257. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  258. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  259. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  260. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
  261. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  262. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
  263. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  264. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
  265. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  266. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  267. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  268. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  269. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
  270. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  271. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
  272. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  273. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  274. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  275. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  276. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  277. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  278. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  279. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  280. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  281. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
  282. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  283. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
  284. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  285. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
  286. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  287. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  288. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  290. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  291. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  292. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  293. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  294. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
  295. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  296. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  297. package/Microsoft.JSInterop/bindings.json +545 -3
  298. package/Microsoft.JSInterop/internal/index.d.ts +20 -5
  299. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  300. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
  301. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  302. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  303. package/Microsoft.JSInterop.d.ts +4 -2
  304. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  305. package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
  306. package/System.Formats.Cbor/bindings.json +251 -0
  307. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  308. package/System.Formats.Cbor.d.ts +1 -1
  309. package/System.Security.Claims/bindings.json +5 -0
  310. package/System.Threading.RateLimiting/bindings.json +1001 -10
  311. package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
  312. package/package.json +1 -1
@@ -10,13 +10,14 @@ import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import type { FormMappingError } from "../../Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.js";
13
+ import type { RenderTreeBuilder } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
13
14
  import * as Microsoft_AspNetCore_Components_Internal from "../../Microsoft.AspNetCore.Components/internal/index.js";
14
- import type { ComponentBase, ElementReference, EventCallback_1, EventCallbackWorkItem, IComponent, IHandleAfterRender, IHandleEvent, ParameterView, RenderFragment, RenderFragment_1, RenderHandle } from "../../Microsoft.AspNetCore.Components/internal/index.js";
15
+ import type { ComponentBase, ElementReference, EventCallback_1, EventCallbackWorkItem, IComponent, IComponentRenderMode, IHandleAfterRender, IHandleEvent, ParameterView, RendererInfo, RenderFragment, RenderFragment_1, RenderHandle, ResourceAssetCollection } from "../../Microsoft.AspNetCore.Components/internal/index.js";
15
16
  import type { IDictionary, IEnumerable, IReadOnlyDictionary, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
16
17
  import type { Stream } from "@tsonic/dotnet/System.IO.js";
17
18
  import * as System_Internal from "@tsonic/dotnet/System.js";
18
- import type { Boolean as ClrBoolean, DateTimeOffset, Enum, EventArgs, EventHandler, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, ValueType, Void } from "@tsonic/dotnet/System.js";
19
- import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
19
+ import type { Action, Boolean as ClrBoolean, DateTimeOffset, Enum, EventArgs, EventHandler, Exception, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, ValueType, Void } from "@tsonic/dotnet/System.js";
20
+ import type { Expression, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
20
21
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
21
22
  import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
22
23
 
@@ -74,7 +75,7 @@ export interface AntiforgeryStateProvider$instance {
74
75
  }
75
76
 
76
77
 
77
- export const AntiforgeryStateProvider: {
78
+ export const AntiforgeryStateProvider: (abstract new() => AntiforgeryStateProvider) & {
78
79
  };
79
80
 
80
81
 
@@ -100,8 +101,12 @@ export type AntiforgeryToken = AntiforgeryToken$instance & __AntiforgeryToken$vi
100
101
 
101
102
  export interface DataAnnotationsValidator$instance extends ComponentBase {
102
103
  Attach(renderHandle: RenderHandle): void;
104
+ Dispose(disposing: boolean): void;
103
105
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
106
+ OnAfterRenderAsync(firstRender: boolean): Task;
104
107
  OnAfterRenderAsync(): Task;
108
+ OnInitialized(): void;
109
+ OnParametersSet(): void;
105
110
  SetParametersAsync(parameters: ParameterView): Task;
106
111
  }
107
112
 
@@ -117,7 +122,7 @@ export interface __DataAnnotationsValidator$views {
117
122
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
118
123
  }
119
124
 
120
- export interface DataAnnotationsValidator$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
125
+ export interface DataAnnotationsValidator$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
121
126
 
122
127
  export type DataAnnotationsValidator = DataAnnotationsValidator$instance & __DataAnnotationsValidator$views;
123
128
 
@@ -166,20 +171,25 @@ export type EditContextProperties = EditContextProperties$instance;
166
171
 
167
172
  export interface EditForm$instance extends ComponentBase {
168
173
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
169
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
170
- ChildContent: RenderFragment_1<EditContext>;
174
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
175
+ get ChildContent(): RenderFragment_1<EditContext> | undefined;
176
+ set ChildContent(value: RenderFragment_1<EditContext> | undefined);
171
177
  get EditContext(): EditContext | undefined;
172
- set EditContext(value: EditContext);
178
+ set EditContext(value: EditContext | undefined);
173
179
  Enhance: boolean;
174
180
  get FormName(): string | undefined;
175
- set FormName(value: string);
176
- Model: unknown;
181
+ set FormName(value: string | undefined);
182
+ get Model(): unknown | undefined;
183
+ set Model(value: unknown | undefined);
177
184
  OnInvalidSubmit: EventCallback_1<EditContext>;
178
185
  OnSubmit: EventCallback_1<EditContext>;
179
186
  OnValidSubmit: EventCallback_1<EditContext>;
180
187
  Attach(renderHandle: RenderHandle): void;
188
+ BuildRenderTree(builder: RenderTreeBuilder): void;
181
189
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
190
+ OnAfterRenderAsync(firstRender: boolean): Task;
182
191
  OnAfterRenderAsync(): Task;
192
+ OnParametersSet(): void;
183
193
  SetParametersAsync(parameters: ParameterView): Task;
184
194
  }
185
195
 
@@ -195,7 +205,7 @@ export interface __EditForm$views {
195
205
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
196
206
  }
197
207
 
198
- export interface EditForm$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
208
+ export interface EditForm$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
199
209
 
200
210
  export type EditForm = EditForm$instance & __EditForm$views;
201
211
 
@@ -206,12 +216,14 @@ export interface Editor_1$instance<T> extends ComponentBase {
206
216
  ValueExpression: Expression<Func<T>>;
207
217
  Attach(renderHandle: RenderHandle): void;
208
218
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
219
+ OnAfterRenderAsync(firstRender: boolean): Task;
209
220
  OnAfterRenderAsync(): Task;
221
+ OnParametersSet(): void;
210
222
  SetParametersAsync(parameters: ParameterView): Task;
211
223
  }
212
224
 
213
225
 
214
- export const Editor_1: {
226
+ export const Editor_1: (abstract new<T>() => Editor_1<T>) & {
215
227
  };
216
228
 
217
229
 
@@ -221,7 +233,7 @@ export interface __Editor_1$views<T> {
221
233
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
222
234
  }
223
235
 
224
- export interface Editor_1$instance<T> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
236
+ export interface Editor_1$instance<T> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
225
237
 
226
238
  export type Editor_1<T> = Editor_1$instance<T> & __Editor_1$views<T>;
227
239
 
@@ -262,7 +274,6 @@ export interface FormMappingContext$instance {
262
274
 
263
275
 
264
276
  export const FormMappingContext: {
265
- new(): FormMappingContext;
266
277
  };
267
278
 
268
279
 
@@ -290,19 +301,25 @@ export type FormMappingScope = FormMappingScope$instance & __FormMappingScope$vi
290
301
 
291
302
  export interface InputBase_1$instance<TValue> extends ComponentBase {
292
303
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
293
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
294
- DisplayName: string;
295
- Value: TValue;
304
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
305
+ get DisplayName(): string | undefined;
306
+ set DisplayName(value: string | undefined);
307
+ Value: TValue | undefined;
296
308
  ValueChanged: EventCallback_1<TValue>;
297
- ValueExpression: Expression<Func<TValue>>;
309
+ get ValueExpression(): Expression<Func<TValue>> | undefined;
310
+ set ValueExpression(value: Expression<Func<TValue>> | undefined);
298
311
  Attach(renderHandle: RenderHandle): void;
312
+ Dispose(disposing: boolean): void;
313
+ FormatValueAsString(value: TValue): string | undefined;
299
314
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
315
+ OnAfterRenderAsync(firstRender: boolean): Task;
300
316
  OnAfterRenderAsync(): Task;
301
317
  SetParametersAsync(parameters: ParameterView): Task;
318
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
302
319
  }
303
320
 
304
321
 
305
- export const InputBase_1: {
322
+ export const InputBase_1: (abstract new<TValue>() => InputBase_1<TValue>) & {
306
323
  };
307
324
 
308
325
 
@@ -312,16 +329,18 @@ export interface __InputBase_1$views<TValue> {
312
329
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
313
330
  }
314
331
 
315
- export interface InputBase_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
332
+ export interface InputBase_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
316
333
 
317
334
  export type InputBase_1<TValue> = InputBase_1$instance<TValue> & __InputBase_1$views<TValue>;
318
335
 
319
336
 
320
337
  export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean> {
321
- readonly Element: Nullable<ElementReference>;
338
+ Element: Nullable<ElementReference>;
322
339
  Attach(renderHandle: RenderHandle): void;
340
+ BuildRenderTree(builder: RenderTreeBuilder): void;
323
341
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
324
342
  OnAfterRenderAsync(): Task;
343
+ OnAfterRenderAsync(firstRender: boolean): Task;
325
344
  SetParametersAsync(parameters: ParameterView): Task;
326
345
  }
327
346
 
@@ -341,13 +360,18 @@ export type InputCheckbox = InputCheckbox$instance & __InputCheckbox$views;
341
360
 
342
361
 
343
362
  export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue> {
344
- readonly Element: Nullable<ElementReference>;
363
+ Element: Nullable<ElementReference>;
345
364
  ParsingErrorMessage: string;
346
365
  Type: InputDateType;
347
366
  Attach(renderHandle: RenderHandle): void;
367
+ BuildRenderTree(builder: RenderTreeBuilder): void;
368
+ FormatValueAsString(value: TValue): string;
348
369
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
349
370
  OnAfterRenderAsync(): Task;
371
+ OnAfterRenderAsync(firstRender: boolean): Task;
372
+ OnParametersSet(): void;
350
373
  SetParametersAsync(parameters: ParameterView): Task;
374
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
351
375
  }
352
376
 
353
377
 
@@ -367,11 +391,13 @@ export type InputDate_1<TValue> = InputDate_1$instance<TValue> & __InputDate_1$v
367
391
 
368
392
  export interface InputFile$instance extends ComponentBase {
369
393
  get AdditionalAttributes(): IDictionary<System_Internal.String, unknown> | undefined;
370
- set AdditionalAttributes(value: IDictionary<System_Internal.String, unknown>);
371
- readonly Element: Nullable<ElementReference>;
394
+ set AdditionalAttributes(value: IDictionary<System_Internal.String, unknown> | undefined);
395
+ Element: Nullable<ElementReference>;
372
396
  OnChange: EventCallback_1<InputFileChangeEventArgs>;
373
397
  Attach(renderHandle: RenderHandle): void;
398
+ BuildRenderTree(builder: RenderTreeBuilder): void;
374
399
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
400
+ OnAfterRenderAsync(firstRender: boolean): Task;
375
401
  OnAfterRenderAsync(): Task;
376
402
  SetParametersAsync(parameters: ParameterView): Task;
377
403
  }
@@ -388,7 +414,7 @@ export interface __InputFile$views {
388
414
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
389
415
  }
390
416
 
391
- export interface InputFile$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
417
+ export interface InputFile$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
392
418
 
393
419
  export type InputFile = InputFile$instance & __InputFile$views;
394
420
 
@@ -408,10 +434,12 @@ export const InputFileChangeEventArgs: {
408
434
  export type InputFileChangeEventArgs = InputFileChangeEventArgs$instance;
409
435
 
410
436
  export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String> {
411
- readonly Element: Nullable<ElementReference>;
437
+ Element: Nullable<ElementReference>;
412
438
  Attach(renderHandle: RenderHandle): void;
439
+ BuildRenderTree(builder: RenderTreeBuilder): void;
413
440
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
414
441
  OnAfterRenderAsync(): Task;
442
+ OnAfterRenderAsync(firstRender: boolean): Task;
415
443
  SetParametersAsync(parameters: ParameterView): Task;
416
444
  }
417
445
 
@@ -431,12 +459,16 @@ export type InputHidden = InputHidden$instance & __InputHidden$views;
431
459
 
432
460
 
433
461
  export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TValue> {
434
- readonly Element: Nullable<ElementReference>;
462
+ Element: Nullable<ElementReference>;
435
463
  ParsingErrorMessage: string;
436
464
  Attach(renderHandle: RenderHandle): void;
465
+ BuildRenderTree(builder: RenderTreeBuilder): void;
466
+ FormatValueAsString(value: TValue): string | undefined;
437
467
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
438
468
  OnAfterRenderAsync(): Task;
469
+ OnAfterRenderAsync(firstRender: boolean): Task;
439
470
  SetParametersAsync(parameters: ParameterView): Task;
471
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
440
472
  }
441
473
 
442
474
 
@@ -456,13 +488,17 @@ export type InputNumber_1<TValue> = InputNumber_1$instance<TValue> & __InputNumb
456
488
 
457
489
  export interface InputRadio_1$instance<TValue> extends ComponentBase {
458
490
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
459
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
460
- readonly Element: Nullable<ElementReference>;
461
- Name: string;
462
- Value: TValue;
491
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
492
+ Element: Nullable<ElementReference>;
493
+ get Name(): string | undefined;
494
+ set Name(value: string | undefined);
495
+ Value: TValue | undefined;
463
496
  Attach(renderHandle: RenderHandle): void;
497
+ BuildRenderTree(builder: RenderTreeBuilder): void;
464
498
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
499
+ OnAfterRenderAsync(firstRender: boolean): Task;
465
500
  OnAfterRenderAsync(): Task;
501
+ OnParametersSet(): void;
466
502
  SetParametersAsync(parameters: ParameterView): Task;
467
503
  }
468
504
 
@@ -478,18 +514,24 @@ export interface __InputRadio_1$views<TValue> {
478
514
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
479
515
  }
480
516
 
481
- export interface InputRadio_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
517
+ export interface InputRadio_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
482
518
 
483
519
  export type InputRadio_1<TValue> = InputRadio_1$instance<TValue> & __InputRadio_1$views<TValue>;
484
520
 
485
521
 
486
522
  export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance<TValue> {
487
- ChildContent: RenderFragment;
488
- Name: string;
523
+ get ChildContent(): RenderFragment | undefined;
524
+ set ChildContent(value: RenderFragment | undefined);
525
+ get Name(): string | undefined;
526
+ set Name(value: string | undefined);
489
527
  Attach(renderHandle: RenderHandle): void;
528
+ BuildRenderTree(builder: RenderTreeBuilder): void;
490
529
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
491
530
  OnAfterRenderAsync(): Task;
531
+ OnAfterRenderAsync(firstRender: boolean): Task;
532
+ OnParametersSet(): void;
492
533
  SetParametersAsync(parameters: ParameterView): Task;
534
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
493
535
  }
494
536
 
495
537
 
@@ -508,12 +550,17 @@ export type InputRadioGroup_1<TValue> = InputRadioGroup_1$instance<TValue> & __I
508
550
 
509
551
 
510
552
  export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TValue> {
511
- ChildContent: RenderFragment;
512
- readonly Element: Nullable<ElementReference>;
553
+ get ChildContent(): RenderFragment | undefined;
554
+ set ChildContent(value: RenderFragment | undefined);
555
+ Element: Nullable<ElementReference>;
513
556
  Attach(renderHandle: RenderHandle): void;
557
+ BuildRenderTree(builder: RenderTreeBuilder): void;
558
+ FormatValueAsString(value: TValue): string | undefined;
514
559
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
515
560
  OnAfterRenderAsync(): Task;
561
+ OnAfterRenderAsync(firstRender: boolean): Task;
516
562
  SetParametersAsync(parameters: ParameterView): Task;
563
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
517
564
  }
518
565
 
519
566
 
@@ -532,10 +579,12 @@ export type InputSelect_1<TValue> = InputSelect_1$instance<TValue> & __InputSele
532
579
 
533
580
 
534
581
  export interface InputText$instance extends InputBase_1$instance<System_Internal.String> {
535
- readonly Element: Nullable<ElementReference>;
582
+ Element: Nullable<ElementReference>;
536
583
  Attach(renderHandle: RenderHandle): void;
584
+ BuildRenderTree(builder: RenderTreeBuilder): void;
537
585
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
538
586
  OnAfterRenderAsync(): Task;
587
+ OnAfterRenderAsync(firstRender: boolean): Task;
539
588
  SetParametersAsync(parameters: ParameterView): Task;
540
589
  }
541
590
 
@@ -555,10 +604,12 @@ export type InputText = InputText$instance & __InputText$views;
555
604
 
556
605
 
557
606
  export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String> {
558
- readonly Element: Nullable<ElementReference>;
607
+ Element: Nullable<ElementReference>;
559
608
  Attach(renderHandle: RenderHandle): void;
609
+ BuildRenderTree(builder: RenderTreeBuilder): void;
560
610
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
561
611
  OnAfterRenderAsync(): Task;
612
+ OnAfterRenderAsync(firstRender: boolean): Task;
562
613
  SetParametersAsync(parameters: ParameterView): Task;
563
614
  }
564
615
 
@@ -593,12 +644,16 @@ export type RemoteBrowserFileStreamOptions = RemoteBrowserFileStreamOptions$inst
593
644
 
594
645
  export interface ValidationMessage_1$instance<TValue> extends ComponentBase {
595
646
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
596
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
647
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
597
648
  get For(): Expression<Func<TValue>> | undefined;
598
- set For(value: Expression<Func<TValue>>);
649
+ set For(value: Expression<Func<TValue>> | undefined);
599
650
  Attach(renderHandle: RenderHandle): void;
651
+ BuildRenderTree(builder: RenderTreeBuilder): void;
652
+ Dispose(disposing: boolean): void;
600
653
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
654
+ OnAfterRenderAsync(firstRender: boolean): Task;
601
655
  OnAfterRenderAsync(): Task;
656
+ OnParametersSet(): void;
602
657
  SetParametersAsync(parameters: ParameterView): Task;
603
658
  }
604
659
 
@@ -614,7 +669,7 @@ export interface __ValidationMessage_1$views<TValue> {
614
669
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
615
670
  }
616
671
 
617
- export interface ValidationMessage_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
672
+ export interface ValidationMessage_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
618
673
 
619
674
  export type ValidationMessage_1<TValue> = ValidationMessage_1$instance<TValue> & __ValidationMessage_1$views<TValue>;
620
675
 
@@ -665,11 +720,16 @@ export type ValidationStateChangedEventArgs = ValidationStateChangedEventArgs$in
665
720
 
666
721
  export interface ValidationSummary$instance extends ComponentBase {
667
722
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
668
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
669
- Model: unknown;
723
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
724
+ get Model(): unknown | undefined;
725
+ set Model(value: unknown | undefined);
670
726
  Attach(renderHandle: RenderHandle): void;
727
+ BuildRenderTree(builder: RenderTreeBuilder): void;
728
+ Dispose(disposing: boolean): void;
671
729
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
730
+ OnAfterRenderAsync(firstRender: boolean): Task;
672
731
  OnAfterRenderAsync(): Task;
732
+ OnParametersSet(): void;
673
733
  SetParametersAsync(parameters: ParameterView): Task;
674
734
  }
675
735
 
@@ -685,7 +745,7 @@ export interface __ValidationSummary$views {
685
745
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
686
746
  }
687
747
 
688
- export interface ValidationSummary$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
748
+ export interface ValidationSummary$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
689
749
 
690
750
  export type ValidationSummary = ValidationSummary$instance & __ValidationSummary$views;
691
751
 
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.IFormValueMapper",
35
36
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
36
37
  "isExtensionMethod": false
@@ -50,6 +51,7 @@
50
51
  "isVirtual": true,
51
52
  "isOverride": false,
52
53
  "isSealed": false,
54
+ "visibility": "Public",
53
55
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.IFormValueMapper",
54
56
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
55
57
  "isExtensionMethod": false
@@ -71,6 +73,10 @@
71
73
  "isSealed": true,
72
74
  "isStatic": false,
73
75
  "arity": 0,
76
+ "baseType": {
77
+ "stableId": "System.Private.CoreLib:System.Object",
78
+ "clrName": "System.Object"
79
+ },
74
80
  "methods": [],
75
81
  "properties": [
76
82
  {
@@ -78,16 +84,17 @@
78
84
  "clrName": "Container",
79
85
  "metadataToken": 385876221,
80
86
  "canonicalSignature": ":System.Object",
81
- "normalizedSignature": "Container|:System.Object|static=false|accessor=get",
87
+ "normalizedSignature": "Container|:System.Object|static=false|accessor=getset",
82
88
  "emitScope": "ClassSurface",
83
89
  "provenance": "Original",
84
90
  "isIndexer": false,
85
91
  "hasGetter": true,
86
- "hasSetter": false,
92
+ "hasSetter": true,
87
93
  "isStatic": false,
88
94
  "isAbstract": false,
89
95
  "isVirtual": false,
90
96
  "isOverride": false,
97
+ "visibility": "Public",
91
98
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
92
99
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
93
100
  },
@@ -106,6 +113,7 @@
106
113
  "isAbstract": false,
107
114
  "isVirtual": false,
108
115
  "isOverride": false,
116
+ "visibility": "Public",
109
117
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
110
118
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
111
119
  },
@@ -124,6 +132,7 @@
124
132
  "isAbstract": false,
125
133
  "isVirtual": false,
126
134
  "isOverride": false,
135
+ "visibility": "Public",
127
136
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
128
137
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
129
138
  },
@@ -142,6 +151,7 @@
142
151
  "isAbstract": false,
143
152
  "isVirtual": false,
144
153
  "isOverride": false,
154
+ "visibility": "Public",
145
155
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
146
156
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
147
157
  },
@@ -160,6 +170,7 @@
160
170
  "isAbstract": false,
161
171
  "isVirtual": false,
162
172
  "isOverride": false,
173
+ "visibility": "Public",
163
174
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
164
175
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
165
176
  }
@@ -179,6 +190,10 @@
179
190
  "isSealed": true,
180
191
  "isStatic": false,
181
192
  "arity": 0,
193
+ "baseType": {
194
+ "stableId": "System.Private.CoreLib:System.Object",
195
+ "clrName": "System.Object"
196
+ },
182
197
  "methods": [
183
198
  {
184
199
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext::SetResult(System.Object):System.Void",
@@ -195,6 +210,7 @@
195
210
  "isVirtual": false,
196
211
  "isOverride": false,
197
212
  "isSealed": false,
213
+ "visibility": "Public",
198
214
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
199
215
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
200
216
  "isExtensionMethod": false
@@ -216,6 +232,7 @@
216
232
  "isAbstract": false,
217
233
  "isVirtual": false,
218
234
  "isOverride": false,
235
+ "visibility": "Public",
219
236
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
220
237
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
221
238
  },
@@ -234,6 +251,7 @@
234
251
  "isAbstract": false,
235
252
  "isVirtual": false,
236
253
  "isOverride": false,
254
+ "visibility": "Public",
237
255
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
238
256
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
239
257
  },
@@ -252,6 +270,7 @@
252
270
  "isAbstract": false,
253
271
  "isVirtual": false,
254
272
  "isOverride": false,
273
+ "visibility": "Public",
255
274
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
256
275
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
257
276
  },
@@ -270,6 +289,7 @@
270
289
  "isAbstract": false,
271
290
  "isVirtual": false,
272
291
  "isOverride": false,
292
+ "visibility": "Public",
273
293
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
274
294
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
275
295
  },
@@ -288,6 +308,7 @@
288
308
  "isAbstract": false,
289
309
  "isVirtual": false,
290
310
  "isOverride": false,
311
+ "visibility": "Public",
291
312
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
292
313
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
293
314
  },
@@ -306,6 +327,7 @@
306
327
  "isAbstract": false,
307
328
  "isVirtual": false,
308
329
  "isOverride": false,
330
+ "visibility": "Public",
309
331
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
310
332
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
311
333
  },
@@ -314,16 +336,17 @@
314
336
  "clrName": "Result",
315
337
  "metadataToken": 385876234,
316
338
  "canonicalSignature": ":System.Object",
317
- "normalizedSignature": "Result|:System.Object|static=false|accessor=get",
339
+ "normalizedSignature": "Result|:System.Object|static=false|accessor=getset",
318
340
  "emitScope": "ClassSurface",
319
341
  "provenance": "Original",
320
342
  "isIndexer": false,
321
343
  "hasGetter": true,
322
- "hasSetter": false,
344
+ "hasSetter": true,
323
345
  "isStatic": false,
324
346
  "isAbstract": false,
325
347
  "isVirtual": false,
326
348
  "isOverride": false,
349
+ "visibility": "Public",
327
350
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext",
328
351
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
329
352
  }
@@ -343,6 +366,10 @@
343
366
  "isSealed": true,
344
367
  "isStatic": true,
345
368
  "arity": 0,
369
+ "baseType": {
370
+ "stableId": "System.Private.CoreLib:System.Object",
371
+ "clrName": "System.Object"
372
+ },
346
373
  "methods": [
347
374
  {
348
375
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Mapping.SupplyParameterFromFormServiceCollectionExtensions::AddSupplyValueFromFormProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -359,6 +386,7 @@
359
386
  "isVirtual": false,
360
387
  "isOverride": false,
361
388
  "isSealed": false,
389
+ "visibility": "Public",
362
390
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Mapping.SupplyParameterFromFormServiceCollectionExtensions",
363
391
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
364
392
  "isExtensionMethod": true
@@ -21,7 +21,7 @@ export type IFormValueMapper = IFormValueMapper$instance;
21
21
 
22
22
  export interface FormMappingError$instance {
23
23
  readonly AttemptedValue: string | undefined;
24
- readonly Container: unknown;
24
+ Container: unknown;
25
25
  readonly ErrorMessages: IReadOnlyList<FormattableString>;
26
26
  readonly Name: string;
27
27
  readonly Path: string;
@@ -29,7 +29,6 @@ export interface FormMappingError$instance {
29
29
 
30
30
 
31
31
  export const FormMappingError: {
32
- new(): FormMappingError;
33
32
  };
34
33
 
35
34
 
@@ -39,18 +38,18 @@ export interface FormValueMappingContext$instance {
39
38
  readonly AcceptFormName: string | undefined;
40
39
  readonly AcceptMappingScopeName: string;
41
40
  get MapErrorToContainer(): Action<System_Internal.String, unknown> | undefined;
42
- set MapErrorToContainer(value: Action<System_Internal.String, unknown>);
41
+ set MapErrorToContainer(value: Action<System_Internal.String, unknown> | undefined);
43
42
  get OnError(): Action<System_Internal.String, FormattableString, string | undefined> | undefined;
44
- set OnError(value: Action<System_Internal.String, FormattableString, string | undefined>);
43
+ set OnError(value: Action<System_Internal.String, FormattableString, string | undefined> | undefined);
45
44
  readonly ParameterName: string;
46
- readonly Result: unknown;
45
+ get Result(): unknown | undefined;
46
+ set Result(value: unknown | undefined);
47
47
  readonly ValueType: Type;
48
48
  SetResult(result: unknown): void;
49
49
  }
50
50
 
51
51
 
52
52
  export const FormValueMappingContext: {
53
- new(): FormValueMappingContext;
54
53
  };
55
54
 
56
55
 
@@ -7,11 +7,12 @@ import * as Internal from './Microsoft.AspNetCore.Components.Forms/internal/inde
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { FormMappingError } from './Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.js';
10
- import type { ComponentBase, ElementReference, EventCallback_1, EventCallbackWorkItem, IComponent, IHandleAfterRender, IHandleEvent, ParameterView, RenderFragment, RenderFragment_1, RenderHandle } from './Microsoft.AspNetCore.Components/internal/index.js';
10
+ import type { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
11
+ import type { ComponentBase, ElementReference, EventCallback_1, EventCallbackWorkItem, IComponent, IComponentRenderMode, IHandleAfterRender, IHandleEvent, ParameterView, RendererInfo, RenderFragment, RenderFragment_1, RenderHandle, ResourceAssetCollection } from './Microsoft.AspNetCore.Components/internal/index.js';
11
12
  import type { IDictionary, IEnumerable, IReadOnlyDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
12
13
  import type { Stream } from '@tsonic/dotnet/System.IO.js';
13
- import type { Boolean as ClrBoolean, DateTimeOffset, Enum, EventArgs, EventHandler, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, ValueType, Void } from '@tsonic/dotnet/System.js';
14
- import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
14
+ import type { Action, Boolean as ClrBoolean, DateTimeOffset, Enum, EventArgs, EventHandler, Exception, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, ValueType, Void } from '@tsonic/dotnet/System.js';
15
+ import type { Expression, LambdaExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
15
16
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
16
17
  import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
17
18