@tsonic/aspnetcore 10.0.1 → 10.0.5

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 (349) 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 +13 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +172 -66
  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 +24 -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 +31 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +4 -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 +57 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +19 -0
  21. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  22. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +11 -5
  23. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  24. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +72 -40
  25. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  26. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  27. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  28. package/Microsoft.AspNetCore.Components/internal/index.d.ts +150 -47
  29. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  30. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +50 -17
  31. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  32. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  34. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +4 -0
  35. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  36. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  38. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +209 -44
  39. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  40. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -6
  41. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  42. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  43. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  44. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +16 -3
  45. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  46. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  47. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  48. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  49. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +34 -10
  50. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  51. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  52. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +5 -0
  53. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  54. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +53 -17
  55. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  57. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +14 -7
  58. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  59. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +17 -5
  60. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  61. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  62. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  63. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  64. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  65. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  66. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +54 -11
  67. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  68. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  69. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  70. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  71. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  72. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +2 -0
  73. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  74. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -9
  75. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  76. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  77. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  78. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  79. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +69 -14
  80. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  81. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +2 -0
  82. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  83. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +48 -3
  84. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  85. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  86. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  87. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -1
  88. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  89. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +18 -2
  90. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  91. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  92. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +20 -1
  93. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  94. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +12 -0
  95. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  96. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +24 -4
  97. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  98. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  99. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +2 -0
  100. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  101. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -0
  102. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  103. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +14 -3
  104. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  105. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +10 -1
  106. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  107. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +12 -0
  108. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  109. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +24 -0
  110. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  111. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +37 -14
  112. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  113. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  114. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  115. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  116. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +34 -3
  117. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  118. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +4 -0
  119. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  120. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -0
  121. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  122. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +10 -0
  123. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  124. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  125. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  126. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +4 -0
  127. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  128. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  129. package/Microsoft.AspNetCore.Html/internal/index.d.ts +17 -1
  130. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  131. package/Microsoft.AspNetCore.Http/internal/index.d.ts +197 -53
  132. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  133. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +16 -9
  134. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  135. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -1
  136. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  137. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -0
  138. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  139. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +131 -18
  140. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  141. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +8 -2
  142. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  143. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  144. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  145. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +300 -125
  146. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  147. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  148. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +52 -6
  149. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  150. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +5 -2
  151. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  152. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
  153. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  154. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  155. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  156. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +264 -69
  157. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  158. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  159. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  160. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +4 -0
  161. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  162. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  163. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +20 -2
  164. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  165. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -0
  166. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  167. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +508 -107
  168. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  169. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +15 -5
  170. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  171. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +17 -2
  172. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  173. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +42 -13
  174. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  175. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +128 -18
  176. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  177. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +16 -2
  178. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  179. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +10 -1
  180. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  181. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +23 -2
  182. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  183. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  184. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  186. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -1
  187. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  188. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +27 -10
  189. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  190. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  191. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +366 -4
  192. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  193. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  194. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +100 -24
  195. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  196. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +111 -13
  197. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  198. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +40 -4
  199. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -1
  200. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  201. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  202. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +97 -11
  203. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  204. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  205. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +23 -0
  206. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  207. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +234 -58
  208. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  209. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +101 -5
  210. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  211. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  212. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +75 -32
  213. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  214. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  215. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +45 -8
  216. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -1
  217. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  218. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  219. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +50 -9
  220. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  221. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +8 -4
  222. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  223. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  224. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  225. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  226. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  227. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +27 -3
  228. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  229. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  230. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  231. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +33 -10
  232. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  233. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +32 -9
  234. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  235. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  236. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +19 -3
  237. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  238. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +58 -25
  239. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  240. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  241. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +84 -32
  242. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  243. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +14 -0
  244. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  245. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  246. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +43 -3
  247. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  248. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +13 -4
  249. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  250. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +114 -7
  251. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  252. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -0
  253. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  254. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  255. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  256. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  257. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +16 -8
  258. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  259. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +4 -2
  260. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  261. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +11 -6
  262. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  263. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  264. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  265. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  266. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +52 -12
  267. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  268. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -0
  269. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  270. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +6 -2
  271. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  272. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +23 -0
  273. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  274. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +2 -0
  275. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  276. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +139 -26
  277. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  278. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +117 -5
  279. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  280. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  281. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +28 -6
  282. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  283. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +4 -8
  284. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  285. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  286. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  287. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +6 -10
  288. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  289. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +21 -9
  290. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  291. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -1
  292. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  293. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +2 -0
  294. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  295. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  296. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  297. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +13 -7
  298. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  299. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +16 -2
  300. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  301. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -0
  302. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  303. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  304. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  305. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  306. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  307. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  308. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +5 -0
  309. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  310. package/Microsoft.AspNetCore.Session/internal/index.d.ts +8 -0
  311. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  312. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +63 -10
  313. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  314. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +15 -11
  315. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  316. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +2 -1
  317. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  318. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  319. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +9 -1
  320. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  321. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  322. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  323. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  324. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  325. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  326. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +28 -6
  327. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  328. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +10 -0
  329. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  330. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  331. package/Microsoft.JSInterop/bindings.json +545 -3
  332. package/Microsoft.JSInterop/internal/index.d.ts +52 -6
  333. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  334. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -6
  335. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  336. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  337. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +2 -0
  338. package/Microsoft.JSInterop.d.ts +4 -2
  339. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  340. package/Microsoft.Net.Http.Headers/internal/index.d.ts +8 -6
  341. package/System.Formats.Cbor/bindings.json +251 -0
  342. package/System.Formats.Cbor/internal/index.d.ts +3 -1
  343. package/System.Formats.Cbor.d.ts +1 -1
  344. package/System.Security.Claims/bindings.json +5 -0
  345. package/System.Security.Claims.d.ts +3 -0
  346. package/System.Threading.RateLimiting/bindings.json +1001 -10
  347. package/System.Threading.RateLimiting/internal/index.d.ts +58 -4
  348. package/__internal/extensions/index.d.ts +818 -529
  349. 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
 
@@ -29,6 +30,8 @@ export enum InputDateType {
29
30
 
30
31
 
31
32
  export interface IBrowserFile$instance {
33
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_Forms_IBrowserFile: never;
34
+
32
35
  readonly Name: string;
33
36
  readonly LastModified: DateTimeOffset;
34
37
  readonly Size: long;
@@ -40,6 +43,8 @@ export interface IBrowserFile$instance {
40
43
  export type IBrowserFile = IBrowserFile$instance;
41
44
 
42
45
  export interface FieldIdentifier$instance {
46
+ readonly __tsonic_iface_System_IEquatable_1: never;
47
+
43
48
  readonly FieldName: string;
44
49
  readonly Model: unknown;
45
50
  Equals(obj: unknown): boolean;
@@ -74,13 +79,15 @@ export interface AntiforgeryStateProvider$instance {
74
79
  }
75
80
 
76
81
 
77
- export const AntiforgeryStateProvider: {
82
+ export const AntiforgeryStateProvider: (abstract new() => AntiforgeryStateProvider) & {
78
83
  };
79
84
 
80
85
 
81
86
  export type AntiforgeryStateProvider = AntiforgeryStateProvider$instance;
82
87
 
83
88
  export interface AntiforgeryToken$instance {
89
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
90
+
84
91
  }
85
92
 
86
93
 
@@ -99,9 +106,18 @@ export type AntiforgeryToken = AntiforgeryToken$instance & __AntiforgeryToken$vi
99
106
 
100
107
 
101
108
  export interface DataAnnotationsValidator$instance extends ComponentBase {
109
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
110
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
111
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
112
+ readonly __tsonic_iface_System_IDisposable: never;
113
+
102
114
  Attach(renderHandle: RenderHandle): void;
115
+ Dispose(disposing: boolean): void;
103
116
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
117
+ OnAfterRenderAsync(firstRender: boolean): Task;
104
118
  OnAfterRenderAsync(): Task;
119
+ OnInitialized(): void;
120
+ OnParametersSet(): void;
105
121
  SetParametersAsync(parameters: ParameterView): Task;
106
122
  }
107
123
 
@@ -117,7 +133,7 @@ export interface __DataAnnotationsValidator$views {
117
133
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
118
134
  }
119
135
 
120
- export interface DataAnnotationsValidator$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
136
+ export interface DataAnnotationsValidator$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {}
121
137
 
122
138
  export type DataAnnotationsValidator = DataAnnotationsValidator$instance & __DataAnnotationsValidator$views;
123
139
 
@@ -165,21 +181,30 @@ export const EditContextProperties: {
165
181
  export type EditContextProperties = EditContextProperties$instance;
166
182
 
167
183
  export interface EditForm$instance extends ComponentBase {
184
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
185
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
186
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
187
+
168
188
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
169
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
170
- ChildContent: RenderFragment_1<EditContext>;
189
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
190
+ get ChildContent(): RenderFragment_1<EditContext> | undefined;
191
+ set ChildContent(value: RenderFragment_1<EditContext> | undefined);
171
192
  get EditContext(): EditContext | undefined;
172
- set EditContext(value: EditContext);
193
+ set EditContext(value: EditContext | undefined);
173
194
  Enhance: boolean;
174
195
  get FormName(): string | undefined;
175
- set FormName(value: string);
176
- Model: unknown;
196
+ set FormName(value: string | undefined);
197
+ get Model(): unknown | undefined;
198
+ set Model(value: unknown | undefined);
177
199
  OnInvalidSubmit: EventCallback_1<EditContext>;
178
200
  OnSubmit: EventCallback_1<EditContext>;
179
201
  OnValidSubmit: EventCallback_1<EditContext>;
180
202
  Attach(renderHandle: RenderHandle): void;
203
+ BuildRenderTree(builder: RenderTreeBuilder): void;
181
204
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
205
+ OnAfterRenderAsync(firstRender: boolean): Task;
182
206
  OnAfterRenderAsync(): Task;
207
+ OnParametersSet(): void;
183
208
  SetParametersAsync(parameters: ParameterView): Task;
184
209
  }
185
210
 
@@ -195,23 +220,30 @@ export interface __EditForm$views {
195
220
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
196
221
  }
197
222
 
198
- export interface EditForm$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
223
+ export interface EditForm$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
199
224
 
200
225
  export type EditForm = EditForm$instance & __EditForm$views;
201
226
 
202
227
 
203
228
  export interface Editor_1$instance<T> extends ComponentBase {
229
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_ICascadingValueSupplier: never;
230
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
231
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
232
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
233
+
204
234
  Value: T;
205
235
  ValueChanged: EventCallback_1<T>;
206
236
  ValueExpression: Expression<Func<T>>;
207
237
  Attach(renderHandle: RenderHandle): void;
208
238
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
239
+ OnAfterRenderAsync(firstRender: boolean): Task;
209
240
  OnAfterRenderAsync(): Task;
241
+ OnParametersSet(): void;
210
242
  SetParametersAsync(parameters: ParameterView): Task;
211
243
  }
212
244
 
213
245
 
214
- export const Editor_1: {
246
+ export const Editor_1: (abstract new<T>() => Editor_1<T>) & {
215
247
  };
216
248
 
217
249
 
@@ -221,7 +253,7 @@ export interface __Editor_1$views<T> {
221
253
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
222
254
  }
223
255
 
224
- export interface Editor_1$instance<T> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
256
+ export interface Editor_1$instance<T> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
225
257
 
226
258
  export type Editor_1<T> = Editor_1$instance<T> & __Editor_1$views<T>;
227
259
 
@@ -262,13 +294,15 @@ export interface FormMappingContext$instance {
262
294
 
263
295
 
264
296
  export const FormMappingContext: {
265
- new(): FormMappingContext;
266
297
  };
267
298
 
268
299
 
269
300
  export type FormMappingContext = FormMappingContext$instance;
270
301
 
271
302
  export interface FormMappingScope$instance {
303
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_ICascadingValueSupplier: never;
304
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
305
+
272
306
  ChildContent: RenderFragment_1<FormMappingContext>;
273
307
  Name: string;
274
308
  }
@@ -289,20 +323,31 @@ export type FormMappingScope = FormMappingScope$instance & __FormMappingScope$vi
289
323
 
290
324
 
291
325
  export interface InputBase_1$instance<TValue> extends ComponentBase {
326
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
327
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
328
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
329
+ readonly __tsonic_iface_System_IDisposable: never;
330
+
292
331
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
293
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
294
- DisplayName: string;
295
- Value: TValue;
332
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
333
+ get DisplayName(): string | undefined;
334
+ set DisplayName(value: string | undefined);
335
+ Value: TValue | undefined;
296
336
  ValueChanged: EventCallback_1<TValue>;
297
- ValueExpression: Expression<Func<TValue>>;
337
+ get ValueExpression(): Expression<Func<TValue>> | undefined;
338
+ set ValueExpression(value: Expression<Func<TValue>> | undefined);
298
339
  Attach(renderHandle: RenderHandle): void;
340
+ Dispose(disposing: boolean): void;
341
+ FormatValueAsString(value: TValue): string | undefined;
299
342
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
343
+ OnAfterRenderAsync(firstRender: boolean): Task;
300
344
  OnAfterRenderAsync(): Task;
301
345
  SetParametersAsync(parameters: ParameterView): Task;
346
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
302
347
  }
303
348
 
304
349
 
305
- export const InputBase_1: {
350
+ export const InputBase_1: (abstract new<TValue>() => InputBase_1<TValue>) & {
306
351
  };
307
352
 
308
353
 
@@ -312,16 +357,23 @@ export interface __InputBase_1$views<TValue> {
312
357
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
313
358
  }
314
359
 
315
- export interface InputBase_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
360
+ export interface InputBase_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {}
316
361
 
317
362
  export type InputBase_1<TValue> = InputBase_1$instance<TValue> & __InputBase_1$views<TValue>;
318
363
 
319
364
 
320
365
  export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean> {
321
- readonly Element: Nullable<ElementReference>;
366
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
367
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
368
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
369
+ readonly __tsonic_iface_System_IDisposable: never;
370
+
371
+ Element: Nullable<ElementReference>;
322
372
  Attach(renderHandle: RenderHandle): void;
373
+ BuildRenderTree(builder: RenderTreeBuilder): void;
323
374
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
324
375
  OnAfterRenderAsync(): Task;
376
+ OnAfterRenderAsync(firstRender: boolean): Task;
325
377
  SetParametersAsync(parameters: ParameterView): Task;
326
378
  }
327
379
 
@@ -337,17 +389,29 @@ export interface __InputCheckbox$views {
337
389
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
338
390
  }
339
391
 
392
+ export interface InputCheckbox$instance extends System_Internal.IDisposable {}
393
+
340
394
  export type InputCheckbox = InputCheckbox$instance & __InputCheckbox$views;
341
395
 
342
396
 
343
397
  export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue> {
344
- readonly Element: Nullable<ElementReference>;
398
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
399
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
400
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
401
+ readonly __tsonic_iface_System_IDisposable: never;
402
+
403
+ Element: Nullable<ElementReference>;
345
404
  ParsingErrorMessage: string;
346
405
  Type: InputDateType;
347
406
  Attach(renderHandle: RenderHandle): void;
407
+ BuildRenderTree(builder: RenderTreeBuilder): void;
408
+ FormatValueAsString(value: TValue): string;
348
409
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
349
410
  OnAfterRenderAsync(): Task;
411
+ OnAfterRenderAsync(firstRender: boolean): Task;
412
+ OnParametersSet(): void;
350
413
  SetParametersAsync(parameters: ParameterView): Task;
414
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
351
415
  }
352
416
 
353
417
 
@@ -362,16 +426,26 @@ export interface __InputDate_1$views<TValue> {
362
426
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
363
427
  }
364
428
 
429
+ export interface InputDate_1$instance<TValue> extends System_Internal.IDisposable {}
430
+
365
431
  export type InputDate_1<TValue> = InputDate_1$instance<TValue> & __InputDate_1$views<TValue>;
366
432
 
367
433
 
368
434
  export interface InputFile$instance extends ComponentBase {
435
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_Forms_IInputFileJsCallbacks: never;
436
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
437
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
438
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
439
+ readonly __tsonic_iface_System_IDisposable: never;
440
+
369
441
  get AdditionalAttributes(): IDictionary<System_Internal.String, unknown> | undefined;
370
- set AdditionalAttributes(value: IDictionary<System_Internal.String, unknown>);
371
- readonly Element: Nullable<ElementReference>;
442
+ set AdditionalAttributes(value: IDictionary<System_Internal.String, unknown> | undefined);
443
+ Element: Nullable<ElementReference>;
372
444
  OnChange: EventCallback_1<InputFileChangeEventArgs>;
373
445
  Attach(renderHandle: RenderHandle): void;
446
+ BuildRenderTree(builder: RenderTreeBuilder): void;
374
447
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
448
+ OnAfterRenderAsync(firstRender: boolean): Task;
375
449
  OnAfterRenderAsync(): Task;
376
450
  SetParametersAsync(parameters: ParameterView): Task;
377
451
  }
@@ -388,7 +462,7 @@ export interface __InputFile$views {
388
462
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
389
463
  }
390
464
 
391
- export interface InputFile$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
465
+ export interface InputFile$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {}
392
466
 
393
467
  export type InputFile = InputFile$instance & __InputFile$views;
394
468
 
@@ -408,10 +482,17 @@ export const InputFileChangeEventArgs: {
408
482
  export type InputFileChangeEventArgs = InputFileChangeEventArgs$instance;
409
483
 
410
484
  export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String> {
411
- readonly Element: Nullable<ElementReference>;
485
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
486
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
487
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
488
+ readonly __tsonic_iface_System_IDisposable: never;
489
+
490
+ Element: Nullable<ElementReference>;
412
491
  Attach(renderHandle: RenderHandle): void;
492
+ BuildRenderTree(builder: RenderTreeBuilder): void;
413
493
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
414
494
  OnAfterRenderAsync(): Task;
495
+ OnAfterRenderAsync(firstRender: boolean): Task;
415
496
  SetParametersAsync(parameters: ParameterView): Task;
416
497
  }
417
498
 
@@ -427,16 +508,27 @@ export interface __InputHidden$views {
427
508
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
428
509
  }
429
510
 
511
+ export interface InputHidden$instance extends System_Internal.IDisposable {}
512
+
430
513
  export type InputHidden = InputHidden$instance & __InputHidden$views;
431
514
 
432
515
 
433
516
  export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TValue> {
434
- readonly Element: Nullable<ElementReference>;
517
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
518
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
519
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
520
+ readonly __tsonic_iface_System_IDisposable: never;
521
+
522
+ Element: Nullable<ElementReference>;
435
523
  ParsingErrorMessage: string;
436
524
  Attach(renderHandle: RenderHandle): void;
525
+ BuildRenderTree(builder: RenderTreeBuilder): void;
526
+ FormatValueAsString(value: TValue): string | undefined;
437
527
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
438
528
  OnAfterRenderAsync(): Task;
529
+ OnAfterRenderAsync(firstRender: boolean): Task;
439
530
  SetParametersAsync(parameters: ParameterView): Task;
531
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
440
532
  }
441
533
 
442
534
 
@@ -451,18 +543,28 @@ export interface __InputNumber_1$views<TValue> {
451
543
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
452
544
  }
453
545
 
546
+ export interface InputNumber_1$instance<TValue> extends System_Internal.IDisposable {}
547
+
454
548
  export type InputNumber_1<TValue> = InputNumber_1$instance<TValue> & __InputNumber_1$views<TValue>;
455
549
 
456
550
 
457
551
  export interface InputRadio_1$instance<TValue> extends ComponentBase {
552
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
553
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
554
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
555
+
458
556
  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;
557
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
558
+ Element: Nullable<ElementReference>;
559
+ get Name(): string | undefined;
560
+ set Name(value: string | undefined);
561
+ Value: TValue | undefined;
463
562
  Attach(renderHandle: RenderHandle): void;
563
+ BuildRenderTree(builder: RenderTreeBuilder): void;
464
564
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
565
+ OnAfterRenderAsync(firstRender: boolean): Task;
465
566
  OnAfterRenderAsync(): Task;
567
+ OnParametersSet(): void;
466
568
  SetParametersAsync(parameters: ParameterView): Task;
467
569
  }
468
570
 
@@ -478,18 +580,30 @@ export interface __InputRadio_1$views<TValue> {
478
580
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
479
581
  }
480
582
 
481
- export interface InputRadio_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
583
+ export interface InputRadio_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
482
584
 
483
585
  export type InputRadio_1<TValue> = InputRadio_1$instance<TValue> & __InputRadio_1$views<TValue>;
484
586
 
485
587
 
486
588
  export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance<TValue> {
487
- ChildContent: RenderFragment;
488
- Name: string;
589
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
590
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
591
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
592
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IInputRadioValueProvider: never;
593
+ readonly __tsonic_iface_System_IDisposable: never;
594
+
595
+ get ChildContent(): RenderFragment | undefined;
596
+ set ChildContent(value: RenderFragment | undefined);
597
+ get Name(): string | undefined;
598
+ set Name(value: string | undefined);
489
599
  Attach(renderHandle: RenderHandle): void;
600
+ BuildRenderTree(builder: RenderTreeBuilder): void;
490
601
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
491
602
  OnAfterRenderAsync(): Task;
603
+ OnAfterRenderAsync(firstRender: boolean): Task;
604
+ OnParametersSet(): void;
492
605
  SetParametersAsync(parameters: ParameterView): Task;
606
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
493
607
  }
494
608
 
495
609
 
@@ -504,16 +618,28 @@ export interface __InputRadioGroup_1$views<TValue> {
504
618
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
505
619
  }
506
620
 
621
+ export interface InputRadioGroup_1$instance<TValue> extends System_Internal.IDisposable {}
622
+
507
623
  export type InputRadioGroup_1<TValue> = InputRadioGroup_1$instance<TValue> & __InputRadioGroup_1$views<TValue>;
508
624
 
509
625
 
510
626
  export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TValue> {
511
- ChildContent: RenderFragment;
512
- readonly Element: Nullable<ElementReference>;
627
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
628
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
629
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
630
+ readonly __tsonic_iface_System_IDisposable: never;
631
+
632
+ get ChildContent(): RenderFragment | undefined;
633
+ set ChildContent(value: RenderFragment | undefined);
634
+ Element: Nullable<ElementReference>;
513
635
  Attach(renderHandle: RenderHandle): void;
636
+ BuildRenderTree(builder: RenderTreeBuilder): void;
637
+ FormatValueAsString(value: TValue): string | undefined;
514
638
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
515
639
  OnAfterRenderAsync(): Task;
640
+ OnAfterRenderAsync(firstRender: boolean): Task;
516
641
  SetParametersAsync(parameters: ParameterView): Task;
642
+ TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
517
643
  }
518
644
 
519
645
 
@@ -528,14 +654,23 @@ export interface __InputSelect_1$views<TValue> {
528
654
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
529
655
  }
530
656
 
657
+ export interface InputSelect_1$instance<TValue> extends System_Internal.IDisposable {}
658
+
531
659
  export type InputSelect_1<TValue> = InputSelect_1$instance<TValue> & __InputSelect_1$views<TValue>;
532
660
 
533
661
 
534
662
  export interface InputText$instance extends InputBase_1$instance<System_Internal.String> {
535
- readonly Element: Nullable<ElementReference>;
663
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
664
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
665
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
666
+ readonly __tsonic_iface_System_IDisposable: never;
667
+
668
+ Element: Nullable<ElementReference>;
536
669
  Attach(renderHandle: RenderHandle): void;
670
+ BuildRenderTree(builder: RenderTreeBuilder): void;
537
671
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
538
672
  OnAfterRenderAsync(): Task;
673
+ OnAfterRenderAsync(firstRender: boolean): Task;
539
674
  SetParametersAsync(parameters: ParameterView): Task;
540
675
  }
541
676
 
@@ -551,14 +686,23 @@ export interface __InputText$views {
551
686
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
552
687
  }
553
688
 
689
+ export interface InputText$instance extends System_Internal.IDisposable {}
690
+
554
691
  export type InputText = InputText$instance & __InputText$views;
555
692
 
556
693
 
557
694
  export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String> {
558
- readonly Element: Nullable<ElementReference>;
695
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
696
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
697
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
698
+ readonly __tsonic_iface_System_IDisposable: never;
699
+
700
+ Element: Nullable<ElementReference>;
559
701
  Attach(renderHandle: RenderHandle): void;
702
+ BuildRenderTree(builder: RenderTreeBuilder): void;
560
703
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
561
704
  OnAfterRenderAsync(): Task;
705
+ OnAfterRenderAsync(firstRender: boolean): Task;
562
706
  SetParametersAsync(parameters: ParameterView): Task;
563
707
  }
564
708
 
@@ -574,6 +718,8 @@ export interface __InputTextArea$views {
574
718
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
575
719
  }
576
720
 
721
+ export interface InputTextArea$instance extends System_Internal.IDisposable {}
722
+
577
723
  export type InputTextArea = InputTextArea$instance & __InputTextArea$views;
578
724
 
579
725
 
@@ -592,13 +738,22 @@ export const RemoteBrowserFileStreamOptions: {
592
738
  export type RemoteBrowserFileStreamOptions = RemoteBrowserFileStreamOptions$instance;
593
739
 
594
740
  export interface ValidationMessage_1$instance<TValue> extends ComponentBase {
741
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
742
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
743
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
744
+ readonly __tsonic_iface_System_IDisposable: never;
745
+
595
746
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
596
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
747
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
597
748
  get For(): Expression<Func<TValue>> | undefined;
598
- set For(value: Expression<Func<TValue>>);
749
+ set For(value: Expression<Func<TValue>> | undefined);
599
750
  Attach(renderHandle: RenderHandle): void;
751
+ BuildRenderTree(builder: RenderTreeBuilder): void;
752
+ Dispose(disposing: boolean): void;
600
753
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
754
+ OnAfterRenderAsync(firstRender: boolean): Task;
601
755
  OnAfterRenderAsync(): Task;
756
+ OnParametersSet(): void;
602
757
  SetParametersAsync(parameters: ParameterView): Task;
603
758
  }
604
759
 
@@ -614,7 +769,7 @@ export interface __ValidationMessage_1$views<TValue> {
614
769
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
615
770
  }
616
771
 
617
- export interface ValidationMessage_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
772
+ export interface ValidationMessage_1$instance<TValue> extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {}
618
773
 
619
774
  export type ValidationMessage_1<TValue> = ValidationMessage_1$instance<TValue> & __ValidationMessage_1$views<TValue>;
620
775
 
@@ -664,12 +819,22 @@ export const ValidationStateChangedEventArgs: {
664
819
  export type ValidationStateChangedEventArgs = ValidationStateChangedEventArgs$instance;
665
820
 
666
821
  export interface ValidationSummary$instance extends ComponentBase {
822
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
823
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleAfterRender: never;
824
+ readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
825
+ readonly __tsonic_iface_System_IDisposable: never;
826
+
667
827
  get AdditionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
668
- set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
669
- Model: unknown;
828
+ set AdditionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown> | undefined);
829
+ get Model(): unknown | undefined;
830
+ set Model(value: unknown | undefined);
670
831
  Attach(renderHandle: RenderHandle): void;
832
+ BuildRenderTree(builder: RenderTreeBuilder): void;
833
+ Dispose(disposing: boolean): void;
671
834
  HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
835
+ OnAfterRenderAsync(firstRender: boolean): Task;
672
836
  OnAfterRenderAsync(): Task;
837
+ OnParametersSet(): void;
673
838
  SetParametersAsync(parameters: ParameterView): Task;
674
839
  }
675
840
 
@@ -685,7 +850,7 @@ export interface __ValidationSummary$views {
685
850
  As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
686
851
  }
687
852
 
688
- export interface ValidationSummary$instance extends Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
853
+ export interface ValidationSummary$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {}
689
854
 
690
855
  export type ValidationSummary = ValidationSummary$instance & __ValidationSummary$views;
691
856