@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
@@ -16,6 +16,28 @@
16
16
  "isSealed": true,
17
17
  "isStatic": false,
18
18
  "arity": 0,
19
+ "baseType": {
20
+ "stableId": "System.Private.CoreLib:System.Enum",
21
+ "clrName": "System.Enum"
22
+ },
23
+ "interfaces": [
24
+ {
25
+ "stableId": "System.Private.CoreLib:System.IComparable",
26
+ "clrName": "System.IComparable"
27
+ },
28
+ {
29
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
30
+ "clrName": "System.ISpanFormattable"
31
+ },
32
+ {
33
+ "stableId": "System.Private.CoreLib:System.IFormattable",
34
+ "clrName": "System.IFormattable"
35
+ },
36
+ {
37
+ "stableId": "System.Private.CoreLib:System.IConvertible",
38
+ "clrName": "System.IConvertible"
39
+ }
40
+ ],
19
41
  "methods": [],
20
42
  "properties": [],
21
43
  "fields": [
@@ -27,6 +49,7 @@
27
49
  "isStatic": false,
28
50
  "isReadOnly": false,
29
51
  "isLiteral": false,
52
+ "visibility": "Public",
30
53
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDateType",
31
54
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
32
55
  },
@@ -38,6 +61,7 @@
38
61
  "isStatic": true,
39
62
  "isReadOnly": false,
40
63
  "isLiteral": true,
64
+ "visibility": "Public",
41
65
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDateType",
42
66
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
43
67
  },
@@ -49,6 +73,7 @@
49
73
  "isStatic": true,
50
74
  "isReadOnly": false,
51
75
  "isLiteral": true,
76
+ "visibility": "Public",
52
77
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDateType",
53
78
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
54
79
  },
@@ -60,6 +85,7 @@
60
85
  "isStatic": true,
61
86
  "isReadOnly": false,
62
87
  "isLiteral": true,
88
+ "visibility": "Public",
63
89
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDateType",
64
90
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
65
91
  },
@@ -71,6 +97,7 @@
71
97
  "isStatic": true,
72
98
  "isReadOnly": false,
73
99
  "isLiteral": true,
100
+ "visibility": "Public",
74
101
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDateType",
75
102
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
76
103
  }
@@ -105,6 +132,7 @@
105
132
  "isVirtual": true,
106
133
  "isOverride": false,
107
134
  "isSealed": false,
135
+ "visibility": "Public",
108
136
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.IBrowserFile",
109
137
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
110
138
  "isExtensionMethod": false
@@ -126,6 +154,7 @@
126
154
  "isAbstract": true,
127
155
  "isVirtual": true,
128
156
  "isOverride": false,
157
+ "visibility": "Public",
129
158
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.IBrowserFile",
130
159
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
131
160
  },
@@ -144,6 +173,7 @@
144
173
  "isAbstract": true,
145
174
  "isVirtual": true,
146
175
  "isOverride": false,
176
+ "visibility": "Public",
147
177
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.IBrowserFile",
148
178
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
149
179
  },
@@ -162,6 +192,7 @@
162
192
  "isAbstract": true,
163
193
  "isVirtual": true,
164
194
  "isOverride": false,
195
+ "visibility": "Public",
165
196
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.IBrowserFile",
166
197
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
167
198
  },
@@ -180,6 +211,7 @@
180
211
  "isAbstract": true,
181
212
  "isVirtual": true,
182
213
  "isOverride": false,
214
+ "visibility": "Public",
183
215
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.IBrowserFile",
184
216
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
185
217
  }
@@ -199,6 +231,19 @@
199
231
  "isSealed": true,
200
232
  "isStatic": false,
201
233
  "arity": 0,
234
+ "baseType": {
235
+ "stableId": "System.Private.CoreLib:System.ValueType",
236
+ "clrName": "System.ValueType"
237
+ },
238
+ "interfaces": [
239
+ {
240
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
241
+ "clrName": "System.IEquatable\u00601",
242
+ "typeArguments": [
243
+ "FieldIdentifier"
244
+ ]
245
+ }
246
+ ],
202
247
  "methods": [
203
248
  {
204
249
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.FieldIdentifier::Create(Expression_1):Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
@@ -215,6 +260,7 @@
215
260
  "isVirtual": false,
216
261
  "isOverride": false,
217
262
  "isSealed": false,
263
+ "visibility": "Public",
218
264
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
219
265
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
220
266
  "isExtensionMethod": false
@@ -234,6 +280,7 @@
234
280
  "isVirtual": true,
235
281
  "isOverride": true,
236
282
  "isSealed": false,
283
+ "visibility": "Public",
237
284
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
238
285
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
239
286
  "isExtensionMethod": false
@@ -253,6 +300,7 @@
253
300
  "isVirtual": true,
254
301
  "isOverride": true,
255
302
  "isSealed": false,
303
+ "visibility": "Public",
256
304
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
257
305
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
258
306
  "isExtensionMethod": false
@@ -272,6 +320,7 @@
272
320
  "isVirtual": true,
273
321
  "isOverride": false,
274
322
  "isSealed": true,
323
+ "visibility": "Public",
275
324
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
276
325
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
277
326
  "isExtensionMethod": false
@@ -293,6 +342,7 @@
293
342
  "isAbstract": false,
294
343
  "isVirtual": false,
295
344
  "isOverride": false,
345
+ "visibility": "Public",
296
346
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
297
347
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
298
348
  },
@@ -311,6 +361,7 @@
311
361
  "isAbstract": false,
312
362
  "isVirtual": false,
313
363
  "isOverride": false,
364
+ "visibility": "Public",
314
365
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
315
366
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
316
367
  }
@@ -325,6 +376,7 @@
325
376
  "normalizedSignature": "constructor|(System.Object,System.String):void|static=false",
326
377
  "isStatic": false,
327
378
  "parameterCount": 2,
379
+ "visibility": "Public",
328
380
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
329
381
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
330
382
  }
@@ -341,6 +393,10 @@
341
393
  "isSealed": false,
342
394
  "isStatic": false,
343
395
  "arity": 0,
396
+ "baseType": {
397
+ "stableId": "System.Private.CoreLib:System.Object",
398
+ "clrName": "System.Object"
399
+ },
344
400
  "methods": [],
345
401
  "properties": [
346
402
  {
@@ -358,6 +414,7 @@
358
414
  "isAbstract": false,
359
415
  "isVirtual": false,
360
416
  "isOverride": false,
417
+ "visibility": "Public",
361
418
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken",
362
419
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
363
420
  },
@@ -376,6 +433,7 @@
376
433
  "isAbstract": false,
377
434
  "isVirtual": false,
378
435
  "isOverride": false,
436
+ "visibility": "Public",
379
437
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken",
380
438
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
381
439
  }
@@ -390,6 +448,7 @@
390
448
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
391
449
  "isStatic": false,
392
450
  "parameterCount": 2,
451
+ "visibility": "Public",
393
452
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken",
394
453
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
395
454
  }
@@ -406,6 +465,10 @@
406
465
  "isSealed": false,
407
466
  "isStatic": false,
408
467
  "arity": 0,
468
+ "baseType": {
469
+ "stableId": "System.Private.CoreLib:System.Object",
470
+ "clrName": "System.Object"
471
+ },
409
472
  "methods": [
410
473
  {
411
474
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.AntiforgeryStateProvider::GetAntiforgeryToken():Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken",
@@ -422,6 +485,7 @@
422
485
  "isVirtual": true,
423
486
  "isOverride": false,
424
487
  "isSealed": false,
488
+ "visibility": "Public",
425
489
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryStateProvider",
426
490
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
427
491
  "isExtensionMethod": false
@@ -430,7 +494,19 @@
430
494
  "properties": [],
431
495
  "fields": [],
432
496
  "events": [],
433
- "constructors": []
497
+ "constructors": [
498
+ {
499
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.AntiforgeryStateProvider::.ctor():void",
500
+ "metadataToken": 100663813,
501
+ "canonicalSignature": "():void",
502
+ "normalizedSignature": "constructor|():void|static=false",
503
+ "isStatic": false,
504
+ "parameterCount": 0,
505
+ "visibility": "Protected",
506
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryStateProvider",
507
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
508
+ }
509
+ ]
434
510
  },
435
511
  {
436
512
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.AntiforgeryToken",
@@ -443,6 +519,16 @@
443
519
  "isSealed": false,
444
520
  "isStatic": false,
445
521
  "arity": 0,
522
+ "baseType": {
523
+ "stableId": "System.Private.CoreLib:System.Object",
524
+ "clrName": "System.Object"
525
+ },
526
+ "interfaces": [
527
+ {
528
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
529
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
530
+ }
531
+ ],
446
532
  "methods": [
447
533
  {
448
534
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
@@ -459,6 +545,7 @@
459
545
  "isVirtual": true,
460
546
  "isOverride": false,
461
547
  "isSealed": false,
548
+ "visibility": "Public",
462
549
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
463
550
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
464
551
  "isExtensionMethod": false,
@@ -479,6 +566,7 @@
479
566
  "isVirtual": true,
480
567
  "isOverride": false,
481
568
  "isSealed": false,
569
+ "visibility": "Public",
482
570
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
483
571
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
484
572
  "isExtensionMethod": false,
@@ -496,6 +584,7 @@
496
584
  "normalizedSignature": "constructor|():void|static=false",
497
585
  "isStatic": false,
498
586
  "parameterCount": 0,
587
+ "visibility": "Public",
499
588
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.AntiforgeryToken",
500
589
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
501
590
  }
@@ -512,7 +601,89 @@
512
601
  "isSealed": false,
513
602
  "isStatic": false,
514
603
  "arity": 0,
604
+ "baseType": {
605
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
606
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
607
+ },
608
+ "interfaces": [
609
+ {
610
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
611
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
612
+ },
613
+ {
614
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
615
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
616
+ },
617
+ {
618
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
619
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
620
+ },
621
+ {
622
+ "stableId": "System.Private.CoreLib:System.IDisposable",
623
+ "clrName": "System.IDisposable"
624
+ }
625
+ ],
515
626
  "methods": [
627
+ {
628
+ "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator::OnInitialized():System.Void",
629
+ "clrName": "OnInitialized",
630
+ "metadataToken": 100663310,
631
+ "canonicalSignature": "():System.Void",
632
+ "normalizedSignature": "OnInitialized|():System.Void|static=false",
633
+ "emitScope": "ClassSurface",
634
+ "provenance": "Original",
635
+ "arity": 0,
636
+ "parameterCount": 0,
637
+ "isStatic": false,
638
+ "isAbstract": false,
639
+ "isVirtual": true,
640
+ "isOverride": true,
641
+ "isSealed": false,
642
+ "visibility": "Protected",
643
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
644
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
645
+ "isExtensionMethod": false
646
+ },
647
+ {
648
+ "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator::OnParametersSet():System.Void",
649
+ "clrName": "OnParametersSet",
650
+ "metadataToken": 100663311,
651
+ "canonicalSignature": "():System.Void",
652
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
653
+ "emitScope": "ClassSurface",
654
+ "provenance": "Original",
655
+ "arity": 0,
656
+ "parameterCount": 0,
657
+ "isStatic": false,
658
+ "isAbstract": false,
659
+ "isVirtual": true,
660
+ "isOverride": true,
661
+ "isSealed": false,
662
+ "visibility": "Protected",
663
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
664
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
665
+ "isExtensionMethod": false
666
+ },
667
+ {
668
+ "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator::Dispose(System.Boolean):System.Void",
669
+ "clrName": "Dispose",
670
+ "metadataToken": 100663312,
671
+ "canonicalSignature": "(System.Boolean):System.Void",
672
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
673
+ "emitScope": "ClassSurface",
674
+ "provenance": "Original",
675
+ "arity": 0,
676
+ "parameterCount": 1,
677
+ "isStatic": false,
678
+ "isAbstract": false,
679
+ "isVirtual": true,
680
+ "isOverride": false,
681
+ "isSealed": false,
682
+ "visibility": "Protected",
683
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
684
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
685
+ "isExtensionMethod": false
686
+ },
516
687
  {
517
688
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
518
689
  "clrName": "Attach",
@@ -528,6 +699,7 @@
528
699
  "isVirtual": true,
529
700
  "isOverride": false,
530
701
  "isSealed": false,
702
+ "visibility": "Public",
531
703
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
532
704
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
533
705
  "isExtensionMethod": false,
@@ -548,6 +720,7 @@
548
720
  "isVirtual": true,
549
721
  "isOverride": false,
550
722
  "isSealed": false,
723
+ "visibility": "Public",
551
724
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
552
725
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
553
726
  "isExtensionMethod": false,
@@ -568,6 +741,7 @@
568
741
  "isVirtual": true,
569
742
  "isOverride": false,
570
743
  "isSealed": false,
744
+ "visibility": "Public",
571
745
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
572
746
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
573
747
  "isExtensionMethod": false,
@@ -588,6 +762,7 @@
588
762
  "isVirtual": true,
589
763
  "isOverride": false,
590
764
  "isSealed": false,
765
+ "visibility": "Public",
591
766
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
592
767
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
593
768
  "isExtensionMethod": false,
@@ -608,6 +783,7 @@
608
783
  "isVirtual": true,
609
784
  "isOverride": false,
610
785
  "isSealed": false,
786
+ "visibility": "Public",
611
787
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
612
788
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
613
789
  "isExtensionMethod": false
@@ -627,6 +803,27 @@
627
803
  "isVirtual": true,
628
804
  "isOverride": false,
629
805
  "isSealed": false,
806
+ "visibility": "Public",
807
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
808
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
809
+ "isExtensionMethod": false
810
+ },
811
+ {
812
+ "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
813
+ "clrName": "OnAfterRenderAsync",
814
+ "metadataToken": 0,
815
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
816
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
817
+ "emitScope": "ClassSurface",
818
+ "provenance": "BaseOverload",
819
+ "arity": 0,
820
+ "parameterCount": 1,
821
+ "isStatic": false,
822
+ "isAbstract": false,
823
+ "isVirtual": true,
824
+ "isOverride": false,
825
+ "isSealed": false,
826
+ "visibility": "Protected",
630
827
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
631
828
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
632
829
  "isExtensionMethod": false
@@ -646,6 +843,7 @@
646
843
  "isVirtual": true,
647
844
  "isOverride": false,
648
845
  "isSealed": false,
846
+ "visibility": "Public",
649
847
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
650
848
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
651
849
  "isExtensionMethod": false
@@ -665,6 +863,7 @@
665
863
  "isVirtual": true,
666
864
  "isOverride": false,
667
865
  "isSealed": false,
866
+ "visibility": "Public",
668
867
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
669
868
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
670
869
  "isExtensionMethod": false
@@ -681,6 +880,7 @@
681
880
  "normalizedSignature": "constructor|():void|static=false",
682
881
  "isStatic": false,
683
882
  "parameterCount": 0,
883
+ "visibility": "Public",
684
884
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator",
685
885
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
686
886
  }
@@ -697,6 +897,10 @@
697
897
  "isSealed": true,
698
898
  "isStatic": false,
699
899
  "arity": 0,
900
+ "baseType": {
901
+ "stableId": "System.Private.CoreLib:System.Object",
902
+ "clrName": "System.Object"
903
+ },
700
904
  "methods": [
701
905
  {
702
906
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.EditContext::Field(System.String):Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
@@ -713,6 +917,7 @@
713
917
  "isVirtual": false,
714
918
  "isOverride": false,
715
919
  "isSealed": false,
920
+ "visibility": "Public",
716
921
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
717
922
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
718
923
  "isExtensionMethod": false
@@ -732,6 +937,7 @@
732
937
  "isVirtual": false,
733
938
  "isOverride": false,
734
939
  "isSealed": false,
940
+ "visibility": "Public",
735
941
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
736
942
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
737
943
  "isExtensionMethod": false,
@@ -757,6 +963,7 @@
757
963
  "isVirtual": false,
758
964
  "isOverride": false,
759
965
  "isSealed": false,
966
+ "visibility": "Public",
760
967
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
761
968
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
762
969
  "isExtensionMethod": false
@@ -776,6 +983,7 @@
776
983
  "isVirtual": false,
777
984
  "isOverride": false,
778
985
  "isSealed": false,
986
+ "visibility": "Public",
779
987
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
780
988
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
781
989
  "isExtensionMethod": false,
@@ -801,6 +1009,7 @@
801
1009
  "isVirtual": false,
802
1010
  "isOverride": false,
803
1011
  "isSealed": false,
1012
+ "visibility": "Public",
804
1013
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
805
1014
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
806
1015
  "isExtensionMethod": false
@@ -820,6 +1029,7 @@
820
1029
  "isVirtual": false,
821
1030
  "isOverride": false,
822
1031
  "isSealed": false,
1032
+ "visibility": "Public",
823
1033
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
824
1034
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
825
1035
  "isExtensionMethod": false
@@ -839,6 +1049,7 @@
839
1049
  "isVirtual": false,
840
1050
  "isOverride": false,
841
1051
  "isSealed": false,
1052
+ "visibility": "Public",
842
1053
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
843
1054
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
844
1055
  "isExtensionMethod": false
@@ -858,6 +1069,7 @@
858
1069
  "isVirtual": false,
859
1070
  "isOverride": false,
860
1071
  "isSealed": false,
1072
+ "visibility": "Public",
861
1073
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
862
1074
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
863
1075
  "isExtensionMethod": false
@@ -877,6 +1089,7 @@
877
1089
  "isVirtual": false,
878
1090
  "isOverride": false,
879
1091
  "isSealed": false,
1092
+ "visibility": "Public",
880
1093
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
881
1094
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
882
1095
  "isExtensionMethod": false
@@ -896,6 +1109,7 @@
896
1109
  "isVirtual": false,
897
1110
  "isOverride": false,
898
1111
  "isSealed": false,
1112
+ "visibility": "Public",
899
1113
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
900
1114
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
901
1115
  "isExtensionMethod": false,
@@ -921,6 +1135,7 @@
921
1135
  "isVirtual": false,
922
1136
  "isOverride": false,
923
1137
  "isSealed": false,
1138
+ "visibility": "Public",
924
1139
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
925
1140
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
926
1141
  "isExtensionMethod": false
@@ -940,6 +1155,7 @@
940
1155
  "isVirtual": false,
941
1156
  "isOverride": false,
942
1157
  "isSealed": false,
1158
+ "visibility": "Public",
943
1159
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
944
1160
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
945
1161
  "isExtensionMethod": false,
@@ -965,6 +1181,7 @@
965
1181
  "isVirtual": false,
966
1182
  "isOverride": false,
967
1183
  "isSealed": false,
1184
+ "visibility": "Public",
968
1185
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
969
1186
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
970
1187
  "isExtensionMethod": false
@@ -984,6 +1201,7 @@
984
1201
  "isVirtual": false,
985
1202
  "isOverride": false,
986
1203
  "isSealed": false,
1204
+ "visibility": "Public",
987
1205
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
988
1206
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
989
1207
  "isExtensionMethod": false
@@ -1005,6 +1223,7 @@
1005
1223
  "isAbstract": false,
1006
1224
  "isVirtual": false,
1007
1225
  "isOverride": false,
1226
+ "visibility": "Public",
1008
1227
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1009
1228
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1010
1229
  },
@@ -1023,6 +1242,7 @@
1023
1242
  "isAbstract": false,
1024
1243
  "isVirtual": false,
1025
1244
  "isOverride": false,
1245
+ "visibility": "Public",
1026
1246
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1027
1247
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1028
1248
  },
@@ -1041,6 +1261,7 @@
1041
1261
  "isAbstract": false,
1042
1262
  "isVirtual": false,
1043
1263
  "isOverride": false,
1264
+ "visibility": "Public",
1044
1265
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1045
1266
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1046
1267
  }
@@ -1053,6 +1274,7 @@
1053
1274
  "metadataToken": 335544322,
1054
1275
  "normalizedSignature": "OnFieldChanged|System.EventHandler\u00601[[Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs, Microsoft.AspNetCore.Components.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false",
1055
1276
  "isStatic": false,
1277
+ "visibility": "Public",
1056
1278
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1057
1279
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1058
1280
  },
@@ -1062,6 +1284,7 @@
1062
1284
  "metadataToken": 335544323,
1063
1285
  "normalizedSignature": "OnValidationRequested|System.EventHandler\u00601[[Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs, Microsoft.AspNetCore.Components.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false",
1064
1286
  "isStatic": false,
1287
+ "visibility": "Public",
1065
1288
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1066
1289
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1067
1290
  },
@@ -1071,6 +1294,7 @@
1071
1294
  "metadataToken": 335544324,
1072
1295
  "normalizedSignature": "OnValidationStateChanged|System.EventHandler\u00601[[Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs, Microsoft.AspNetCore.Components.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false",
1073
1296
  "isStatic": false,
1297
+ "visibility": "Public",
1074
1298
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1075
1299
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1076
1300
  }
@@ -1083,6 +1307,7 @@
1083
1307
  "normalizedSignature": "constructor|(System.Object):void|static=false",
1084
1308
  "isStatic": false,
1085
1309
  "parameterCount": 1,
1310
+ "visibility": "Public",
1086
1311
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContext",
1087
1312
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1088
1313
  }
@@ -1099,6 +1324,10 @@
1099
1324
  "isSealed": true,
1100
1325
  "isStatic": false,
1101
1326
  "arity": 0,
1327
+ "baseType": {
1328
+ "stableId": "System.Private.CoreLib:System.Object",
1329
+ "clrName": "System.Object"
1330
+ },
1102
1331
  "methods": [
1103
1332
  {
1104
1333
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.EditContextProperties::TryGetValue(System.Object,System.Object\u0026):System.Boolean",
@@ -1115,6 +1344,7 @@
1115
1344
  "isVirtual": false,
1116
1345
  "isOverride": false,
1117
1346
  "isSealed": false,
1347
+ "visibility": "Public",
1118
1348
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextProperties",
1119
1349
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
1120
1350
  "isExtensionMethod": false,
@@ -1140,6 +1370,7 @@
1140
1370
  "isVirtual": false,
1141
1371
  "isOverride": false,
1142
1372
  "isSealed": false,
1373
+ "visibility": "Public",
1143
1374
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextProperties",
1144
1375
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
1145
1376
  "isExtensionMethod": false
@@ -1161,6 +1392,7 @@
1161
1392
  "isAbstract": false,
1162
1393
  "isVirtual": false,
1163
1394
  "isOverride": false,
1395
+ "visibility": "Public",
1164
1396
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextProperties",
1165
1397
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1166
1398
  }
@@ -1175,6 +1407,7 @@
1175
1407
  "normalizedSignature": "constructor|():void|static=false",
1176
1408
  "isStatic": false,
1177
1409
  "parameterCount": 0,
1410
+ "visibility": "Public",
1178
1411
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextProperties",
1179
1412
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1180
1413
  }
@@ -1191,7 +1424,65 @@
1191
1424
  "isSealed": false,
1192
1425
  "isStatic": false,
1193
1426
  "arity": 0,
1427
+ "baseType": {
1428
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
1429
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
1430
+ },
1431
+ "interfaces": [
1432
+ {
1433
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
1434
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
1435
+ },
1436
+ {
1437
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
1438
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
1439
+ },
1440
+ {
1441
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
1442
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
1443
+ }
1444
+ ],
1194
1445
  "methods": [
1446
+ {
1447
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.EditForm::OnParametersSet():System.Void",
1448
+ "clrName": "OnParametersSet",
1449
+ "metadataToken": 100663845,
1450
+ "canonicalSignature": "():System.Void",
1451
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
1452
+ "emitScope": "ClassSurface",
1453
+ "provenance": "Original",
1454
+ "arity": 0,
1455
+ "parameterCount": 0,
1456
+ "isStatic": false,
1457
+ "isAbstract": false,
1458
+ "isVirtual": true,
1459
+ "isOverride": true,
1460
+ "isSealed": false,
1461
+ "visibility": "Protected",
1462
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1463
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1464
+ "isExtensionMethod": false
1465
+ },
1466
+ {
1467
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.EditForm::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
1468
+ "clrName": "BuildRenderTree",
1469
+ "metadataToken": 100663846,
1470
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
1471
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
1472
+ "emitScope": "ClassSurface",
1473
+ "provenance": "Original",
1474
+ "arity": 0,
1475
+ "parameterCount": 1,
1476
+ "isStatic": false,
1477
+ "isAbstract": false,
1478
+ "isVirtual": true,
1479
+ "isOverride": true,
1480
+ "isSealed": false,
1481
+ "visibility": "Protected",
1482
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1483
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1484
+ "isExtensionMethod": false
1485
+ },
1195
1486
  {
1196
1487
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
1197
1488
  "clrName": "Attach",
@@ -1207,6 +1498,7 @@
1207
1498
  "isVirtual": true,
1208
1499
  "isOverride": false,
1209
1500
  "isSealed": false,
1501
+ "visibility": "Public",
1210
1502
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
1211
1503
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1212
1504
  "isExtensionMethod": false,
@@ -1227,6 +1519,7 @@
1227
1519
  "isVirtual": true,
1228
1520
  "isOverride": false,
1229
1521
  "isSealed": false,
1522
+ "visibility": "Public",
1230
1523
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
1231
1524
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1232
1525
  "isExtensionMethod": false,
@@ -1247,6 +1540,7 @@
1247
1540
  "isVirtual": true,
1248
1541
  "isOverride": false,
1249
1542
  "isSealed": false,
1543
+ "visibility": "Public",
1250
1544
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
1251
1545
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1252
1546
  "isExtensionMethod": false,
@@ -1267,6 +1561,7 @@
1267
1561
  "isVirtual": true,
1268
1562
  "isOverride": false,
1269
1563
  "isSealed": false,
1564
+ "visibility": "Public",
1270
1565
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
1271
1566
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1272
1567
  "isExtensionMethod": false,
@@ -1287,6 +1582,7 @@
1287
1582
  "isVirtual": true,
1288
1583
  "isOverride": false,
1289
1584
  "isSealed": false,
1585
+ "visibility": "Public",
1290
1586
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1291
1587
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1292
1588
  "isExtensionMethod": false
@@ -1306,6 +1602,27 @@
1306
1602
  "isVirtual": true,
1307
1603
  "isOverride": false,
1308
1604
  "isSealed": false,
1605
+ "visibility": "Public",
1606
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1607
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1608
+ "isExtensionMethod": false
1609
+ },
1610
+ {
1611
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.EditForm::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
1612
+ "clrName": "OnAfterRenderAsync",
1613
+ "metadataToken": 0,
1614
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
1615
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
1616
+ "emitScope": "ClassSurface",
1617
+ "provenance": "BaseOverload",
1618
+ "arity": 0,
1619
+ "parameterCount": 1,
1620
+ "isStatic": false,
1621
+ "isAbstract": false,
1622
+ "isVirtual": true,
1623
+ "isOverride": false,
1624
+ "isSealed": false,
1625
+ "visibility": "Protected",
1309
1626
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1310
1627
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1311
1628
  "isExtensionMethod": false
@@ -1325,6 +1642,7 @@
1325
1642
  "isVirtual": true,
1326
1643
  "isOverride": false,
1327
1644
  "isSealed": false,
1645
+ "visibility": "Public",
1328
1646
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1329
1647
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1330
1648
  "isExtensionMethod": false
@@ -1344,6 +1662,7 @@
1344
1662
  "isVirtual": true,
1345
1663
  "isOverride": false,
1346
1664
  "isSealed": false,
1665
+ "visibility": "Public",
1347
1666
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1348
1667
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1349
1668
  "isExtensionMethod": false
@@ -1365,6 +1684,7 @@
1365
1684
  "isAbstract": false,
1366
1685
  "isVirtual": false,
1367
1686
  "isOverride": false,
1687
+ "visibility": "Public",
1368
1688
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1369
1689
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1370
1690
  },
@@ -1383,6 +1703,7 @@
1383
1703
  "isAbstract": false,
1384
1704
  "isVirtual": false,
1385
1705
  "isOverride": false,
1706
+ "visibility": "Public",
1386
1707
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1387
1708
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1388
1709
  },
@@ -1401,6 +1722,7 @@
1401
1722
  "isAbstract": false,
1402
1723
  "isVirtual": false,
1403
1724
  "isOverride": false,
1725
+ "visibility": "Public",
1404
1726
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1405
1727
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1406
1728
  },
@@ -1419,6 +1741,7 @@
1419
1741
  "isAbstract": false,
1420
1742
  "isVirtual": false,
1421
1743
  "isOverride": false,
1744
+ "visibility": "Public",
1422
1745
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1423
1746
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1424
1747
  },
@@ -1437,6 +1760,7 @@
1437
1760
  "isAbstract": false,
1438
1761
  "isVirtual": false,
1439
1762
  "isOverride": false,
1763
+ "visibility": "Public",
1440
1764
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1441
1765
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1442
1766
  },
@@ -1455,6 +1779,7 @@
1455
1779
  "isAbstract": false,
1456
1780
  "isVirtual": false,
1457
1781
  "isOverride": false,
1782
+ "visibility": "Public",
1458
1783
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1459
1784
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1460
1785
  },
@@ -1473,6 +1798,7 @@
1473
1798
  "isAbstract": false,
1474
1799
  "isVirtual": false,
1475
1800
  "isOverride": false,
1801
+ "visibility": "Public",
1476
1802
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1477
1803
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1478
1804
  },
@@ -1491,6 +1817,7 @@
1491
1817
  "isAbstract": false,
1492
1818
  "isVirtual": false,
1493
1819
  "isOverride": false,
1820
+ "visibility": "Public",
1494
1821
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1495
1822
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1496
1823
  },
@@ -1509,6 +1836,7 @@
1509
1836
  "isAbstract": false,
1510
1837
  "isVirtual": false,
1511
1838
  "isOverride": false,
1839
+ "visibility": "Public",
1512
1840
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1513
1841
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1514
1842
  }
@@ -1523,6 +1851,7 @@
1523
1851
  "normalizedSignature": "constructor|():void|static=false",
1524
1852
  "isStatic": false,
1525
1853
  "parameterCount": 0,
1854
+ "visibility": "Public",
1526
1855
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditForm",
1527
1856
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1528
1857
  }
@@ -1539,7 +1868,72 @@
1539
1868
  "isSealed": false,
1540
1869
  "isStatic": false,
1541
1870
  "arity": 1,
1871
+ "baseType": {
1872
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
1873
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
1874
+ },
1875
+ "interfaces": [
1876
+ {
1877
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
1878
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
1879
+ },
1880
+ {
1881
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
1882
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
1883
+ },
1884
+ {
1885
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
1886
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
1887
+ },
1888
+ {
1889
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ICascadingValueSupplier",
1890
+ "clrName": "Microsoft.AspNetCore.Components.ICascadingValueSupplier"
1891
+ }
1892
+ ],
1893
+ "typeParameters": [
1894
+ "T"
1895
+ ],
1542
1896
  "methods": [
1897
+ {
1898
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Editor\u00601::NameFor(System.Linq.Expressions.LambdaExpression):System.String",
1899
+ "clrName": "NameFor",
1900
+ "metadataToken": 100663858,
1901
+ "canonicalSignature": "(System.Linq.Expressions.LambdaExpression):System.String",
1902
+ "normalizedSignature": "NameFor|(System.Linq.Expressions.LambdaExpression):System.String|static=false",
1903
+ "emitScope": "ClassSurface",
1904
+ "provenance": "Original",
1905
+ "arity": 0,
1906
+ "parameterCount": 1,
1907
+ "isStatic": false,
1908
+ "isAbstract": false,
1909
+ "isVirtual": false,
1910
+ "isOverride": false,
1911
+ "isSealed": false,
1912
+ "visibility": "Protected",
1913
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1914
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1915
+ "isExtensionMethod": false
1916
+ },
1917
+ {
1918
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Editor\u00601::OnParametersSet():System.Void",
1919
+ "clrName": "OnParametersSet",
1920
+ "metadataToken": 100663859,
1921
+ "canonicalSignature": "():System.Void",
1922
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
1923
+ "emitScope": "ClassSurface",
1924
+ "provenance": "Original",
1925
+ "arity": 0,
1926
+ "parameterCount": 0,
1927
+ "isStatic": false,
1928
+ "isAbstract": false,
1929
+ "isVirtual": true,
1930
+ "isOverride": true,
1931
+ "isSealed": false,
1932
+ "visibility": "Protected",
1933
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1934
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1935
+ "isExtensionMethod": false
1936
+ },
1543
1937
  {
1544
1938
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
1545
1939
  "clrName": "Attach",
@@ -1555,6 +1949,7 @@
1555
1949
  "isVirtual": true,
1556
1950
  "isOverride": false,
1557
1951
  "isSealed": false,
1952
+ "visibility": "Public",
1558
1953
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
1559
1954
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1560
1955
  "isExtensionMethod": false,
@@ -1575,6 +1970,7 @@
1575
1970
  "isVirtual": true,
1576
1971
  "isOverride": false,
1577
1972
  "isSealed": false,
1973
+ "visibility": "Public",
1578
1974
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
1579
1975
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1580
1976
  "isExtensionMethod": false,
@@ -1595,6 +1991,7 @@
1595
1991
  "isVirtual": true,
1596
1992
  "isOverride": false,
1597
1993
  "isSealed": false,
1994
+ "visibility": "Public",
1598
1995
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
1599
1996
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1600
1997
  "isExtensionMethod": false,
@@ -1615,6 +2012,7 @@
1615
2012
  "isVirtual": true,
1616
2013
  "isOverride": false,
1617
2014
  "isSealed": false,
2015
+ "visibility": "Public",
1618
2016
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
1619
2017
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1620
2018
  "isExtensionMethod": false,
@@ -1635,6 +2033,7 @@
1635
2033
  "isVirtual": true,
1636
2034
  "isOverride": false,
1637
2035
  "isSealed": false,
2036
+ "visibility": "Public",
1638
2037
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1639
2038
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1640
2039
  "isExtensionMethod": false
@@ -1654,6 +2053,27 @@
1654
2053
  "isVirtual": true,
1655
2054
  "isOverride": false,
1656
2055
  "isSealed": false,
2056
+ "visibility": "Public",
2057
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
2058
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2059
+ "isExtensionMethod": false
2060
+ },
2061
+ {
2062
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Editor\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
2063
+ "clrName": "OnAfterRenderAsync",
2064
+ "metadataToken": 0,
2065
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
2066
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
2067
+ "emitScope": "ClassSurface",
2068
+ "provenance": "BaseOverload",
2069
+ "arity": 0,
2070
+ "parameterCount": 1,
2071
+ "isStatic": false,
2072
+ "isAbstract": false,
2073
+ "isVirtual": true,
2074
+ "isOverride": false,
2075
+ "isSealed": false,
2076
+ "visibility": "Protected",
1657
2077
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1658
2078
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1659
2079
  "isExtensionMethod": false
@@ -1673,6 +2093,7 @@
1673
2093
  "isVirtual": true,
1674
2094
  "isOverride": false,
1675
2095
  "isSealed": false,
2096
+ "visibility": "Public",
1676
2097
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1677
2098
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1678
2099
  "isExtensionMethod": false
@@ -1692,6 +2113,7 @@
1692
2113
  "isVirtual": true,
1693
2114
  "isOverride": false,
1694
2115
  "isSealed": false,
2116
+ "visibility": "Public",
1695
2117
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1696
2118
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1697
2119
  "isExtensionMethod": false
@@ -1713,6 +2135,7 @@
1713
2135
  "isAbstract": false,
1714
2136
  "isVirtual": false,
1715
2137
  "isOverride": false,
2138
+ "visibility": "Public",
1716
2139
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1717
2140
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1718
2141
  },
@@ -1731,6 +2154,7 @@
1731
2154
  "isAbstract": false,
1732
2155
  "isVirtual": false,
1733
2156
  "isOverride": false,
2157
+ "visibility": "Public",
1734
2158
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1735
2159
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1736
2160
  },
@@ -1749,13 +2173,26 @@
1749
2173
  "isAbstract": false,
1750
2174
  "isVirtual": false,
1751
2175
  "isOverride": false,
2176
+ "visibility": "Public",
1752
2177
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
1753
2178
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1754
2179
  }
1755
2180
  ],
1756
2181
  "fields": [],
1757
2182
  "events": [],
1758
- "constructors": []
2183
+ "constructors": [
2184
+ {
2185
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.Editor\u00601::.ctor():void",
2186
+ "metadataToken": 100663864,
2187
+ "canonicalSignature": "():void",
2188
+ "normalizedSignature": "constructor|():void|static=false",
2189
+ "isStatic": false,
2190
+ "parameterCount": 0,
2191
+ "visibility": "Protected",
2192
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.Editor\u00601",
2193
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2194
+ }
2195
+ ]
1759
2196
  },
1760
2197
  {
1761
2198
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs",
@@ -1768,6 +2205,10 @@
1768
2205
  "isSealed": true,
1769
2206
  "isStatic": false,
1770
2207
  "arity": 0,
2208
+ "baseType": {
2209
+ "stableId": "System.Private.CoreLib:System.EventArgs",
2210
+ "clrName": "System.EventArgs"
2211
+ },
1771
2212
  "methods": [],
1772
2213
  "properties": [
1773
2214
  {
@@ -1785,6 +2226,7 @@
1785
2226
  "isAbstract": false,
1786
2227
  "isVirtual": false,
1787
2228
  "isOverride": false,
2229
+ "visibility": "Public",
1788
2230
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs",
1789
2231
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
1790
2232
  }
@@ -1799,6 +2241,7 @@
1799
2241
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Components.Forms.FieldIdentifier\u0026):void|static=false",
1800
2242
  "isStatic": false,
1801
2243
  "parameterCount": 1,
2244
+ "visibility": "Public",
1802
2245
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldChangedEventArgs",
1803
2246
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
1804
2247
  "parameterModifiers": [
@@ -1821,6 +2264,10 @@
1821
2264
  "isSealed": false,
1822
2265
  "isStatic": false,
1823
2266
  "arity": 0,
2267
+ "baseType": {
2268
+ "stableId": "System.Private.CoreLib:System.Object",
2269
+ "clrName": "System.Object"
2270
+ },
1824
2271
  "methods": [
1825
2272
  {
1826
2273
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.FieldCssClassProvider::GetFieldCssClass(Microsoft.AspNetCore.Components.Forms.EditContext,Microsoft.AspNetCore.Components.Forms.FieldIdentifier\u0026):System.String",
@@ -1837,6 +2284,7 @@
1837
2284
  "isVirtual": true,
1838
2285
  "isOverride": false,
1839
2286
  "isSealed": false,
2287
+ "visibility": "Public",
1840
2288
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldCssClassProvider",
1841
2289
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1842
2290
  "isExtensionMethod": false,
@@ -1859,6 +2307,7 @@
1859
2307
  "normalizedSignature": "constructor|():void|static=false",
1860
2308
  "isStatic": false,
1861
2309
  "parameterCount": 0,
2310
+ "visibility": "Public",
1862
2311
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FieldCssClassProvider",
1863
2312
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1864
2313
  }
@@ -1875,6 +2324,10 @@
1875
2324
  "isSealed": true,
1876
2325
  "isStatic": false,
1877
2326
  "arity": 0,
2327
+ "baseType": {
2328
+ "stableId": "System.Private.CoreLib:System.Object",
2329
+ "clrName": "System.Object"
2330
+ },
1878
2331
  "methods": [
1879
2332
  {
1880
2333
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.FormMappingContext::GetErrors(System.String):Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError",
@@ -1891,6 +2344,7 @@
1891
2344
  "isVirtual": false,
1892
2345
  "isOverride": false,
1893
2346
  "isSealed": false,
2347
+ "visibility": "Public",
1894
2348
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1895
2349
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1896
2350
  "isExtensionMethod": false
@@ -1910,6 +2364,7 @@
1910
2364
  "isVirtual": false,
1911
2365
  "isOverride": false,
1912
2366
  "isSealed": false,
2367
+ "visibility": "Public",
1913
2368
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1914
2369
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1915
2370
  "isExtensionMethod": false
@@ -1929,6 +2384,7 @@
1929
2384
  "isVirtual": false,
1930
2385
  "isOverride": false,
1931
2386
  "isSealed": false,
2387
+ "visibility": "Public",
1932
2388
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1933
2389
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1934
2390
  "isExtensionMethod": false
@@ -1948,6 +2404,7 @@
1948
2404
  "isVirtual": false,
1949
2405
  "isOverride": false,
1950
2406
  "isSealed": false,
2407
+ "visibility": "Public",
1951
2408
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1952
2409
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1953
2410
  "isExtensionMethod": false
@@ -1967,6 +2424,7 @@
1967
2424
  "isVirtual": false,
1968
2425
  "isOverride": false,
1969
2426
  "isSealed": false,
2427
+ "visibility": "Public",
1970
2428
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1971
2429
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1972
2430
  "isExtensionMethod": false
@@ -1986,6 +2444,7 @@
1986
2444
  "isVirtual": false,
1987
2445
  "isOverride": false,
1988
2446
  "isSealed": false,
2447
+ "visibility": "Public",
1989
2448
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
1990
2449
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
1991
2450
  "isExtensionMethod": false
@@ -2007,6 +2466,7 @@
2007
2466
  "isAbstract": false,
2008
2467
  "isVirtual": false,
2009
2468
  "isOverride": false,
2469
+ "visibility": "Public",
2010
2470
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingContext",
2011
2471
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2012
2472
  }
@@ -2026,6 +2486,20 @@
2026
2486
  "isSealed": true,
2027
2487
  "isStatic": false,
2028
2488
  "arity": 0,
2489
+ "baseType": {
2490
+ "stableId": "System.Private.CoreLib:System.Object",
2491
+ "clrName": "System.Object"
2492
+ },
2493
+ "interfaces": [
2494
+ {
2495
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ICascadingValueSupplier",
2496
+ "clrName": "Microsoft.AspNetCore.Components.ICascadingValueSupplier"
2497
+ },
2498
+ {
2499
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
2500
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
2501
+ }
2502
+ ],
2029
2503
  "methods": [
2030
2504
  {
2031
2505
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
@@ -2042,6 +2516,7 @@
2042
2516
  "isVirtual": true,
2043
2517
  "isOverride": false,
2044
2518
  "isSealed": false,
2519
+ "visibility": "Public",
2045
2520
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2046
2521
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2047
2522
  "isExtensionMethod": false,
@@ -2062,6 +2537,7 @@
2062
2537
  "isVirtual": true,
2063
2538
  "isOverride": false,
2064
2539
  "isSealed": false,
2540
+ "visibility": "Public",
2065
2541
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2066
2542
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2067
2543
  "isExtensionMethod": false,
@@ -2084,6 +2560,7 @@
2084
2560
  "isAbstract": false,
2085
2561
  "isVirtual": false,
2086
2562
  "isOverride": false,
2563
+ "visibility": "Public",
2087
2564
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingScope",
2088
2565
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2089
2566
  },
@@ -2102,6 +2579,7 @@
2102
2579
  "isAbstract": false,
2103
2580
  "isVirtual": false,
2104
2581
  "isOverride": false,
2582
+ "visibility": "Public",
2105
2583
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingScope",
2106
2584
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2107
2585
  }
@@ -2116,6 +2594,7 @@
2116
2594
  "normalizedSignature": "constructor|():void|static=false",
2117
2595
  "isStatic": false,
2118
2596
  "parameterCount": 0,
2597
+ "visibility": "Public",
2119
2598
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.FormMappingScope",
2120
2599
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2121
2600
  }
@@ -2132,13 +2611,38 @@
2132
2611
  "isSealed": false,
2133
2612
  "isStatic": false,
2134
2613
  "arity": 1,
2614
+ "baseType": {
2615
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
2616
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
2617
+ },
2618
+ "interfaces": [
2619
+ {
2620
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
2621
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
2622
+ },
2623
+ {
2624
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
2625
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
2626
+ },
2627
+ {
2628
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
2629
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
2630
+ },
2631
+ {
2632
+ "stableId": "System.Private.CoreLib:System.IDisposable",
2633
+ "clrName": "System.IDisposable"
2634
+ }
2635
+ ],
2636
+ "typeParameters": [
2637
+ "TValue"
2638
+ ],
2135
2639
  "methods": [
2136
2640
  {
2137
- "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
2138
- "clrName": "SetParametersAsync",
2139
- "metadataToken": 100663899,
2140
- "canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
2141
- "normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
2641
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::FormatValueAsString(TValue):System.String",
2642
+ "clrName": "FormatValueAsString",
2643
+ "metadataToken": 100663895,
2644
+ "canonicalSignature": "(TValue):System.String",
2645
+ "normalizedSignature": "FormatValueAsString|(TValue):System.String|static=false",
2142
2646
  "emitScope": "ClassSurface",
2143
2647
  "provenance": "Original",
2144
2648
  "arity": 0,
@@ -2146,36 +2650,108 @@
2146
2650
  "isStatic": false,
2147
2651
  "isAbstract": false,
2148
2652
  "isVirtual": true,
2149
- "isOverride": true,
2653
+ "isOverride": false,
2150
2654
  "isSealed": false,
2655
+ "visibility": "Protected",
2151
2656
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2152
2657
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2153
2658
  "isExtensionMethod": false
2154
2659
  },
2155
2660
  {
2156
- "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2157
- "clrName": "Attach",
2158
- "metadataToken": 100664024,
2159
- "canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2160
- "normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
2161
- "emitScope": "ViewOnly",
2162
- "provenance": "ExplicitView",
2661
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
2662
+ "clrName": "TryParseValueFromString",
2663
+ "metadataToken": 100663896,
2664
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
2665
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
2666
+ "emitScope": "ClassSurface",
2667
+ "provenance": "Original",
2163
2668
  "arity": 0,
2164
- "parameterCount": 1,
2669
+ "parameterCount": 3,
2165
2670
  "isStatic": false,
2166
- "isAbstract": false,
2671
+ "isAbstract": true,
2167
2672
  "isVirtual": true,
2168
2673
  "isOverride": false,
2169
2674
  "isSealed": false,
2170
- "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2171
- "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2675
+ "visibility": "Protected",
2676
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2677
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2172
2678
  "isExtensionMethod": false,
2173
- "sourceInterface": "Microsoft.AspNetCore.Components.IComponent"
2174
- },
2175
- {
2176
- "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
2177
- "clrName": "HandleEventAsync",
2178
- "metadataToken": 100664031,
2679
+ "parameterModifiers": [
2680
+ {
2681
+ "index": 1,
2682
+ "modifier": "out"
2683
+ },
2684
+ {
2685
+ "index": 2,
2686
+ "modifier": "out"
2687
+ }
2688
+ ]
2689
+ },
2690
+ {
2691
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
2692
+ "clrName": "SetParametersAsync",
2693
+ "metadataToken": 100663899,
2694
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
2695
+ "normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
2696
+ "emitScope": "ClassSurface",
2697
+ "provenance": "Original",
2698
+ "arity": 0,
2699
+ "parameterCount": 1,
2700
+ "isStatic": false,
2701
+ "isAbstract": false,
2702
+ "isVirtual": true,
2703
+ "isOverride": true,
2704
+ "isSealed": false,
2705
+ "visibility": "Public",
2706
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2707
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2708
+ "isExtensionMethod": false
2709
+ },
2710
+ {
2711
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::Dispose(System.Boolean):System.Void",
2712
+ "clrName": "Dispose",
2713
+ "metadataToken": 100663903,
2714
+ "canonicalSignature": "(System.Boolean):System.Void",
2715
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
2716
+ "emitScope": "ClassSurface",
2717
+ "provenance": "Original",
2718
+ "arity": 0,
2719
+ "parameterCount": 1,
2720
+ "isStatic": false,
2721
+ "isAbstract": false,
2722
+ "isVirtual": true,
2723
+ "isOverride": false,
2724
+ "isSealed": false,
2725
+ "visibility": "Protected",
2726
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2727
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2728
+ "isExtensionMethod": false
2729
+ },
2730
+ {
2731
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2732
+ "clrName": "Attach",
2733
+ "metadataToken": 100664024,
2734
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2735
+ "normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
2736
+ "emitScope": "ViewOnly",
2737
+ "provenance": "ExplicitView",
2738
+ "arity": 0,
2739
+ "parameterCount": 1,
2740
+ "isStatic": false,
2741
+ "isAbstract": false,
2742
+ "isVirtual": true,
2743
+ "isOverride": false,
2744
+ "isSealed": false,
2745
+ "visibility": "Public",
2746
+ "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2747
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2748
+ "isExtensionMethod": false,
2749
+ "sourceInterface": "Microsoft.AspNetCore.Components.IComponent"
2750
+ },
2751
+ {
2752
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
2753
+ "clrName": "HandleEventAsync",
2754
+ "metadataToken": 100664031,
2179
2755
  "canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
2180
2756
  "normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
2181
2757
  "emitScope": "ViewOnly",
@@ -2187,6 +2763,7 @@
2187
2763
  "isVirtual": true,
2188
2764
  "isOverride": false,
2189
2765
  "isSealed": false,
2766
+ "visibility": "Public",
2190
2767
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
2191
2768
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2192
2769
  "isExtensionMethod": false,
@@ -2207,6 +2784,7 @@
2207
2784
  "isVirtual": true,
2208
2785
  "isOverride": false,
2209
2786
  "isSealed": false,
2787
+ "visibility": "Public",
2210
2788
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
2211
2789
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2212
2790
  "isExtensionMethod": false,
@@ -2227,6 +2805,7 @@
2227
2805
  "isVirtual": true,
2228
2806
  "isOverride": false,
2229
2807
  "isSealed": false,
2808
+ "visibility": "Public",
2230
2809
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2231
2810
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2232
2811
  "isExtensionMethod": false,
@@ -2247,6 +2826,7 @@
2247
2826
  "isVirtual": true,
2248
2827
  "isOverride": false,
2249
2828
  "isSealed": false,
2829
+ "visibility": "Public",
2250
2830
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2251
2831
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2252
2832
  "isExtensionMethod": false
@@ -2266,6 +2846,27 @@
2266
2846
  "isVirtual": true,
2267
2847
  "isOverride": false,
2268
2848
  "isSealed": false,
2849
+ "visibility": "Public",
2850
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2851
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2852
+ "isExtensionMethod": false
2853
+ },
2854
+ {
2855
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
2856
+ "clrName": "OnAfterRenderAsync",
2857
+ "metadataToken": 0,
2858
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
2859
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
2860
+ "emitScope": "ClassSurface",
2861
+ "provenance": "BaseOverload",
2862
+ "arity": 0,
2863
+ "parameterCount": 1,
2864
+ "isStatic": false,
2865
+ "isAbstract": false,
2866
+ "isVirtual": true,
2867
+ "isOverride": false,
2868
+ "isSealed": false,
2869
+ "visibility": "Protected",
2269
2870
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2270
2871
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2271
2872
  "isExtensionMethod": false
@@ -2285,6 +2886,7 @@
2285
2886
  "isVirtual": true,
2286
2887
  "isOverride": false,
2287
2888
  "isSealed": false,
2889
+ "visibility": "Public",
2288
2890
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2289
2891
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2290
2892
  "isExtensionMethod": false
@@ -2306,6 +2908,7 @@
2306
2908
  "isAbstract": false,
2307
2909
  "isVirtual": false,
2308
2910
  "isOverride": false,
2911
+ "visibility": "Public",
2309
2912
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2310
2913
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2311
2914
  },
@@ -2324,6 +2927,7 @@
2324
2927
  "isAbstract": false,
2325
2928
  "isVirtual": false,
2326
2929
  "isOverride": false,
2930
+ "visibility": "Public",
2327
2931
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2328
2932
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2329
2933
  },
@@ -2342,6 +2946,7 @@
2342
2946
  "isAbstract": false,
2343
2947
  "isVirtual": false,
2344
2948
  "isOverride": false,
2949
+ "visibility": "Public",
2345
2950
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2346
2951
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2347
2952
  },
@@ -2360,6 +2965,7 @@
2360
2965
  "isAbstract": false,
2361
2966
  "isVirtual": false,
2362
2967
  "isOverride": false,
2968
+ "visibility": "Public",
2363
2969
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2364
2970
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2365
2971
  },
@@ -2378,13 +2984,140 @@
2378
2984
  "isAbstract": false,
2379
2985
  "isVirtual": false,
2380
2986
  "isOverride": false,
2987
+ "visibility": "Public",
2988
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2989
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2990
+ },
2991
+ {
2992
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::EditContext:Microsoft.AspNetCore.Components.Forms.EditContext",
2993
+ "clrName": "EditContext",
2994
+ "metadataToken": 385876149,
2995
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.Forms.EditContext",
2996
+ "normalizedSignature": "EditContext|:Microsoft.AspNetCore.Components.Forms.EditContext|static=false|accessor=getset",
2997
+ "emitScope": "ClassSurface",
2998
+ "provenance": "Original",
2999
+ "isIndexer": false,
3000
+ "hasGetter": true,
3001
+ "hasSetter": true,
3002
+ "isStatic": false,
3003
+ "isAbstract": false,
3004
+ "isVirtual": false,
3005
+ "isOverride": false,
3006
+ "visibility": "Protected",
3007
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3008
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3009
+ },
3010
+ {
3011
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::FieldIdentifier:Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
3012
+ "clrName": "FieldIdentifier",
3013
+ "metadataToken": 385876150,
3014
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.Forms.FieldIdentifier",
3015
+ "normalizedSignature": "FieldIdentifier|:Microsoft.AspNetCore.Components.Forms.FieldIdentifier|static=false|accessor=getset",
3016
+ "emitScope": "ClassSurface",
3017
+ "provenance": "Original",
3018
+ "isIndexer": false,
3019
+ "hasGetter": true,
3020
+ "hasSetter": true,
3021
+ "isStatic": false,
3022
+ "isAbstract": false,
3023
+ "isVirtual": false,
3024
+ "isOverride": false,
3025
+ "visibility": "ProtectedInternal",
3026
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3027
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3028
+ },
3029
+ {
3030
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::CurrentValue:TValue",
3031
+ "clrName": "CurrentValue",
3032
+ "metadataToken": 385876151,
3033
+ "canonicalSignature": ":TValue",
3034
+ "normalizedSignature": "CurrentValue|:TValue|static=false|accessor=getset",
3035
+ "emitScope": "ClassSurface",
3036
+ "provenance": "Original",
3037
+ "isIndexer": false,
3038
+ "hasGetter": true,
3039
+ "hasSetter": true,
3040
+ "isStatic": false,
3041
+ "isAbstract": false,
3042
+ "isVirtual": false,
3043
+ "isOverride": false,
3044
+ "visibility": "Protected",
3045
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3046
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3047
+ },
3048
+ {
3049
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::CurrentValueAsString:System.String",
3050
+ "clrName": "CurrentValueAsString",
3051
+ "metadataToken": 385876152,
3052
+ "canonicalSignature": ":System.String",
3053
+ "normalizedSignature": "CurrentValueAsString|:System.String|static=false|accessor=getset",
3054
+ "emitScope": "ClassSurface",
3055
+ "provenance": "Original",
3056
+ "isIndexer": false,
3057
+ "hasGetter": true,
3058
+ "hasSetter": true,
3059
+ "isStatic": false,
3060
+ "isAbstract": false,
3061
+ "isVirtual": false,
3062
+ "isOverride": false,
3063
+ "visibility": "Protected",
3064
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3065
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3066
+ },
3067
+ {
3068
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::CssClass:System.String",
3069
+ "clrName": "CssClass",
3070
+ "metadataToken": 385876153,
3071
+ "canonicalSignature": ":System.String",
3072
+ "normalizedSignature": "CssClass|:System.String|static=false|accessor=get",
3073
+ "emitScope": "ClassSurface",
3074
+ "provenance": "Original",
3075
+ "isIndexer": false,
3076
+ "hasGetter": true,
3077
+ "hasSetter": false,
3078
+ "isStatic": false,
3079
+ "isAbstract": false,
3080
+ "isVirtual": false,
3081
+ "isOverride": false,
3082
+ "visibility": "Protected",
3083
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3084
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3085
+ },
3086
+ {
3087
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::NameAttributeValue:System.String",
3088
+ "clrName": "NameAttributeValue",
3089
+ "metadataToken": 385876154,
3090
+ "canonicalSignature": ":System.String",
3091
+ "normalizedSignature": "NameAttributeValue|:System.String|static=false|accessor=get",
3092
+ "emitScope": "ClassSurface",
3093
+ "provenance": "Original",
3094
+ "isIndexer": false,
3095
+ "hasGetter": true,
3096
+ "hasSetter": false,
3097
+ "isStatic": false,
3098
+ "isAbstract": false,
3099
+ "isVirtual": false,
3100
+ "isOverride": false,
3101
+ "visibility": "Protected",
2381
3102
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
2382
3103
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2383
3104
  }
2384
3105
  ],
2385
3106
  "fields": [],
2386
3107
  "events": [],
2387
- "constructors": []
3108
+ "constructors": [
3109
+ {
3110
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601::.ctor():void",
3111
+ "metadataToken": 100663894,
3112
+ "canonicalSignature": "():void",
3113
+ "normalizedSignature": "constructor|():void|static=false",
3114
+ "isStatic": false,
3115
+ "parameterCount": 0,
3116
+ "visibility": "Protected",
3117
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3118
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3119
+ }
3120
+ ]
2388
3121
  },
2389
3122
  {
2390
3123
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputCheckbox",
@@ -2397,7 +3130,82 @@
2397
3130
  "isSealed": false,
2398
3131
  "isStatic": false,
2399
3132
  "arity": 0,
3133
+ "baseType": {
3134
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3135
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3136
+ "typeArguments": [
3137
+ "Boolean"
3138
+ ]
3139
+ },
3140
+ "interfaces": [
3141
+ {
3142
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
3143
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
3144
+ },
3145
+ {
3146
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
3147
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
3148
+ },
3149
+ {
3150
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
3151
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
3152
+ },
3153
+ {
3154
+ "stableId": "System.Private.CoreLib:System.IDisposable",
3155
+ "clrName": "System.IDisposable"
3156
+ }
3157
+ ],
2400
3158
  "methods": [
3159
+ {
3160
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputCheckbox::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3161
+ "clrName": "BuildRenderTree",
3162
+ "metadataToken": 100663907,
3163
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3164
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
3165
+ "emitScope": "ClassSurface",
3166
+ "provenance": "Original",
3167
+ "arity": 0,
3168
+ "parameterCount": 1,
3169
+ "isStatic": false,
3170
+ "isAbstract": false,
3171
+ "isVirtual": true,
3172
+ "isOverride": true,
3173
+ "isSealed": false,
3174
+ "visibility": "Protected",
3175
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
3176
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3177
+ "isExtensionMethod": false
3178
+ },
3179
+ {
3180
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputCheckbox::TryParseValueFromString(System.String,System.Boolean\u0026,System.String\u0026):System.Boolean",
3181
+ "clrName": "TryParseValueFromString",
3182
+ "metadataToken": 100663908,
3183
+ "canonicalSignature": "(System.String,System.Boolean\u0026,System.String\u0026):System.Boolean",
3184
+ "normalizedSignature": "TryParseValueFromString|(System.String,System.Boolean\u0026,System.String\u0026):System.Boolean|static=false",
3185
+ "emitScope": "ClassSurface",
3186
+ "provenance": "Original",
3187
+ "arity": 0,
3188
+ "parameterCount": 3,
3189
+ "isStatic": false,
3190
+ "isAbstract": false,
3191
+ "isVirtual": true,
3192
+ "isOverride": true,
3193
+ "isSealed": false,
3194
+ "visibility": "Protected",
3195
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
3196
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3197
+ "isExtensionMethod": false,
3198
+ "parameterModifiers": [
3199
+ {
3200
+ "index": 1,
3201
+ "modifier": "out"
3202
+ },
3203
+ {
3204
+ "index": 2,
3205
+ "modifier": "out"
3206
+ }
3207
+ ]
3208
+ },
2401
3209
  {
2402
3210
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2403
3211
  "clrName": "Attach",
@@ -2413,6 +3221,7 @@
2413
3221
  "isVirtual": true,
2414
3222
  "isOverride": false,
2415
3223
  "isSealed": false,
3224
+ "visibility": "Public",
2416
3225
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2417
3226
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2418
3227
  "isExtensionMethod": false,
@@ -2433,6 +3242,7 @@
2433
3242
  "isVirtual": true,
2434
3243
  "isOverride": false,
2435
3244
  "isSealed": false,
3245
+ "visibility": "Public",
2436
3246
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2437
3247
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2438
3248
  "isExtensionMethod": false,
@@ -2453,6 +3263,7 @@
2453
3263
  "isVirtual": true,
2454
3264
  "isOverride": false,
2455
3265
  "isSealed": false,
3266
+ "visibility": "Public",
2456
3267
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
2457
3268
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2458
3269
  "isExtensionMethod": false,
@@ -2473,6 +3284,7 @@
2473
3284
  "isVirtual": true,
2474
3285
  "isOverride": false,
2475
3286
  "isSealed": false,
3287
+ "visibility": "Public",
2476
3288
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
2477
3289
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2478
3290
  "isExtensionMethod": false,
@@ -2493,6 +3305,7 @@
2493
3305
  "isVirtual": true,
2494
3306
  "isOverride": false,
2495
3307
  "isSealed": false,
3308
+ "visibility": "Public",
2496
3309
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2497
3310
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2498
3311
  "isExtensionMethod": false
@@ -2512,6 +3325,7 @@
2512
3325
  "isVirtual": true,
2513
3326
  "isOverride": false,
2514
3327
  "isSealed": false,
3328
+ "visibility": "Public",
2515
3329
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2516
3330
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2517
3331
  "isExtensionMethod": false
@@ -2531,6 +3345,27 @@
2531
3345
  "isVirtual": true,
2532
3346
  "isOverride": false,
2533
3347
  "isSealed": false,
3348
+ "visibility": "Public",
3349
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
3350
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3351
+ "isExtensionMethod": false
3352
+ },
3353
+ {
3354
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputCheckbox::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
3355
+ "clrName": "OnAfterRenderAsync",
3356
+ "metadataToken": 0,
3357
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
3358
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
3359
+ "emitScope": "ClassSurface",
3360
+ "provenance": "BaseOverload",
3361
+ "arity": 0,
3362
+ "parameterCount": 1,
3363
+ "isStatic": false,
3364
+ "isAbstract": false,
3365
+ "isVirtual": true,
3366
+ "isOverride": false,
3367
+ "isSealed": false,
3368
+ "visibility": "Protected",
2534
3369
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2535
3370
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2536
3371
  "isExtensionMethod": false
@@ -2550,9 +3385,40 @@
2550
3385
  "isVirtual": true,
2551
3386
  "isOverride": false,
2552
3387
  "isSealed": false,
3388
+ "visibility": "Public",
2553
3389
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2554
3390
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2555
3391
  "isExtensionMethod": false
3392
+ },
3393
+ {
3394
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputCheckbox::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
3395
+ "clrName": "TryParseValueFromString",
3396
+ "metadataToken": 0,
3397
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
3398
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
3399
+ "emitScope": "ClassSurface",
3400
+ "provenance": "BaseOverload",
3401
+ "arity": 0,
3402
+ "parameterCount": 3,
3403
+ "isStatic": false,
3404
+ "isAbstract": true,
3405
+ "isVirtual": true,
3406
+ "isOverride": false,
3407
+ "isSealed": false,
3408
+ "visibility": "Protected",
3409
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
3410
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3411
+ "isExtensionMethod": false,
3412
+ "parameterModifiers": [
3413
+ {
3414
+ "index": 1,
3415
+ "modifier": "out"
3416
+ },
3417
+ {
3418
+ "index": 2,
3419
+ "modifier": "out"
3420
+ }
3421
+ ]
2556
3422
  }
2557
3423
  ],
2558
3424
  "properties": [
@@ -2561,16 +3427,17 @@
2561
3427
  "clrName": "Element",
2562
3428
  "metadataToken": 385876155,
2563
3429
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
2564
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
3430
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
2565
3431
  "emitScope": "ClassSurface",
2566
3432
  "provenance": "Original",
2567
3433
  "isIndexer": false,
2568
3434
  "hasGetter": true,
2569
- "hasSetter": false,
3435
+ "hasSetter": true,
2570
3436
  "isStatic": false,
2571
3437
  "isAbstract": false,
2572
3438
  "isVirtual": false,
2573
3439
  "isOverride": false,
3440
+ "visibility": "Public",
2574
3441
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2575
3442
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2576
3443
  }
@@ -2585,6 +3452,7 @@
2585
3452
  "normalizedSignature": "constructor|():void|static=false",
2586
3453
  "isStatic": false,
2587
3454
  "parameterCount": 0,
3455
+ "visibility": "Public",
2588
3456
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputCheckbox",
2589
3457
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2590
3458
  }
@@ -2601,7 +3469,125 @@
2601
3469
  "isSealed": false,
2602
3470
  "isStatic": false,
2603
3471
  "arity": 1,
3472
+ "baseType": {
3473
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3474
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
3475
+ "typeArguments": [
3476
+ "TValue"
3477
+ ]
3478
+ },
3479
+ "interfaces": [
3480
+ {
3481
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
3482
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
3483
+ },
3484
+ {
3485
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
3486
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
3487
+ },
3488
+ {
3489
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
3490
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
3491
+ },
3492
+ {
3493
+ "stableId": "System.Private.CoreLib:System.IDisposable",
3494
+ "clrName": "System.IDisposable"
3495
+ }
3496
+ ],
3497
+ "typeParameters": [
3498
+ "TValue"
3499
+ ],
2604
3500
  "methods": [
3501
+ {
3502
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::OnParametersSet():System.Void",
3503
+ "clrName": "OnParametersSet",
3504
+ "metadataToken": 100663919,
3505
+ "canonicalSignature": "():System.Void",
3506
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
3507
+ "emitScope": "ClassSurface",
3508
+ "provenance": "Original",
3509
+ "arity": 0,
3510
+ "parameterCount": 0,
3511
+ "isStatic": false,
3512
+ "isAbstract": false,
3513
+ "isVirtual": true,
3514
+ "isOverride": true,
3515
+ "isSealed": false,
3516
+ "visibility": "Protected",
3517
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
3518
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3519
+ "isExtensionMethod": false
3520
+ },
3521
+ {
3522
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3523
+ "clrName": "BuildRenderTree",
3524
+ "metadataToken": 100663920,
3525
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3526
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
3527
+ "emitScope": "ClassSurface",
3528
+ "provenance": "Original",
3529
+ "arity": 0,
3530
+ "parameterCount": 1,
3531
+ "isStatic": false,
3532
+ "isAbstract": false,
3533
+ "isVirtual": true,
3534
+ "isOverride": true,
3535
+ "isSealed": false,
3536
+ "visibility": "Protected",
3537
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
3538
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3539
+ "isExtensionMethod": false
3540
+ },
3541
+ {
3542
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::FormatValueAsString(TValue):System.String",
3543
+ "clrName": "FormatValueAsString",
3544
+ "metadataToken": 100663921,
3545
+ "canonicalSignature": "(TValue):System.String",
3546
+ "normalizedSignature": "FormatValueAsString|(TValue):System.String|static=false",
3547
+ "emitScope": "ClassSurface",
3548
+ "provenance": "Original",
3549
+ "arity": 0,
3550
+ "parameterCount": 1,
3551
+ "isStatic": false,
3552
+ "isAbstract": false,
3553
+ "isVirtual": true,
3554
+ "isOverride": true,
3555
+ "isSealed": false,
3556
+ "visibility": "Protected",
3557
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
3558
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3559
+ "isExtensionMethod": false
3560
+ },
3561
+ {
3562
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
3563
+ "clrName": "TryParseValueFromString",
3564
+ "metadataToken": 100663922,
3565
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
3566
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
3567
+ "emitScope": "ClassSurface",
3568
+ "provenance": "Original",
3569
+ "arity": 0,
3570
+ "parameterCount": 3,
3571
+ "isStatic": false,
3572
+ "isAbstract": false,
3573
+ "isVirtual": true,
3574
+ "isOverride": true,
3575
+ "isSealed": false,
3576
+ "visibility": "Protected",
3577
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
3578
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3579
+ "isExtensionMethod": false,
3580
+ "parameterModifiers": [
3581
+ {
3582
+ "index": 1,
3583
+ "modifier": "out"
3584
+ },
3585
+ {
3586
+ "index": 2,
3587
+ "modifier": "out"
3588
+ }
3589
+ ]
3590
+ },
2605
3591
  {
2606
3592
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2607
3593
  "clrName": "Attach",
@@ -2617,6 +3603,7 @@
2617
3603
  "isVirtual": true,
2618
3604
  "isOverride": false,
2619
3605
  "isSealed": false,
3606
+ "visibility": "Public",
2620
3607
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2621
3608
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2622
3609
  "isExtensionMethod": false,
@@ -2637,6 +3624,7 @@
2637
3624
  "isVirtual": true,
2638
3625
  "isOverride": false,
2639
3626
  "isSealed": false,
3627
+ "visibility": "Public",
2640
3628
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2641
3629
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2642
3630
  "isExtensionMethod": false,
@@ -2657,6 +3645,7 @@
2657
3645
  "isVirtual": true,
2658
3646
  "isOverride": false,
2659
3647
  "isSealed": false,
3648
+ "visibility": "Public",
2660
3649
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
2661
3650
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2662
3651
  "isExtensionMethod": false,
@@ -2677,6 +3666,7 @@
2677
3666
  "isVirtual": true,
2678
3667
  "isOverride": false,
2679
3668
  "isSealed": false,
3669
+ "visibility": "Public",
2680
3670
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
2681
3671
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2682
3672
  "isExtensionMethod": false,
@@ -2697,6 +3687,7 @@
2697
3687
  "isVirtual": true,
2698
3688
  "isOverride": false,
2699
3689
  "isSealed": false,
3690
+ "visibility": "Public",
2700
3691
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2701
3692
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2702
3693
  "isExtensionMethod": false
@@ -2716,6 +3707,7 @@
2716
3707
  "isVirtual": true,
2717
3708
  "isOverride": false,
2718
3709
  "isSealed": false,
3710
+ "visibility": "Public",
2719
3711
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2720
3712
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2721
3713
  "isExtensionMethod": false
@@ -2735,6 +3727,27 @@
2735
3727
  "isVirtual": true,
2736
3728
  "isOverride": false,
2737
3729
  "isSealed": false,
3730
+ "visibility": "Public",
3731
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
3732
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3733
+ "isExtensionMethod": false
3734
+ },
3735
+ {
3736
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
3737
+ "clrName": "OnAfterRenderAsync",
3738
+ "metadataToken": 0,
3739
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
3740
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
3741
+ "emitScope": "ClassSurface",
3742
+ "provenance": "BaseOverload",
3743
+ "arity": 0,
3744
+ "parameterCount": 1,
3745
+ "isStatic": false,
3746
+ "isAbstract": false,
3747
+ "isVirtual": true,
3748
+ "isOverride": false,
3749
+ "isSealed": false,
3750
+ "visibility": "Protected",
2738
3751
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2739
3752
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2740
3753
  "isExtensionMethod": false
@@ -2754,6 +3767,7 @@
2754
3767
  "isVirtual": true,
2755
3768
  "isOverride": false,
2756
3769
  "isSealed": false,
3770
+ "visibility": "Public",
2757
3771
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2758
3772
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2759
3773
  "isExtensionMethod": false
@@ -2775,6 +3789,7 @@
2775
3789
  "isAbstract": false,
2776
3790
  "isVirtual": false,
2777
3791
  "isOverride": false,
3792
+ "visibility": "Public",
2778
3793
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2779
3794
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2780
3795
  },
@@ -2793,6 +3808,7 @@
2793
3808
  "isAbstract": false,
2794
3809
  "isVirtual": false,
2795
3810
  "isOverride": false,
3811
+ "visibility": "Public",
2796
3812
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2797
3813
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2798
3814
  },
@@ -2801,16 +3817,17 @@
2801
3817
  "clrName": "Element",
2802
3818
  "metadataToken": 385876158,
2803
3819
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
2804
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
3820
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
2805
3821
  "emitScope": "ClassSurface",
2806
3822
  "provenance": "Original",
2807
3823
  "isIndexer": false,
2808
3824
  "hasGetter": true,
2809
- "hasSetter": false,
3825
+ "hasSetter": true,
2810
3826
  "isStatic": false,
2811
3827
  "isAbstract": false,
2812
3828
  "isVirtual": false,
2813
3829
  "isOverride": false,
3830
+ "visibility": "Public",
2814
3831
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2815
3832
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2816
3833
  }
@@ -2825,6 +3842,7 @@
2825
3842
  "normalizedSignature": "constructor|():void|static=false",
2826
3843
  "isStatic": false,
2827
3844
  "parameterCount": 0,
3845
+ "visibility": "Public",
2828
3846
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputDate\u00601",
2829
3847
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2830
3848
  }
@@ -2841,7 +3859,73 @@
2841
3859
  "isSealed": false,
2842
3860
  "isStatic": false,
2843
3861
  "arity": 0,
3862
+ "baseType": {
3863
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
3864
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
3865
+ },
3866
+ "interfaces": [
3867
+ {
3868
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
3869
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
3870
+ },
3871
+ {
3872
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
3873
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
3874
+ },
3875
+ {
3876
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
3877
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
3878
+ },
3879
+ {
3880
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.IInputFileJsCallbacks",
3881
+ "clrName": "Microsoft.AspNetCore.Components.Forms.IInputFileJsCallbacks"
3882
+ },
3883
+ {
3884
+ "stableId": "System.Private.CoreLib:System.IDisposable",
3885
+ "clrName": "System.IDisposable"
3886
+ }
3887
+ ],
2844
3888
  "methods": [
3889
+ {
3890
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputFile::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
3891
+ "clrName": "OnAfterRenderAsync",
3892
+ "metadataToken": 100663936,
3893
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
3894
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
3895
+ "emitScope": "ClassSurface",
3896
+ "provenance": "Original",
3897
+ "arity": 0,
3898
+ "parameterCount": 1,
3899
+ "isStatic": false,
3900
+ "isAbstract": false,
3901
+ "isVirtual": true,
3902
+ "isOverride": true,
3903
+ "isSealed": false,
3904
+ "visibility": "Protected",
3905
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3906
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3907
+ "isExtensionMethod": false
3908
+ },
3909
+ {
3910
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputFile::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3911
+ "clrName": "BuildRenderTree",
3912
+ "metadataToken": 100663937,
3913
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
3914
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
3915
+ "emitScope": "ClassSurface",
3916
+ "provenance": "Original",
3917
+ "arity": 0,
3918
+ "parameterCount": 1,
3919
+ "isStatic": false,
3920
+ "isAbstract": false,
3921
+ "isVirtual": true,
3922
+ "isOverride": true,
3923
+ "isSealed": false,
3924
+ "visibility": "Protected",
3925
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3926
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3927
+ "isExtensionMethod": false
3928
+ },
2845
3929
  {
2846
3930
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
2847
3931
  "clrName": "Attach",
@@ -2857,6 +3941,7 @@
2857
3941
  "isVirtual": true,
2858
3942
  "isOverride": false,
2859
3943
  "isSealed": false,
3944
+ "visibility": "Public",
2860
3945
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2861
3946
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2862
3947
  "isExtensionMethod": false,
@@ -2877,6 +3962,7 @@
2877
3962
  "isVirtual": true,
2878
3963
  "isOverride": false,
2879
3964
  "isSealed": false,
3965
+ "visibility": "Public",
2880
3966
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
2881
3967
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2882
3968
  "isExtensionMethod": false,
@@ -2897,6 +3983,7 @@
2897
3983
  "isVirtual": true,
2898
3984
  "isOverride": false,
2899
3985
  "isSealed": false,
3986
+ "visibility": "Public",
2900
3987
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
2901
3988
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2902
3989
  "isExtensionMethod": false,
@@ -2917,6 +4004,7 @@
2917
4004
  "isVirtual": true,
2918
4005
  "isOverride": false,
2919
4006
  "isSealed": false,
4007
+ "visibility": "Public",
2920
4008
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
2921
4009
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2922
4010
  "isExtensionMethod": false,
@@ -2937,6 +4025,7 @@
2937
4025
  "isVirtual": true,
2938
4026
  "isOverride": false,
2939
4027
  "isSealed": false,
4028
+ "visibility": "Public",
2940
4029
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
2941
4030
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2942
4031
  "isExtensionMethod": false
@@ -2956,6 +4045,7 @@
2956
4045
  "isVirtual": true,
2957
4046
  "isOverride": false,
2958
4047
  "isSealed": false,
4048
+ "visibility": "Public",
2959
4049
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
2960
4050
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2961
4051
  "isExtensionMethod": false
@@ -2975,6 +4065,7 @@
2975
4065
  "isVirtual": true,
2976
4066
  "isOverride": false,
2977
4067
  "isSealed": false,
4068
+ "visibility": "Public",
2978
4069
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
2979
4070
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2980
4071
  "isExtensionMethod": false
@@ -2994,6 +4085,7 @@
2994
4085
  "isVirtual": true,
2995
4086
  "isOverride": false,
2996
4087
  "isSealed": false,
4088
+ "visibility": "Public",
2997
4089
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
2998
4090
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2999
4091
  "isExtensionMethod": false
@@ -3015,6 +4107,7 @@
3015
4107
  "isAbstract": false,
3016
4108
  "isVirtual": false,
3017
4109
  "isOverride": false,
4110
+ "visibility": "Public",
3018
4111
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3019
4112
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3020
4113
  },
@@ -3033,6 +4126,7 @@
3033
4126
  "isAbstract": false,
3034
4127
  "isVirtual": false,
3035
4128
  "isOverride": false,
4129
+ "visibility": "Public",
3036
4130
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3037
4131
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3038
4132
  },
@@ -3041,16 +4135,17 @@
3041
4135
  "clrName": "Element",
3042
4136
  "metadataToken": 385876162,
3043
4137
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3044
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
4138
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
3045
4139
  "emitScope": "ClassSurface",
3046
4140
  "provenance": "Original",
3047
4141
  "isIndexer": false,
3048
4142
  "hasGetter": true,
3049
- "hasSetter": false,
4143
+ "hasSetter": true,
3050
4144
  "isStatic": false,
3051
4145
  "isAbstract": false,
3052
4146
  "isVirtual": false,
3053
4147
  "isOverride": false,
4148
+ "visibility": "Public",
3054
4149
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3055
4150
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3056
4151
  }
@@ -3065,6 +4160,7 @@
3065
4160
  "normalizedSignature": "constructor|():void|static=false",
3066
4161
  "isStatic": false,
3067
4162
  "parameterCount": 0,
4163
+ "visibility": "Public",
3068
4164
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFile",
3069
4165
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3070
4166
  }
@@ -3081,6 +4177,10 @@
3081
4177
  "isSealed": true,
3082
4178
  "isStatic": false,
3083
4179
  "arity": 0,
4180
+ "baseType": {
4181
+ "stableId": "System.Private.CoreLib:System.EventArgs",
4182
+ "clrName": "System.EventArgs"
4183
+ },
3084
4184
  "methods": [
3085
4185
  {
3086
4186
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs::GetMultipleFiles(System.Int32):System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.Components.Forms.IBrowserFile,Microsoft.AspNetCore.Components.Web,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -3097,6 +4197,7 @@
3097
4197
  "isVirtual": false,
3098
4198
  "isOverride": false,
3099
4199
  "isSealed": false,
4200
+ "visibility": "Public",
3100
4201
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs",
3101
4202
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3102
4203
  "isExtensionMethod": false
@@ -3118,6 +4219,7 @@
3118
4219
  "isAbstract": false,
3119
4220
  "isVirtual": false,
3120
4221
  "isOverride": false,
4222
+ "visibility": "Public",
3121
4223
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs",
3122
4224
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3123
4225
  },
@@ -3136,6 +4238,7 @@
3136
4238
  "isAbstract": false,
3137
4239
  "isVirtual": false,
3138
4240
  "isOverride": false,
4241
+ "visibility": "Public",
3139
4242
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs",
3140
4243
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3141
4244
  }
@@ -3150,6 +4253,7 @@
3150
4253
  "normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.Components.Forms.IBrowserFile,Microsoft.AspNetCore.Components.Web,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
3151
4254
  "isStatic": false,
3152
4255
  "parameterCount": 1,
4256
+ "visibility": "Public",
3153
4257
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs",
3154
4258
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3155
4259
  }
@@ -3166,7 +4270,82 @@
3166
4270
  "isSealed": false,
3167
4271
  "isStatic": false,
3168
4272
  "arity": 0,
4273
+ "baseType": {
4274
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
4275
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
4276
+ "typeArguments": [
4277
+ "String"
4278
+ ]
4279
+ },
4280
+ "interfaces": [
4281
+ {
4282
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
4283
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
4284
+ },
4285
+ {
4286
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
4287
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
4288
+ },
4289
+ {
4290
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
4291
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
4292
+ },
4293
+ {
4294
+ "stableId": "System.Private.CoreLib:System.IDisposable",
4295
+ "clrName": "System.IDisposable"
4296
+ }
4297
+ ],
3169
4298
  "methods": [
4299
+ {
4300
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputHidden::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
4301
+ "clrName": "BuildRenderTree",
4302
+ "metadataToken": 100664001,
4303
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
4304
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
4305
+ "emitScope": "ClassSurface",
4306
+ "provenance": "Original",
4307
+ "arity": 0,
4308
+ "parameterCount": 1,
4309
+ "isStatic": false,
4310
+ "isAbstract": false,
4311
+ "isVirtual": true,
4312
+ "isOverride": true,
4313
+ "isSealed": false,
4314
+ "visibility": "Protected",
4315
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
4316
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4317
+ "isExtensionMethod": false
4318
+ },
4319
+ {
4320
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputHidden::TryParseValueFromString(System.String,System.String\u0026,System.String\u0026):System.Boolean",
4321
+ "clrName": "TryParseValueFromString",
4322
+ "metadataToken": 100664002,
4323
+ "canonicalSignature": "(System.String,System.String\u0026,System.String\u0026):System.Boolean",
4324
+ "normalizedSignature": "TryParseValueFromString|(System.String,System.String\u0026,System.String\u0026):System.Boolean|static=false",
4325
+ "emitScope": "ClassSurface",
4326
+ "provenance": "Original",
4327
+ "arity": 0,
4328
+ "parameterCount": 3,
4329
+ "isStatic": false,
4330
+ "isAbstract": false,
4331
+ "isVirtual": true,
4332
+ "isOverride": true,
4333
+ "isSealed": false,
4334
+ "visibility": "Protected",
4335
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
4336
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4337
+ "isExtensionMethod": false,
4338
+ "parameterModifiers": [
4339
+ {
4340
+ "index": 1,
4341
+ "modifier": "out"
4342
+ },
4343
+ {
4344
+ "index": 2,
4345
+ "modifier": "out"
4346
+ }
4347
+ ]
4348
+ },
3170
4349
  {
3171
4350
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
3172
4351
  "clrName": "Attach",
@@ -3182,6 +4361,7 @@
3182
4361
  "isVirtual": true,
3183
4362
  "isOverride": false,
3184
4363
  "isSealed": false,
4364
+ "visibility": "Public",
3185
4365
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3186
4366
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3187
4367
  "isExtensionMethod": false,
@@ -3202,6 +4382,7 @@
3202
4382
  "isVirtual": true,
3203
4383
  "isOverride": false,
3204
4384
  "isSealed": false,
4385
+ "visibility": "Public",
3205
4386
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3206
4387
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3207
4388
  "isExtensionMethod": false,
@@ -3222,6 +4403,7 @@
3222
4403
  "isVirtual": true,
3223
4404
  "isOverride": false,
3224
4405
  "isSealed": false,
4406
+ "visibility": "Public",
3225
4407
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
3226
4408
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3227
4409
  "isExtensionMethod": false,
@@ -3242,6 +4424,7 @@
3242
4424
  "isVirtual": true,
3243
4425
  "isOverride": false,
3244
4426
  "isSealed": false,
4427
+ "visibility": "Public",
3245
4428
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
3246
4429
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3247
4430
  "isExtensionMethod": false,
@@ -3262,6 +4445,7 @@
3262
4445
  "isVirtual": true,
3263
4446
  "isOverride": false,
3264
4447
  "isSealed": false,
4448
+ "visibility": "Public",
3265
4449
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3266
4450
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3267
4451
  "isExtensionMethod": false
@@ -3281,6 +4465,7 @@
3281
4465
  "isVirtual": true,
3282
4466
  "isOverride": false,
3283
4467
  "isSealed": false,
4468
+ "visibility": "Public",
3284
4469
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3285
4470
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3286
4471
  "isExtensionMethod": false
@@ -3300,6 +4485,27 @@
3300
4485
  "isVirtual": true,
3301
4486
  "isOverride": false,
3302
4487
  "isSealed": false,
4488
+ "visibility": "Public",
4489
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
4490
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4491
+ "isExtensionMethod": false
4492
+ },
4493
+ {
4494
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputHidden::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
4495
+ "clrName": "OnAfterRenderAsync",
4496
+ "metadataToken": 0,
4497
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
4498
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
4499
+ "emitScope": "ClassSurface",
4500
+ "provenance": "BaseOverload",
4501
+ "arity": 0,
4502
+ "parameterCount": 1,
4503
+ "isStatic": false,
4504
+ "isAbstract": false,
4505
+ "isVirtual": true,
4506
+ "isOverride": false,
4507
+ "isSealed": false,
4508
+ "visibility": "Protected",
3303
4509
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3304
4510
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3305
4511
  "isExtensionMethod": false
@@ -3319,9 +4525,40 @@
3319
4525
  "isVirtual": true,
3320
4526
  "isOverride": false,
3321
4527
  "isSealed": false,
4528
+ "visibility": "Public",
3322
4529
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3323
4530
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3324
4531
  "isExtensionMethod": false
4532
+ },
4533
+ {
4534
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputHidden::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
4535
+ "clrName": "TryParseValueFromString",
4536
+ "metadataToken": 0,
4537
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
4538
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
4539
+ "emitScope": "ClassSurface",
4540
+ "provenance": "BaseOverload",
4541
+ "arity": 0,
4542
+ "parameterCount": 3,
4543
+ "isStatic": false,
4544
+ "isAbstract": true,
4545
+ "isVirtual": true,
4546
+ "isOverride": false,
4547
+ "isSealed": false,
4548
+ "visibility": "Protected",
4549
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
4550
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4551
+ "isExtensionMethod": false,
4552
+ "parameterModifiers": [
4553
+ {
4554
+ "index": 1,
4555
+ "modifier": "out"
4556
+ },
4557
+ {
4558
+ "index": 2,
4559
+ "modifier": "out"
4560
+ }
4561
+ ]
3325
4562
  }
3326
4563
  ],
3327
4564
  "properties": [
@@ -3330,16 +4567,17 @@
3330
4567
  "clrName": "Element",
3331
4568
  "metadataToken": 385876185,
3332
4569
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3333
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
4570
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
3334
4571
  "emitScope": "ClassSurface",
3335
4572
  "provenance": "Original",
3336
4573
  "isIndexer": false,
3337
4574
  "hasGetter": true,
3338
- "hasSetter": false,
4575
+ "hasSetter": true,
3339
4576
  "isStatic": false,
3340
4577
  "isAbstract": false,
3341
4578
  "isVirtual": false,
3342
4579
  "isOverride": false,
4580
+ "visibility": "Public",
3343
4581
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3344
4582
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3345
4583
  }
@@ -3354,6 +4592,7 @@
3354
4592
  "normalizedSignature": "constructor|():void|static=false",
3355
4593
  "isStatic": false,
3356
4594
  "parameterCount": 0,
4595
+ "visibility": "Public",
3357
4596
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputHidden",
3358
4597
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3359
4598
  }
@@ -3370,7 +4609,105 @@
3370
4609
  "isSealed": false,
3371
4610
  "isStatic": false,
3372
4611
  "arity": 1,
4612
+ "baseType": {
4613
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
4614
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
4615
+ "typeArguments": [
4616
+ "TValue"
4617
+ ]
4618
+ },
4619
+ "interfaces": [
4620
+ {
4621
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
4622
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
4623
+ },
4624
+ {
4625
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
4626
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
4627
+ },
4628
+ {
4629
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
4630
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
4631
+ },
4632
+ {
4633
+ "stableId": "System.Private.CoreLib:System.IDisposable",
4634
+ "clrName": "System.IDisposable"
4635
+ }
4636
+ ],
4637
+ "typeParameters": [
4638
+ "TValue"
4639
+ ],
3373
4640
  "methods": [
4641
+ {
4642
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputNumber\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
4643
+ "clrName": "BuildRenderTree",
4644
+ "metadataToken": 100664011,
4645
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
4646
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
4647
+ "emitScope": "ClassSurface",
4648
+ "provenance": "Original",
4649
+ "arity": 0,
4650
+ "parameterCount": 1,
4651
+ "isStatic": false,
4652
+ "isAbstract": false,
4653
+ "isVirtual": true,
4654
+ "isOverride": true,
4655
+ "isSealed": false,
4656
+ "visibility": "Protected",
4657
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
4658
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4659
+ "isExtensionMethod": false
4660
+ },
4661
+ {
4662
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputNumber\u00601::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
4663
+ "clrName": "TryParseValueFromString",
4664
+ "metadataToken": 100664012,
4665
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
4666
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
4667
+ "emitScope": "ClassSurface",
4668
+ "provenance": "Original",
4669
+ "arity": 0,
4670
+ "parameterCount": 3,
4671
+ "isStatic": false,
4672
+ "isAbstract": false,
4673
+ "isVirtual": true,
4674
+ "isOverride": true,
4675
+ "isSealed": false,
4676
+ "visibility": "Protected",
4677
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
4678
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4679
+ "isExtensionMethod": false,
4680
+ "parameterModifiers": [
4681
+ {
4682
+ "index": 1,
4683
+ "modifier": "out"
4684
+ },
4685
+ {
4686
+ "index": 2,
4687
+ "modifier": "out"
4688
+ }
4689
+ ]
4690
+ },
4691
+ {
4692
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputNumber\u00601::FormatValueAsString(TValue):System.String",
4693
+ "clrName": "FormatValueAsString",
4694
+ "metadataToken": 100664013,
4695
+ "canonicalSignature": "(TValue):System.String",
4696
+ "normalizedSignature": "FormatValueAsString|(TValue):System.String|static=false",
4697
+ "emitScope": "ClassSurface",
4698
+ "provenance": "Original",
4699
+ "arity": 0,
4700
+ "parameterCount": 1,
4701
+ "isStatic": false,
4702
+ "isAbstract": false,
4703
+ "isVirtual": true,
4704
+ "isOverride": true,
4705
+ "isSealed": false,
4706
+ "visibility": "Protected",
4707
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
4708
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4709
+ "isExtensionMethod": false
4710
+ },
3374
4711
  {
3375
4712
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
3376
4713
  "clrName": "Attach",
@@ -3386,6 +4723,7 @@
3386
4723
  "isVirtual": true,
3387
4724
  "isOverride": false,
3388
4725
  "isSealed": false,
4726
+ "visibility": "Public",
3389
4727
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3390
4728
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3391
4729
  "isExtensionMethod": false,
@@ -3406,6 +4744,7 @@
3406
4744
  "isVirtual": true,
3407
4745
  "isOverride": false,
3408
4746
  "isSealed": false,
4747
+ "visibility": "Public",
3409
4748
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3410
4749
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3411
4750
  "isExtensionMethod": false,
@@ -3426,6 +4765,7 @@
3426
4765
  "isVirtual": true,
3427
4766
  "isOverride": false,
3428
4767
  "isSealed": false,
4768
+ "visibility": "Public",
3429
4769
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
3430
4770
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3431
4771
  "isExtensionMethod": false,
@@ -3446,6 +4786,7 @@
3446
4786
  "isVirtual": true,
3447
4787
  "isOverride": false,
3448
4788
  "isSealed": false,
4789
+ "visibility": "Public",
3449
4790
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
3450
4791
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3451
4792
  "isExtensionMethod": false,
@@ -3466,6 +4807,7 @@
3466
4807
  "isVirtual": true,
3467
4808
  "isOverride": false,
3468
4809
  "isSealed": false,
4810
+ "visibility": "Public",
3469
4811
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3470
4812
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3471
4813
  "isExtensionMethod": false
@@ -3485,6 +4827,7 @@
3485
4827
  "isVirtual": true,
3486
4828
  "isOverride": false,
3487
4829
  "isSealed": false,
4830
+ "visibility": "Public",
3488
4831
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3489
4832
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3490
4833
  "isExtensionMethod": false
@@ -3504,6 +4847,27 @@
3504
4847
  "isVirtual": true,
3505
4848
  "isOverride": false,
3506
4849
  "isSealed": false,
4850
+ "visibility": "Public",
4851
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
4852
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4853
+ "isExtensionMethod": false
4854
+ },
4855
+ {
4856
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputNumber\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
4857
+ "clrName": "OnAfterRenderAsync",
4858
+ "metadataToken": 0,
4859
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
4860
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
4861
+ "emitScope": "ClassSurface",
4862
+ "provenance": "BaseOverload",
4863
+ "arity": 0,
4864
+ "parameterCount": 1,
4865
+ "isStatic": false,
4866
+ "isAbstract": false,
4867
+ "isVirtual": true,
4868
+ "isOverride": false,
4869
+ "isSealed": false,
4870
+ "visibility": "Protected",
3507
4871
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3508
4872
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3509
4873
  "isExtensionMethod": false
@@ -3523,6 +4887,7 @@
3523
4887
  "isVirtual": true,
3524
4888
  "isOverride": false,
3525
4889
  "isSealed": false,
4890
+ "visibility": "Public",
3526
4891
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3527
4892
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3528
4893
  "isExtensionMethod": false
@@ -3544,6 +4909,7 @@
3544
4909
  "isAbstract": false,
3545
4910
  "isVirtual": false,
3546
4911
  "isOverride": false,
4912
+ "visibility": "Public",
3547
4913
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3548
4914
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3549
4915
  },
@@ -3552,16 +4918,17 @@
3552
4918
  "clrName": "Element",
3553
4919
  "metadataToken": 385876187,
3554
4920
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3555
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
4921
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
3556
4922
  "emitScope": "ClassSurface",
3557
4923
  "provenance": "Original",
3558
4924
  "isIndexer": false,
3559
4925
  "hasGetter": true,
3560
- "hasSetter": false,
4926
+ "hasSetter": true,
3561
4927
  "isStatic": false,
3562
4928
  "isAbstract": false,
3563
4929
  "isVirtual": false,
3564
4930
  "isOverride": false,
4931
+ "visibility": "Public",
3565
4932
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3566
4933
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3567
4934
  }
@@ -3576,6 +4943,7 @@
3576
4943
  "normalizedSignature": "constructor|():void|static=false",
3577
4944
  "isStatic": false,
3578
4945
  "parameterCount": 0,
4946
+ "visibility": "Public",
3579
4947
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputNumber\u00601",
3580
4948
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3581
4949
  }
@@ -3592,7 +4960,68 @@
3592
4960
  "isSealed": false,
3593
4961
  "isStatic": false,
3594
4962
  "arity": 1,
4963
+ "baseType": {
4964
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
4965
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
4966
+ },
4967
+ "interfaces": [
4968
+ {
4969
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
4970
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
4971
+ },
4972
+ {
4973
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
4974
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
4975
+ },
4976
+ {
4977
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
4978
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
4979
+ }
4980
+ ],
4981
+ "typeParameters": [
4982
+ "TValue"
4983
+ ],
3595
4984
  "methods": [
4985
+ {
4986
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadio\u00601::OnParametersSet():System.Void",
4987
+ "clrName": "OnParametersSet",
4988
+ "metadataToken": 100664030,
4989
+ "canonicalSignature": "():System.Void",
4990
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
4991
+ "emitScope": "ClassSurface",
4992
+ "provenance": "Original",
4993
+ "arity": 0,
4994
+ "parameterCount": 0,
4995
+ "isStatic": false,
4996
+ "isAbstract": false,
4997
+ "isVirtual": true,
4998
+ "isOverride": true,
4999
+ "isSealed": false,
5000
+ "visibility": "Protected",
5001
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
5002
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5003
+ "isExtensionMethod": false
5004
+ },
5005
+ {
5006
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadio\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5007
+ "clrName": "BuildRenderTree",
5008
+ "metadataToken": 100664031,
5009
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5010
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
5011
+ "emitScope": "ClassSurface",
5012
+ "provenance": "Original",
5013
+ "arity": 0,
5014
+ "parameterCount": 1,
5015
+ "isStatic": false,
5016
+ "isAbstract": false,
5017
+ "isVirtual": true,
5018
+ "isOverride": true,
5019
+ "isSealed": false,
5020
+ "visibility": "Protected",
5021
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
5022
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5023
+ "isExtensionMethod": false
5024
+ },
3596
5025
  {
3597
5026
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
3598
5027
  "clrName": "Attach",
@@ -3608,6 +5037,7 @@
3608
5037
  "isVirtual": true,
3609
5038
  "isOverride": false,
3610
5039
  "isSealed": false,
5040
+ "visibility": "Public",
3611
5041
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3612
5042
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3613
5043
  "isExtensionMethod": false,
@@ -3628,6 +5058,7 @@
3628
5058
  "isVirtual": true,
3629
5059
  "isOverride": false,
3630
5060
  "isSealed": false,
5061
+ "visibility": "Public",
3631
5062
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3632
5063
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3633
5064
  "isExtensionMethod": false,
@@ -3648,6 +5079,7 @@
3648
5079
  "isVirtual": true,
3649
5080
  "isOverride": false,
3650
5081
  "isSealed": false,
5082
+ "visibility": "Public",
3651
5083
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
3652
5084
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3653
5085
  "isExtensionMethod": false,
@@ -3668,6 +5100,7 @@
3668
5100
  "isVirtual": true,
3669
5101
  "isOverride": false,
3670
5102
  "isSealed": false,
5103
+ "visibility": "Public",
3671
5104
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
3672
5105
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3673
5106
  "isExtensionMethod": false,
@@ -3688,6 +5121,7 @@
3688
5121
  "isVirtual": true,
3689
5122
  "isOverride": false,
3690
5123
  "isSealed": false,
5124
+ "visibility": "Public",
3691
5125
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3692
5126
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3693
5127
  "isExtensionMethod": false
@@ -3707,6 +5141,27 @@
3707
5141
  "isVirtual": true,
3708
5142
  "isOverride": false,
3709
5143
  "isSealed": false,
5144
+ "visibility": "Public",
5145
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
5146
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5147
+ "isExtensionMethod": false
5148
+ },
5149
+ {
5150
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadio\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
5151
+ "clrName": "OnAfterRenderAsync",
5152
+ "metadataToken": 0,
5153
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
5154
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
5155
+ "emitScope": "ClassSurface",
5156
+ "provenance": "BaseOverload",
5157
+ "arity": 0,
5158
+ "parameterCount": 1,
5159
+ "isStatic": false,
5160
+ "isAbstract": false,
5161
+ "isVirtual": true,
5162
+ "isOverride": false,
5163
+ "isSealed": false,
5164
+ "visibility": "Protected",
3710
5165
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3711
5166
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3712
5167
  "isExtensionMethod": false
@@ -3726,6 +5181,7 @@
3726
5181
  "isVirtual": true,
3727
5182
  "isOverride": false,
3728
5183
  "isSealed": false,
5184
+ "visibility": "Public",
3729
5185
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3730
5186
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3731
5187
  "isExtensionMethod": false
@@ -3745,6 +5201,7 @@
3745
5201
  "isVirtual": true,
3746
5202
  "isOverride": false,
3747
5203
  "isSealed": false,
5204
+ "visibility": "Public",
3748
5205
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3749
5206
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3750
5207
  "isExtensionMethod": false
@@ -3766,6 +5223,7 @@
3766
5223
  "isAbstract": false,
3767
5224
  "isVirtual": false,
3768
5225
  "isOverride": false,
5226
+ "visibility": "Public",
3769
5227
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3770
5228
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3771
5229
  },
@@ -3784,6 +5242,7 @@
3784
5242
  "isAbstract": false,
3785
5243
  "isVirtual": false,
3786
5244
  "isOverride": false,
5245
+ "visibility": "Public",
3787
5246
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3788
5247
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3789
5248
  },
@@ -3802,6 +5261,7 @@
3802
5261
  "isAbstract": false,
3803
5262
  "isVirtual": false,
3804
5263
  "isOverride": false,
5264
+ "visibility": "Public",
3805
5265
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3806
5266
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3807
5267
  },
@@ -3810,16 +5270,17 @@
3810
5270
  "clrName": "Element",
3811
5271
  "metadataToken": 385876192,
3812
5272
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3813
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
5273
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
3814
5274
  "emitScope": "ClassSurface",
3815
5275
  "provenance": "Original",
3816
5276
  "isIndexer": false,
3817
5277
  "hasGetter": true,
3818
- "hasSetter": false,
5278
+ "hasSetter": true,
3819
5279
  "isStatic": false,
3820
5280
  "isAbstract": false,
3821
5281
  "isVirtual": false,
3822
5282
  "isOverride": false,
5283
+ "visibility": "Public",
3823
5284
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3824
5285
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3825
5286
  }
@@ -3834,6 +5295,7 @@
3834
5295
  "normalizedSignature": "constructor|():void|static=false",
3835
5296
  "isStatic": false,
3836
5297
  "parameterCount": 0,
5298
+ "visibility": "Public",
3837
5299
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadio\u00601",
3838
5300
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
3839
5301
  }
@@ -3850,7 +5312,109 @@
3850
5312
  "isSealed": false,
3851
5313
  "isStatic": false,
3852
5314
  "arity": 1,
5315
+ "baseType": {
5316
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
5317
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
5318
+ "typeArguments": [
5319
+ "TValue"
5320
+ ]
5321
+ },
5322
+ "interfaces": [
5323
+ {
5324
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
5325
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
5326
+ },
5327
+ {
5328
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
5329
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
5330
+ },
5331
+ {
5332
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
5333
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
5334
+ },
5335
+ {
5336
+ "stableId": "System.Private.CoreLib:System.IDisposable",
5337
+ "clrName": "System.IDisposable"
5338
+ },
5339
+ {
5340
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.IInputRadioValueProvider",
5341
+ "clrName": "Microsoft.AspNetCore.Components.IInputRadioValueProvider"
5342
+ }
5343
+ ],
5344
+ "typeParameters": [
5345
+ "TValue"
5346
+ ],
3853
5347
  "methods": [
5348
+ {
5349
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601::OnParametersSet():System.Void",
5350
+ "clrName": "OnParametersSet",
5351
+ "metadataToken": 100664051,
5352
+ "canonicalSignature": "():System.Void",
5353
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
5354
+ "emitScope": "ClassSurface",
5355
+ "provenance": "Original",
5356
+ "arity": 0,
5357
+ "parameterCount": 0,
5358
+ "isStatic": false,
5359
+ "isAbstract": false,
5360
+ "isVirtual": true,
5361
+ "isOverride": true,
5362
+ "isSealed": false,
5363
+ "visibility": "Protected",
5364
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
5365
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5366
+ "isExtensionMethod": false
5367
+ },
5368
+ {
5369
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5370
+ "clrName": "BuildRenderTree",
5371
+ "metadataToken": 100664052,
5372
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5373
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
5374
+ "emitScope": "ClassSurface",
5375
+ "provenance": "Original",
5376
+ "arity": 0,
5377
+ "parameterCount": 1,
5378
+ "isStatic": false,
5379
+ "isAbstract": false,
5380
+ "isVirtual": true,
5381
+ "isOverride": true,
5382
+ "isSealed": false,
5383
+ "visibility": "Protected",
5384
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
5385
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5386
+ "isExtensionMethod": false
5387
+ },
5388
+ {
5389
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
5390
+ "clrName": "TryParseValueFromString",
5391
+ "metadataToken": 100664053,
5392
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
5393
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
5394
+ "emitScope": "ClassSurface",
5395
+ "provenance": "Original",
5396
+ "arity": 0,
5397
+ "parameterCount": 3,
5398
+ "isStatic": false,
5399
+ "isAbstract": false,
5400
+ "isVirtual": true,
5401
+ "isOverride": true,
5402
+ "isSealed": false,
5403
+ "visibility": "Protected",
5404
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
5405
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5406
+ "isExtensionMethod": false,
5407
+ "parameterModifiers": [
5408
+ {
5409
+ "index": 1,
5410
+ "modifier": "out"
5411
+ },
5412
+ {
5413
+ "index": 2,
5414
+ "modifier": "out"
5415
+ }
5416
+ ]
5417
+ },
3854
5418
  {
3855
5419
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
3856
5420
  "clrName": "Attach",
@@ -3866,6 +5430,7 @@
3866
5430
  "isVirtual": true,
3867
5431
  "isOverride": false,
3868
5432
  "isSealed": false,
5433
+ "visibility": "Public",
3869
5434
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3870
5435
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3871
5436
  "isExtensionMethod": false,
@@ -3886,6 +5451,7 @@
3886
5451
  "isVirtual": true,
3887
5452
  "isOverride": false,
3888
5453
  "isSealed": false,
5454
+ "visibility": "Public",
3889
5455
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
3890
5456
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3891
5457
  "isExtensionMethod": false,
@@ -3906,6 +5472,7 @@
3906
5472
  "isVirtual": true,
3907
5473
  "isOverride": false,
3908
5474
  "isSealed": false,
5475
+ "visibility": "Public",
3909
5476
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
3910
5477
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3911
5478
  "isExtensionMethod": false,
@@ -3926,6 +5493,7 @@
3926
5493
  "isVirtual": true,
3927
5494
  "isOverride": false,
3928
5495
  "isSealed": false,
5496
+ "visibility": "Public",
3929
5497
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
3930
5498
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
3931
5499
  "isExtensionMethod": false,
@@ -3946,6 +5514,7 @@
3946
5514
  "isVirtual": true,
3947
5515
  "isOverride": false,
3948
5516
  "isSealed": false,
5517
+ "visibility": "Public",
3949
5518
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
3950
5519
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3951
5520
  "isExtensionMethod": false
@@ -3965,6 +5534,7 @@
3965
5534
  "isVirtual": true,
3966
5535
  "isOverride": false,
3967
5536
  "isSealed": false,
5537
+ "visibility": "Public",
3968
5538
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
3969
5539
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3970
5540
  "isExtensionMethod": false
@@ -3984,6 +5554,27 @@
3984
5554
  "isVirtual": true,
3985
5555
  "isOverride": false,
3986
5556
  "isSealed": false,
5557
+ "visibility": "Public",
5558
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
5559
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5560
+ "isExtensionMethod": false
5561
+ },
5562
+ {
5563
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
5564
+ "clrName": "OnAfterRenderAsync",
5565
+ "metadataToken": 0,
5566
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
5567
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
5568
+ "emitScope": "ClassSurface",
5569
+ "provenance": "BaseOverload",
5570
+ "arity": 0,
5571
+ "parameterCount": 1,
5572
+ "isStatic": false,
5573
+ "isAbstract": false,
5574
+ "isVirtual": true,
5575
+ "isOverride": false,
5576
+ "isSealed": false,
5577
+ "visibility": "Protected",
3987
5578
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
3988
5579
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
3989
5580
  "isExtensionMethod": false
@@ -4003,6 +5594,7 @@
4003
5594
  "isVirtual": true,
4004
5595
  "isOverride": false,
4005
5596
  "isSealed": false,
5597
+ "visibility": "Public",
4006
5598
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
4007
5599
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4008
5600
  "isExtensionMethod": false
@@ -4024,6 +5616,7 @@
4024
5616
  "isAbstract": false,
4025
5617
  "isVirtual": false,
4026
5618
  "isOverride": false,
5619
+ "visibility": "Public",
4027
5620
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
4028
5621
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4029
5622
  },
@@ -4042,6 +5635,7 @@
4042
5635
  "isAbstract": false,
4043
5636
  "isVirtual": false,
4044
5637
  "isOverride": false,
5638
+ "visibility": "Public",
4045
5639
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
4046
5640
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4047
5641
  }
@@ -4056,6 +5650,7 @@
4056
5650
  "normalizedSignature": "constructor|():void|static=false",
4057
5651
  "isStatic": false,
4058
5652
  "parameterCount": 0,
5653
+ "visibility": "Public",
4059
5654
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputRadioGroup\u00601",
4060
5655
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4061
5656
  }
@@ -4072,7 +5667,105 @@
4072
5667
  "isSealed": false,
4073
5668
  "isStatic": false,
4074
5669
  "arity": 1,
5670
+ "baseType": {
5671
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
5672
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
5673
+ "typeArguments": [
5674
+ "TValue"
5675
+ ]
5676
+ },
5677
+ "interfaces": [
5678
+ {
5679
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
5680
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
5681
+ },
5682
+ {
5683
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
5684
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
5685
+ },
5686
+ {
5687
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
5688
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
5689
+ },
5690
+ {
5691
+ "stableId": "System.Private.CoreLib:System.IDisposable",
5692
+ "clrName": "System.IDisposable"
5693
+ }
5694
+ ],
5695
+ "typeParameters": [
5696
+ "TValue"
5697
+ ],
4075
5698
  "methods": [
5699
+ {
5700
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputSelect\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5701
+ "clrName": "BuildRenderTree",
5702
+ "metadataToken": 100664061,
5703
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
5704
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
5705
+ "emitScope": "ClassSurface",
5706
+ "provenance": "Original",
5707
+ "arity": 0,
5708
+ "parameterCount": 1,
5709
+ "isStatic": false,
5710
+ "isAbstract": false,
5711
+ "isVirtual": true,
5712
+ "isOverride": true,
5713
+ "isSealed": false,
5714
+ "visibility": "Protected",
5715
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
5716
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5717
+ "isExtensionMethod": false
5718
+ },
5719
+ {
5720
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputSelect\u00601::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
5721
+ "clrName": "TryParseValueFromString",
5722
+ "metadataToken": 100664062,
5723
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
5724
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
5725
+ "emitScope": "ClassSurface",
5726
+ "provenance": "Original",
5727
+ "arity": 0,
5728
+ "parameterCount": 3,
5729
+ "isStatic": false,
5730
+ "isAbstract": false,
5731
+ "isVirtual": true,
5732
+ "isOverride": true,
5733
+ "isSealed": false,
5734
+ "visibility": "Protected",
5735
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
5736
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5737
+ "isExtensionMethod": false,
5738
+ "parameterModifiers": [
5739
+ {
5740
+ "index": 1,
5741
+ "modifier": "out"
5742
+ },
5743
+ {
5744
+ "index": 2,
5745
+ "modifier": "out"
5746
+ }
5747
+ ]
5748
+ },
5749
+ {
5750
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputSelect\u00601::FormatValueAsString(TValue):System.String",
5751
+ "clrName": "FormatValueAsString",
5752
+ "metadataToken": 100664063,
5753
+ "canonicalSignature": "(TValue):System.String",
5754
+ "normalizedSignature": "FormatValueAsString|(TValue):System.String|static=false",
5755
+ "emitScope": "ClassSurface",
5756
+ "provenance": "Original",
5757
+ "arity": 0,
5758
+ "parameterCount": 1,
5759
+ "isStatic": false,
5760
+ "isAbstract": false,
5761
+ "isVirtual": true,
5762
+ "isOverride": true,
5763
+ "isSealed": false,
5764
+ "visibility": "Protected",
5765
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
5766
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5767
+ "isExtensionMethod": false
5768
+ },
4076
5769
  {
4077
5770
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
4078
5771
  "clrName": "Attach",
@@ -4088,6 +5781,7 @@
4088
5781
  "isVirtual": true,
4089
5782
  "isOverride": false,
4090
5783
  "isSealed": false,
5784
+ "visibility": "Public",
4091
5785
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4092
5786
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4093
5787
  "isExtensionMethod": false,
@@ -4108,6 +5802,7 @@
4108
5802
  "isVirtual": true,
4109
5803
  "isOverride": false,
4110
5804
  "isSealed": false,
5805
+ "visibility": "Public",
4111
5806
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4112
5807
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4113
5808
  "isExtensionMethod": false,
@@ -4128,6 +5823,7 @@
4128
5823
  "isVirtual": true,
4129
5824
  "isOverride": false,
4130
5825
  "isSealed": false,
5826
+ "visibility": "Public",
4131
5827
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
4132
5828
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4133
5829
  "isExtensionMethod": false,
@@ -4148,6 +5844,7 @@
4148
5844
  "isVirtual": true,
4149
5845
  "isOverride": false,
4150
5846
  "isSealed": false,
5847
+ "visibility": "Public",
4151
5848
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
4152
5849
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4153
5850
  "isExtensionMethod": false,
@@ -4168,6 +5865,7 @@
4168
5865
  "isVirtual": true,
4169
5866
  "isOverride": false,
4170
5867
  "isSealed": false,
5868
+ "visibility": "Public",
4171
5869
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4172
5870
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4173
5871
  "isExtensionMethod": false
@@ -4187,6 +5885,7 @@
4187
5885
  "isVirtual": true,
4188
5886
  "isOverride": false,
4189
5887
  "isSealed": false,
5888
+ "visibility": "Public",
4190
5889
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4191
5890
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4192
5891
  "isExtensionMethod": false
@@ -4206,6 +5905,27 @@
4206
5905
  "isVirtual": true,
4207
5906
  "isOverride": false,
4208
5907
  "isSealed": false,
5908
+ "visibility": "Public",
5909
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
5910
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5911
+ "isExtensionMethod": false
5912
+ },
5913
+ {
5914
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputSelect\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
5915
+ "clrName": "OnAfterRenderAsync",
5916
+ "metadataToken": 0,
5917
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
5918
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
5919
+ "emitScope": "ClassSurface",
5920
+ "provenance": "BaseOverload",
5921
+ "arity": 0,
5922
+ "parameterCount": 1,
5923
+ "isStatic": false,
5924
+ "isAbstract": false,
5925
+ "isVirtual": true,
5926
+ "isOverride": false,
5927
+ "isSealed": false,
5928
+ "visibility": "Protected",
4209
5929
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4210
5930
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4211
5931
  "isExtensionMethod": false
@@ -4225,6 +5945,7 @@
4225
5945
  "isVirtual": true,
4226
5946
  "isOverride": false,
4227
5947
  "isSealed": false,
5948
+ "visibility": "Public",
4228
5949
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4229
5950
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4230
5951
  "isExtensionMethod": false
@@ -4246,6 +5967,7 @@
4246
5967
  "isAbstract": false,
4247
5968
  "isVirtual": false,
4248
5969
  "isOverride": false,
5970
+ "visibility": "Public",
4249
5971
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4250
5972
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4251
5973
  },
@@ -4254,16 +5976,17 @@
4254
5976
  "clrName": "Element",
4255
5977
  "metadataToken": 385876204,
4256
5978
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
4257
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
5979
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
4258
5980
  "emitScope": "ClassSurface",
4259
5981
  "provenance": "Original",
4260
5982
  "isIndexer": false,
4261
5983
  "hasGetter": true,
4262
- "hasSetter": false,
5984
+ "hasSetter": true,
4263
5985
  "isStatic": false,
4264
5986
  "isAbstract": false,
4265
5987
  "isVirtual": false,
4266
5988
  "isOverride": false,
5989
+ "visibility": "Public",
4267
5990
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4268
5991
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4269
5992
  }
@@ -4278,6 +6001,7 @@
4278
6001
  "normalizedSignature": "constructor|():void|static=false",
4279
6002
  "isStatic": false,
4280
6003
  "parameterCount": 0,
6004
+ "visibility": "Public",
4281
6005
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputSelect\u00601",
4282
6006
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4283
6007
  }
@@ -4294,7 +6018,82 @@
4294
6018
  "isSealed": false,
4295
6019
  "isStatic": false,
4296
6020
  "arity": 0,
6021
+ "baseType": {
6022
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
6023
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
6024
+ "typeArguments": [
6025
+ "String"
6026
+ ]
6027
+ },
6028
+ "interfaces": [
6029
+ {
6030
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
6031
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
6032
+ },
6033
+ {
6034
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
6035
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
6036
+ },
6037
+ {
6038
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
6039
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
6040
+ },
6041
+ {
6042
+ "stableId": "System.Private.CoreLib:System.IDisposable",
6043
+ "clrName": "System.IDisposable"
6044
+ }
6045
+ ],
4297
6046
  "methods": [
6047
+ {
6048
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6049
+ "clrName": "BuildRenderTree",
6050
+ "metadataToken": 100664069,
6051
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6052
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
6053
+ "emitScope": "ClassSurface",
6054
+ "provenance": "Original",
6055
+ "arity": 0,
6056
+ "parameterCount": 1,
6057
+ "isStatic": false,
6058
+ "isAbstract": false,
6059
+ "isVirtual": true,
6060
+ "isOverride": true,
6061
+ "isSealed": false,
6062
+ "visibility": "Protected",
6063
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
6064
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6065
+ "isExtensionMethod": false
6066
+ },
6067
+ {
6068
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::TryParseValueFromString(System.String,System.String\u0026,System.String\u0026):System.Boolean",
6069
+ "clrName": "TryParseValueFromString",
6070
+ "metadataToken": 100664070,
6071
+ "canonicalSignature": "(System.String,System.String\u0026,System.String\u0026):System.Boolean",
6072
+ "normalizedSignature": "TryParseValueFromString|(System.String,System.String\u0026,System.String\u0026):System.Boolean|static=false",
6073
+ "emitScope": "ClassSurface",
6074
+ "provenance": "Original",
6075
+ "arity": 0,
6076
+ "parameterCount": 3,
6077
+ "isStatic": false,
6078
+ "isAbstract": false,
6079
+ "isVirtual": true,
6080
+ "isOverride": true,
6081
+ "isSealed": false,
6082
+ "visibility": "Protected",
6083
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
6084
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6085
+ "isExtensionMethod": false,
6086
+ "parameterModifiers": [
6087
+ {
6088
+ "index": 1,
6089
+ "modifier": "out"
6090
+ },
6091
+ {
6092
+ "index": 2,
6093
+ "modifier": "out"
6094
+ }
6095
+ ]
6096
+ },
4298
6097
  {
4299
6098
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
4300
6099
  "clrName": "Attach",
@@ -4310,6 +6109,7 @@
4310
6109
  "isVirtual": true,
4311
6110
  "isOverride": false,
4312
6111
  "isSealed": false,
6112
+ "visibility": "Public",
4313
6113
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4314
6114
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4315
6115
  "isExtensionMethod": false,
@@ -4330,6 +6130,7 @@
4330
6130
  "isVirtual": true,
4331
6131
  "isOverride": false,
4332
6132
  "isSealed": false,
6133
+ "visibility": "Public",
4333
6134
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4334
6135
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4335
6136
  "isExtensionMethod": false,
@@ -4350,6 +6151,7 @@
4350
6151
  "isVirtual": true,
4351
6152
  "isOverride": false,
4352
6153
  "isSealed": false,
6154
+ "visibility": "Public",
4353
6155
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
4354
6156
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4355
6157
  "isExtensionMethod": false,
@@ -4370,6 +6172,7 @@
4370
6172
  "isVirtual": true,
4371
6173
  "isOverride": false,
4372
6174
  "isSealed": false,
6175
+ "visibility": "Public",
4373
6176
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
4374
6177
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4375
6178
  "isExtensionMethod": false,
@@ -4390,6 +6193,7 @@
4390
6193
  "isVirtual": true,
4391
6194
  "isOverride": false,
4392
6195
  "isSealed": false,
6196
+ "visibility": "Public",
4393
6197
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4394
6198
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4395
6199
  "isExtensionMethod": false
@@ -4398,36 +6202,58 @@
4398
6202
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
4399
6203
  "clrName": "HandleEventAsync",
4400
6204
  "metadataToken": 0,
4401
- "canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
4402
- "normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
6205
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
6206
+ "normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
6207
+ "emitScope": "ClassSurface",
6208
+ "provenance": "BaseOverload",
6209
+ "arity": 0,
6210
+ "parameterCount": 2,
6211
+ "isStatic": false,
6212
+ "isAbstract": false,
6213
+ "isVirtual": true,
6214
+ "isOverride": false,
6215
+ "isSealed": false,
6216
+ "visibility": "Public",
6217
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
6218
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6219
+ "isExtensionMethod": false
6220
+ },
6221
+ {
6222
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::OnAfterRenderAsync():System.Threading.Tasks.Task",
6223
+ "clrName": "OnAfterRenderAsync",
6224
+ "metadataToken": 0,
6225
+ "canonicalSignature": "():System.Threading.Tasks.Task",
6226
+ "normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
4403
6227
  "emitScope": "ClassSurface",
4404
6228
  "provenance": "BaseOverload",
4405
6229
  "arity": 0,
4406
- "parameterCount": 2,
6230
+ "parameterCount": 0,
4407
6231
  "isStatic": false,
4408
6232
  "isAbstract": false,
4409
6233
  "isVirtual": true,
4410
6234
  "isOverride": false,
4411
6235
  "isSealed": false,
6236
+ "visibility": "Public",
4412
6237
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4413
6238
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4414
6239
  "isExtensionMethod": false
4415
6240
  },
4416
6241
  {
4417
- "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::OnAfterRenderAsync():System.Threading.Tasks.Task",
6242
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
4418
6243
  "clrName": "OnAfterRenderAsync",
4419
6244
  "metadataToken": 0,
4420
- "canonicalSignature": "():System.Threading.Tasks.Task",
4421
- "normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
6245
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
6246
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
4422
6247
  "emitScope": "ClassSurface",
4423
6248
  "provenance": "BaseOverload",
4424
6249
  "arity": 0,
4425
- "parameterCount": 0,
6250
+ "parameterCount": 1,
4426
6251
  "isStatic": false,
4427
6252
  "isAbstract": false,
4428
6253
  "isVirtual": true,
4429
6254
  "isOverride": false,
4430
6255
  "isSealed": false,
6256
+ "visibility": "Protected",
4431
6257
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4432
6258
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4433
6259
  "isExtensionMethod": false
@@ -4447,9 +6273,40 @@
4447
6273
  "isVirtual": true,
4448
6274
  "isOverride": false,
4449
6275
  "isSealed": false,
6276
+ "visibility": "Public",
4450
6277
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4451
6278
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4452
6279
  "isExtensionMethod": false
6280
+ },
6281
+ {
6282
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputText::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
6283
+ "clrName": "TryParseValueFromString",
6284
+ "metadataToken": 0,
6285
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
6286
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
6287
+ "emitScope": "ClassSurface",
6288
+ "provenance": "BaseOverload",
6289
+ "arity": 0,
6290
+ "parameterCount": 3,
6291
+ "isStatic": false,
6292
+ "isAbstract": true,
6293
+ "isVirtual": true,
6294
+ "isOverride": false,
6295
+ "isSealed": false,
6296
+ "visibility": "Protected",
6297
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
6298
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6299
+ "isExtensionMethod": false,
6300
+ "parameterModifiers": [
6301
+ {
6302
+ "index": 1,
6303
+ "modifier": "out"
6304
+ },
6305
+ {
6306
+ "index": 2,
6307
+ "modifier": "out"
6308
+ }
6309
+ ]
4453
6310
  }
4454
6311
  ],
4455
6312
  "properties": [
@@ -4458,16 +6315,17 @@
4458
6315
  "clrName": "Element",
4459
6316
  "metadataToken": 385876205,
4460
6317
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
4461
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
6318
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
4462
6319
  "emitScope": "ClassSurface",
4463
6320
  "provenance": "Original",
4464
6321
  "isIndexer": false,
4465
6322
  "hasGetter": true,
4466
- "hasSetter": false,
6323
+ "hasSetter": true,
4467
6324
  "isStatic": false,
4468
6325
  "isAbstract": false,
4469
6326
  "isVirtual": false,
4470
6327
  "isOverride": false,
6328
+ "visibility": "Public",
4471
6329
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4472
6330
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4473
6331
  }
@@ -4482,6 +6340,7 @@
4482
6340
  "normalizedSignature": "constructor|():void|static=false",
4483
6341
  "isStatic": false,
4484
6342
  "parameterCount": 0,
6343
+ "visibility": "Public",
4485
6344
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputText",
4486
6345
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4487
6346
  }
@@ -4498,7 +6357,82 @@
4498
6357
  "isSealed": false,
4499
6358
  "isStatic": false,
4500
6359
  "arity": 0,
6360
+ "baseType": {
6361
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
6362
+ "clrName": "Microsoft.AspNetCore.Components.Forms.InputBase\u00601",
6363
+ "typeArguments": [
6364
+ "String"
6365
+ ]
6366
+ },
6367
+ "interfaces": [
6368
+ {
6369
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
6370
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
6371
+ },
6372
+ {
6373
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
6374
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
6375
+ },
6376
+ {
6377
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
6378
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
6379
+ },
6380
+ {
6381
+ "stableId": "System.Private.CoreLib:System.IDisposable",
6382
+ "clrName": "System.IDisposable"
6383
+ }
6384
+ ],
4501
6385
  "methods": [
6386
+ {
6387
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputTextArea::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6388
+ "clrName": "BuildRenderTree",
6389
+ "metadataToken": 100664076,
6390
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6391
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
6392
+ "emitScope": "ClassSurface",
6393
+ "provenance": "Original",
6394
+ "arity": 0,
6395
+ "parameterCount": 1,
6396
+ "isStatic": false,
6397
+ "isAbstract": false,
6398
+ "isVirtual": true,
6399
+ "isOverride": true,
6400
+ "isSealed": false,
6401
+ "visibility": "Protected",
6402
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
6403
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6404
+ "isExtensionMethod": false
6405
+ },
6406
+ {
6407
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputTextArea::TryParseValueFromString(System.String,System.String\u0026,System.String\u0026):System.Boolean",
6408
+ "clrName": "TryParseValueFromString",
6409
+ "metadataToken": 100664077,
6410
+ "canonicalSignature": "(System.String,System.String\u0026,System.String\u0026):System.Boolean",
6411
+ "normalizedSignature": "TryParseValueFromString|(System.String,System.String\u0026,System.String\u0026):System.Boolean|static=false",
6412
+ "emitScope": "ClassSurface",
6413
+ "provenance": "Original",
6414
+ "arity": 0,
6415
+ "parameterCount": 3,
6416
+ "isStatic": false,
6417
+ "isAbstract": false,
6418
+ "isVirtual": true,
6419
+ "isOverride": true,
6420
+ "isSealed": false,
6421
+ "visibility": "Protected",
6422
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
6423
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6424
+ "isExtensionMethod": false,
6425
+ "parameterModifiers": [
6426
+ {
6427
+ "index": 1,
6428
+ "modifier": "out"
6429
+ },
6430
+ {
6431
+ "index": 2,
6432
+ "modifier": "out"
6433
+ }
6434
+ ]
6435
+ },
4502
6436
  {
4503
6437
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
4504
6438
  "clrName": "Attach",
@@ -4514,6 +6448,7 @@
4514
6448
  "isVirtual": true,
4515
6449
  "isOverride": false,
4516
6450
  "isSealed": false,
6451
+ "visibility": "Public",
4517
6452
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4518
6453
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4519
6454
  "isExtensionMethod": false,
@@ -4534,6 +6469,7 @@
4534
6469
  "isVirtual": true,
4535
6470
  "isOverride": false,
4536
6471
  "isSealed": false,
6472
+ "visibility": "Public",
4537
6473
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4538
6474
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4539
6475
  "isExtensionMethod": false,
@@ -4554,6 +6490,7 @@
4554
6490
  "isVirtual": true,
4555
6491
  "isOverride": false,
4556
6492
  "isSealed": false,
6493
+ "visibility": "Public",
4557
6494
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
4558
6495
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4559
6496
  "isExtensionMethod": false,
@@ -4574,6 +6511,7 @@
4574
6511
  "isVirtual": true,
4575
6512
  "isOverride": false,
4576
6513
  "isSealed": false,
6514
+ "visibility": "Public",
4577
6515
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
4578
6516
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4579
6517
  "isExtensionMethod": false,
@@ -4594,6 +6532,7 @@
4594
6532
  "isVirtual": true,
4595
6533
  "isOverride": false,
4596
6534
  "isSealed": false,
6535
+ "visibility": "Public",
4597
6536
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4598
6537
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4599
6538
  "isExtensionMethod": false
@@ -4613,6 +6552,7 @@
4613
6552
  "isVirtual": true,
4614
6553
  "isOverride": false,
4615
6554
  "isSealed": false,
6555
+ "visibility": "Public",
4616
6556
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4617
6557
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4618
6558
  "isExtensionMethod": false
@@ -4632,6 +6572,27 @@
4632
6572
  "isVirtual": true,
4633
6573
  "isOverride": false,
4634
6574
  "isSealed": false,
6575
+ "visibility": "Public",
6576
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
6577
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6578
+ "isExtensionMethod": false
6579
+ },
6580
+ {
6581
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputTextArea::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
6582
+ "clrName": "OnAfterRenderAsync",
6583
+ "metadataToken": 0,
6584
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
6585
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
6586
+ "emitScope": "ClassSurface",
6587
+ "provenance": "BaseOverload",
6588
+ "arity": 0,
6589
+ "parameterCount": 1,
6590
+ "isStatic": false,
6591
+ "isAbstract": false,
6592
+ "isVirtual": true,
6593
+ "isOverride": false,
6594
+ "isSealed": false,
6595
+ "visibility": "Protected",
4635
6596
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4636
6597
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4637
6598
  "isExtensionMethod": false
@@ -4651,9 +6612,40 @@
4651
6612
  "isVirtual": true,
4652
6613
  "isOverride": false,
4653
6614
  "isSealed": false,
6615
+ "visibility": "Public",
4654
6616
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4655
6617
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4656
6618
  "isExtensionMethod": false
6619
+ },
6620
+ {
6621
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputTextArea::TryParseValueFromString(System.String,TValue\u0026,System.String\u0026):System.Boolean",
6622
+ "clrName": "TryParseValueFromString",
6623
+ "metadataToken": 0,
6624
+ "canonicalSignature": "(System.String,TValue\u0026,System.String\u0026):System.Boolean",
6625
+ "normalizedSignature": "TryParseValueFromString|(System.String,TValue\u0026,System.String\u0026):System.Boolean|static=false",
6626
+ "emitScope": "ClassSurface",
6627
+ "provenance": "BaseOverload",
6628
+ "arity": 0,
6629
+ "parameterCount": 3,
6630
+ "isStatic": false,
6631
+ "isAbstract": true,
6632
+ "isVirtual": true,
6633
+ "isOverride": false,
6634
+ "isSealed": false,
6635
+ "visibility": "Protected",
6636
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
6637
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6638
+ "isExtensionMethod": false,
6639
+ "parameterModifiers": [
6640
+ {
6641
+ "index": 1,
6642
+ "modifier": "out"
6643
+ },
6644
+ {
6645
+ "index": 2,
6646
+ "modifier": "out"
6647
+ }
6648
+ ]
4657
6649
  }
4658
6650
  ],
4659
6651
  "properties": [
@@ -4662,16 +6654,17 @@
4662
6654
  "clrName": "Element",
4663
6655
  "metadataToken": 385876206,
4664
6656
  "canonicalSignature": ":System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
4665
- "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
6657
+ "normalizedSignature": "Element|:System.Nullable_1[[Microsoft.AspNetCore.Components.ElementReference,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
4666
6658
  "emitScope": "ClassSurface",
4667
6659
  "provenance": "Original",
4668
6660
  "isIndexer": false,
4669
6661
  "hasGetter": true,
4670
- "hasSetter": false,
6662
+ "hasSetter": true,
4671
6663
  "isStatic": false,
4672
6664
  "isAbstract": false,
4673
6665
  "isVirtual": false,
4674
6666
  "isOverride": false,
6667
+ "visibility": "Public",
4675
6668
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4676
6669
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4677
6670
  }
@@ -4686,6 +6679,7 @@
4686
6679
  "normalizedSignature": "constructor|():void|static=false",
4687
6680
  "isStatic": false,
4688
6681
  "parameterCount": 0,
6682
+ "visibility": "Public",
4689
6683
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.InputTextArea",
4690
6684
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4691
6685
  }
@@ -4702,6 +6696,10 @@
4702
6696
  "isSealed": false,
4703
6697
  "isStatic": false,
4704
6698
  "arity": 0,
6699
+ "baseType": {
6700
+ "stableId": "System.Private.CoreLib:System.Object",
6701
+ "clrName": "System.Object"
6702
+ },
4705
6703
  "methods": [],
4706
6704
  "properties": [
4707
6705
  {
@@ -4719,6 +6717,7 @@
4719
6717
  "isAbstract": false,
4720
6718
  "isVirtual": false,
4721
6719
  "isOverride": false,
6720
+ "visibility": "Public",
4722
6721
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions",
4723
6722
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4724
6723
  },
@@ -4737,6 +6736,7 @@
4737
6736
  "isAbstract": false,
4738
6737
  "isVirtual": false,
4739
6738
  "isOverride": false,
6739
+ "visibility": "Public",
4740
6740
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions",
4741
6741
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4742
6742
  },
@@ -4755,6 +6755,7 @@
4755
6755
  "isAbstract": false,
4756
6756
  "isVirtual": false,
4757
6757
  "isOverride": false,
6758
+ "visibility": "Public",
4758
6759
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions",
4759
6760
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4760
6761
  }
@@ -4769,6 +6770,7 @@
4769
6770
  "normalizedSignature": "constructor|():void|static=false",
4770
6771
  "isStatic": false,
4771
6772
  "parameterCount": 0,
6773
+ "visibility": "Public",
4772
6774
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions",
4773
6775
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4774
6776
  }
@@ -4785,7 +6787,92 @@
4785
6787
  "isSealed": false,
4786
6788
  "isStatic": false,
4787
6789
  "arity": 1,
6790
+ "baseType": {
6791
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
6792
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
6793
+ },
6794
+ "interfaces": [
6795
+ {
6796
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
6797
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
6798
+ },
6799
+ {
6800
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
6801
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
6802
+ },
6803
+ {
6804
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
6805
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
6806
+ },
6807
+ {
6808
+ "stableId": "System.Private.CoreLib:System.IDisposable",
6809
+ "clrName": "System.IDisposable"
6810
+ }
6811
+ ],
6812
+ "typeParameters": [
6813
+ "TValue"
6814
+ ],
4788
6815
  "methods": [
6816
+ {
6817
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::OnParametersSet():System.Void",
6818
+ "clrName": "OnParametersSet",
6819
+ "metadataToken": 100664117,
6820
+ "canonicalSignature": "():System.Void",
6821
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
6822
+ "emitScope": "ClassSurface",
6823
+ "provenance": "Original",
6824
+ "arity": 0,
6825
+ "parameterCount": 0,
6826
+ "isStatic": false,
6827
+ "isAbstract": false,
6828
+ "isVirtual": true,
6829
+ "isOverride": true,
6830
+ "isSealed": false,
6831
+ "visibility": "Protected",
6832
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
6833
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6834
+ "isExtensionMethod": false
6835
+ },
6836
+ {
6837
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6838
+ "clrName": "BuildRenderTree",
6839
+ "metadataToken": 100664118,
6840
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
6841
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
6842
+ "emitScope": "ClassSurface",
6843
+ "provenance": "Original",
6844
+ "arity": 0,
6845
+ "parameterCount": 1,
6846
+ "isStatic": false,
6847
+ "isAbstract": false,
6848
+ "isVirtual": true,
6849
+ "isOverride": true,
6850
+ "isSealed": false,
6851
+ "visibility": "Protected",
6852
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
6853
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6854
+ "isExtensionMethod": false
6855
+ },
6856
+ {
6857
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::Dispose(System.Boolean):System.Void",
6858
+ "clrName": "Dispose",
6859
+ "metadataToken": 100664119,
6860
+ "canonicalSignature": "(System.Boolean):System.Void",
6861
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
6862
+ "emitScope": "ClassSurface",
6863
+ "provenance": "Original",
6864
+ "arity": 0,
6865
+ "parameterCount": 1,
6866
+ "isStatic": false,
6867
+ "isAbstract": false,
6868
+ "isVirtual": true,
6869
+ "isOverride": false,
6870
+ "isSealed": false,
6871
+ "visibility": "Protected",
6872
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
6873
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6874
+ "isExtensionMethod": false
6875
+ },
4789
6876
  {
4790
6877
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
4791
6878
  "clrName": "Attach",
@@ -4801,6 +6888,7 @@
4801
6888
  "isVirtual": true,
4802
6889
  "isOverride": false,
4803
6890
  "isSealed": false,
6891
+ "visibility": "Public",
4804
6892
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4805
6893
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4806
6894
  "isExtensionMethod": false,
@@ -4821,6 +6909,7 @@
4821
6909
  "isVirtual": true,
4822
6910
  "isOverride": false,
4823
6911
  "isSealed": false,
6912
+ "visibility": "Public",
4824
6913
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
4825
6914
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4826
6915
  "isExtensionMethod": false,
@@ -4841,6 +6930,7 @@
4841
6930
  "isVirtual": true,
4842
6931
  "isOverride": false,
4843
6932
  "isSealed": false,
6933
+ "visibility": "Public",
4844
6934
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
4845
6935
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4846
6936
  "isExtensionMethod": false,
@@ -4861,6 +6951,7 @@
4861
6951
  "isVirtual": true,
4862
6952
  "isOverride": false,
4863
6953
  "isSealed": false,
6954
+ "visibility": "Public",
4864
6955
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
4865
6956
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
4866
6957
  "isExtensionMethod": false,
@@ -4881,6 +6972,7 @@
4881
6972
  "isVirtual": true,
4882
6973
  "isOverride": false,
4883
6974
  "isSealed": false,
6975
+ "visibility": "Public",
4884
6976
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4885
6977
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4886
6978
  "isExtensionMethod": false
@@ -4900,6 +6992,27 @@
4900
6992
  "isVirtual": true,
4901
6993
  "isOverride": false,
4902
6994
  "isSealed": false,
6995
+ "visibility": "Public",
6996
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
6997
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
6998
+ "isExtensionMethod": false
6999
+ },
7000
+ {
7001
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
7002
+ "clrName": "OnAfterRenderAsync",
7003
+ "metadataToken": 0,
7004
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
7005
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
7006
+ "emitScope": "ClassSurface",
7007
+ "provenance": "BaseOverload",
7008
+ "arity": 0,
7009
+ "parameterCount": 1,
7010
+ "isStatic": false,
7011
+ "isAbstract": false,
7012
+ "isVirtual": true,
7013
+ "isOverride": false,
7014
+ "isSealed": false,
7015
+ "visibility": "Protected",
4903
7016
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4904
7017
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4905
7018
  "isExtensionMethod": false
@@ -4919,6 +7032,7 @@
4919
7032
  "isVirtual": true,
4920
7033
  "isOverride": false,
4921
7034
  "isSealed": false,
7035
+ "visibility": "Public",
4922
7036
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4923
7037
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4924
7038
  "isExtensionMethod": false
@@ -4938,6 +7052,7 @@
4938
7052
  "isVirtual": true,
4939
7053
  "isOverride": false,
4940
7054
  "isSealed": false,
7055
+ "visibility": "Public",
4941
7056
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4942
7057
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
4943
7058
  "isExtensionMethod": false
@@ -4959,6 +7074,7 @@
4959
7074
  "isAbstract": false,
4960
7075
  "isVirtual": false,
4961
7076
  "isOverride": false,
7077
+ "visibility": "Public",
4962
7078
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4963
7079
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4964
7080
  },
@@ -4977,6 +7093,7 @@
4977
7093
  "isAbstract": false,
4978
7094
  "isVirtual": false,
4979
7095
  "isOverride": false,
7096
+ "visibility": "Public",
4980
7097
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4981
7098
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4982
7099
  }
@@ -4991,6 +7108,7 @@
4991
7108
  "normalizedSignature": "constructor|():void|static=false",
4992
7109
  "isStatic": false,
4993
7110
  "parameterCount": 0,
7111
+ "visibility": "Public",
4994
7112
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601",
4995
7113
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
4996
7114
  }
@@ -5007,6 +7125,10 @@
5007
7125
  "isSealed": true,
5008
7126
  "isStatic": false,
5009
7127
  "arity": 0,
7128
+ "baseType": {
7129
+ "stableId": "System.Private.CoreLib:System.Object",
7130
+ "clrName": "System.Object"
7131
+ },
5010
7132
  "methods": [
5011
7133
  {
5012
7134
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.ValidationMessageStore::Add(Microsoft.AspNetCore.Components.Forms.FieldIdentifier\u0026,System.String):System.Void",
@@ -5023,6 +7145,7 @@
5023
7145
  "isVirtual": false,
5024
7146
  "isOverride": false,
5025
7147
  "isSealed": false,
7148
+ "visibility": "Public",
5026
7149
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5027
7150
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5028
7151
  "isExtensionMethod": false,
@@ -5048,6 +7171,7 @@
5048
7171
  "isVirtual": false,
5049
7172
  "isOverride": false,
5050
7173
  "isSealed": false,
7174
+ "visibility": "Public",
5051
7175
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5052
7176
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5053
7177
  "isExtensionMethod": false
@@ -5067,6 +7191,7 @@
5067
7191
  "isVirtual": false,
5068
7192
  "isOverride": false,
5069
7193
  "isSealed": false,
7194
+ "visibility": "Public",
5070
7195
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5071
7196
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5072
7197
  "isExtensionMethod": false,
@@ -5092,6 +7217,7 @@
5092
7217
  "isVirtual": false,
5093
7218
  "isOverride": false,
5094
7219
  "isSealed": false,
7220
+ "visibility": "Public",
5095
7221
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5096
7222
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5097
7223
  "isExtensionMethod": false
@@ -5111,6 +7237,7 @@
5111
7237
  "isVirtual": false,
5112
7238
  "isOverride": false,
5113
7239
  "isSealed": false,
7240
+ "visibility": "Public",
5114
7241
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5115
7242
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5116
7243
  "isExtensionMethod": false
@@ -5130,6 +7257,7 @@
5130
7257
  "isVirtual": false,
5131
7258
  "isOverride": false,
5132
7259
  "isSealed": false,
7260
+ "visibility": "Public",
5133
7261
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5134
7262
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5135
7263
  "isExtensionMethod": false
@@ -5149,6 +7277,7 @@
5149
7277
  "isVirtual": false,
5150
7278
  "isOverride": false,
5151
7279
  "isSealed": false,
7280
+ "visibility": "Public",
5152
7281
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5153
7282
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5154
7283
  "isExtensionMethod": false,
@@ -5174,6 +7303,7 @@
5174
7303
  "isVirtual": false,
5175
7304
  "isOverride": false,
5176
7305
  "isSealed": false,
7306
+ "visibility": "Public",
5177
7307
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5178
7308
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5179
7309
  "isExtensionMethod": false
@@ -5193,6 +7323,7 @@
5193
7323
  "isVirtual": false,
5194
7324
  "isOverride": false,
5195
7325
  "isSealed": false,
7326
+ "visibility": "Public",
5196
7327
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5197
7328
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5198
7329
  "isExtensionMethod": false
@@ -5209,6 +7340,7 @@
5209
7340
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Components.Forms.EditContext):void|static=false",
5210
7341
  "isStatic": false,
5211
7342
  "parameterCount": 1,
7343
+ "visibility": "Public",
5212
7344
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationMessageStore",
5213
7345
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
5214
7346
  }
@@ -5225,6 +7357,10 @@
5225
7357
  "isSealed": true,
5226
7358
  "isStatic": false,
5227
7359
  "arity": 0,
7360
+ "baseType": {
7361
+ "stableId": "System.Private.CoreLib:System.EventArgs",
7362
+ "clrName": "System.EventArgs"
7363
+ },
5228
7364
  "methods": [],
5229
7365
  "properties": [],
5230
7366
  "fields": [
@@ -5236,6 +7372,7 @@
5236
7372
  "isStatic": true,
5237
7373
  "isReadOnly": true,
5238
7374
  "isLiteral": false,
7375
+ "visibility": "Public",
5239
7376
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs",
5240
7377
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
5241
7378
  }
@@ -5249,6 +7386,7 @@
5249
7386
  "normalizedSignature": "constructor|():void|static=false",
5250
7387
  "isStatic": false,
5251
7388
  "parameterCount": 0,
7389
+ "visibility": "Public",
5252
7390
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs",
5253
7391
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
5254
7392
  }
@@ -5265,6 +7403,10 @@
5265
7403
  "isSealed": true,
5266
7404
  "isStatic": false,
5267
7405
  "arity": 0,
7406
+ "baseType": {
7407
+ "stableId": "System.Private.CoreLib:System.EventArgs",
7408
+ "clrName": "System.EventArgs"
7409
+ },
5268
7410
  "methods": [],
5269
7411
  "properties": [],
5270
7412
  "fields": [
@@ -5276,6 +7418,7 @@
5276
7418
  "isStatic": true,
5277
7419
  "isReadOnly": true,
5278
7420
  "isLiteral": false,
7421
+ "visibility": "Public",
5279
7422
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs",
5280
7423
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
5281
7424
  }
@@ -5289,6 +7432,7 @@
5289
7432
  "normalizedSignature": "constructor|():void|static=false",
5290
7433
  "isStatic": false,
5291
7434
  "parameterCount": 0,
7435
+ "visibility": "Public",
5292
7436
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs",
5293
7437
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms"
5294
7438
  }
@@ -5305,7 +7449,89 @@
5305
7449
  "isSealed": false,
5306
7450
  "isStatic": false,
5307
7451
  "arity": 0,
7452
+ "baseType": {
7453
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
7454
+ "clrName": "Microsoft.AspNetCore.Components.ComponentBase"
7455
+ },
7456
+ "interfaces": [
7457
+ {
7458
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
7459
+ "clrName": "Microsoft.AspNetCore.Components.IComponent"
7460
+ },
7461
+ {
7462
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
7463
+ "clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
7464
+ },
7465
+ {
7466
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
7467
+ "clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
7468
+ },
7469
+ {
7470
+ "stableId": "System.Private.CoreLib:System.IDisposable",
7471
+ "clrName": "System.IDisposable"
7472
+ }
7473
+ ],
5308
7474
  "methods": [
7475
+ {
7476
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationSummary::OnParametersSet():System.Void",
7477
+ "clrName": "OnParametersSet",
7478
+ "metadataToken": 100664130,
7479
+ "canonicalSignature": "():System.Void",
7480
+ "normalizedSignature": "OnParametersSet|():System.Void|static=false",
7481
+ "emitScope": "ClassSurface",
7482
+ "provenance": "Original",
7483
+ "arity": 0,
7484
+ "parameterCount": 0,
7485
+ "isStatic": false,
7486
+ "isAbstract": false,
7487
+ "isVirtual": true,
7488
+ "isOverride": true,
7489
+ "isSealed": false,
7490
+ "visibility": "Protected",
7491
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
7492
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
7493
+ "isExtensionMethod": false
7494
+ },
7495
+ {
7496
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationSummary::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
7497
+ "clrName": "BuildRenderTree",
7498
+ "metadataToken": 100664131,
7499
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
7500
+ "normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
7501
+ "emitScope": "ClassSurface",
7502
+ "provenance": "Original",
7503
+ "arity": 0,
7504
+ "parameterCount": 1,
7505
+ "isStatic": false,
7506
+ "isAbstract": false,
7507
+ "isVirtual": true,
7508
+ "isOverride": true,
7509
+ "isSealed": false,
7510
+ "visibility": "Protected",
7511
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
7512
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
7513
+ "isExtensionMethod": false
7514
+ },
7515
+ {
7516
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationSummary::Dispose(System.Boolean):System.Void",
7517
+ "clrName": "Dispose",
7518
+ "metadataToken": 100664132,
7519
+ "canonicalSignature": "(System.Boolean):System.Void",
7520
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
7521
+ "emitScope": "ClassSurface",
7522
+ "provenance": "Original",
7523
+ "arity": 0,
7524
+ "parameterCount": 1,
7525
+ "isStatic": false,
7526
+ "isAbstract": false,
7527
+ "isVirtual": true,
7528
+ "isOverride": false,
7529
+ "isSealed": false,
7530
+ "visibility": "Protected",
7531
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
7532
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
7533
+ "isExtensionMethod": false
7534
+ },
5309
7535
  {
5310
7536
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
5311
7537
  "clrName": "Attach",
@@ -5321,6 +7547,7 @@
5321
7547
  "isVirtual": true,
5322
7548
  "isOverride": false,
5323
7549
  "isSealed": false,
7550
+ "visibility": "Public",
5324
7551
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
5325
7552
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
5326
7553
  "isExtensionMethod": false,
@@ -5341,6 +7568,7 @@
5341
7568
  "isVirtual": true,
5342
7569
  "isOverride": false,
5343
7570
  "isSealed": false,
7571
+ "visibility": "Public",
5344
7572
  "declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
5345
7573
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
5346
7574
  "isExtensionMethod": false,
@@ -5361,6 +7589,7 @@
5361
7589
  "isVirtual": true,
5362
7590
  "isOverride": false,
5363
7591
  "isSealed": false,
7592
+ "visibility": "Public",
5364
7593
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
5365
7594
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
5366
7595
  "isExtensionMethod": false,
@@ -5381,6 +7610,7 @@
5381
7610
  "isVirtual": true,
5382
7611
  "isOverride": false,
5383
7612
  "isSealed": false,
7613
+ "visibility": "Public",
5384
7614
  "declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
5385
7615
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
5386
7616
  "isExtensionMethod": false,
@@ -5401,6 +7631,7 @@
5401
7631
  "isVirtual": true,
5402
7632
  "isOverride": false,
5403
7633
  "isSealed": false,
7634
+ "visibility": "Public",
5404
7635
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5405
7636
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5406
7637
  "isExtensionMethod": false
@@ -5420,6 +7651,27 @@
5420
7651
  "isVirtual": true,
5421
7652
  "isOverride": false,
5422
7653
  "isSealed": false,
7654
+ "visibility": "Public",
7655
+ "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
7656
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
7657
+ "isExtensionMethod": false
7658
+ },
7659
+ {
7660
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationSummary::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
7661
+ "clrName": "OnAfterRenderAsync",
7662
+ "metadataToken": 0,
7663
+ "canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
7664
+ "normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
7665
+ "emitScope": "ClassSurface",
7666
+ "provenance": "BaseOverload",
7667
+ "arity": 0,
7668
+ "parameterCount": 1,
7669
+ "isStatic": false,
7670
+ "isAbstract": false,
7671
+ "isVirtual": true,
7672
+ "isOverride": false,
7673
+ "isSealed": false,
7674
+ "visibility": "Protected",
5423
7675
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5424
7676
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5425
7677
  "isExtensionMethod": false
@@ -5439,6 +7691,7 @@
5439
7691
  "isVirtual": true,
5440
7692
  "isOverride": false,
5441
7693
  "isSealed": false,
7694
+ "visibility": "Public",
5442
7695
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5443
7696
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5444
7697
  "isExtensionMethod": false
@@ -5458,6 +7711,7 @@
5458
7711
  "isVirtual": true,
5459
7712
  "isOverride": false,
5460
7713
  "isSealed": false,
7714
+ "visibility": "Public",
5461
7715
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5462
7716
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5463
7717
  "isExtensionMethod": false
@@ -5479,6 +7733,7 @@
5479
7733
  "isAbstract": false,
5480
7734
  "isVirtual": false,
5481
7735
  "isOverride": false,
7736
+ "visibility": "Public",
5482
7737
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5483
7738
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
5484
7739
  },
@@ -5497,6 +7752,7 @@
5497
7752
  "isAbstract": false,
5498
7753
  "isVirtual": false,
5499
7754
  "isOverride": false,
7755
+ "visibility": "Public",
5500
7756
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5501
7757
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
5502
7758
  }
@@ -5511,6 +7767,7 @@
5511
7767
  "normalizedSignature": "constructor|():void|static=false",
5512
7768
  "isStatic": false,
5513
7769
  "parameterCount": 0,
7770
+ "visibility": "Public",
5514
7771
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.ValidationSummary",
5515
7772
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
5516
7773
  }
@@ -5527,6 +7784,10 @@
5527
7784
  "isSealed": true,
5528
7785
  "isStatic": true,
5529
7786
  "arity": 0,
7787
+ "baseType": {
7788
+ "stableId": "System.Private.CoreLib:System.Object",
7789
+ "clrName": "System.Object"
7790
+ },
5530
7791
  "methods": [
5531
7792
  {
5532
7793
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.BrowserFileExtensions::RequestImageFileAsync(Microsoft.AspNetCore.Components.Forms.IBrowserFile,System.String,System.Int32,System.Int32):System.Threading.Tasks.ValueTask_1[[Microsoft.AspNetCore.Components.Forms.IBrowserFile,Microsoft.AspNetCore.Components.Web,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -5543,6 +7804,7 @@
5543
7804
  "isVirtual": false,
5544
7805
  "isOverride": false,
5545
7806
  "isSealed": false,
7807
+ "visibility": "Public",
5546
7808
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.BrowserFileExtensions",
5547
7809
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5548
7810
  "isExtensionMethod": true
@@ -5564,6 +7826,10 @@
5564
7826
  "isSealed": true,
5565
7827
  "isStatic": true,
5566
7828
  "arity": 0,
7829
+ "baseType": {
7830
+ "stableId": "System.Private.CoreLib:System.Object",
7831
+ "clrName": "System.Object"
7832
+ },
5567
7833
  "methods": [
5568
7834
  {
5569
7835
  "stableId": "Microsoft.AspNetCore.Components.Forms:Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions::AddDataAnnotationsValidation(Microsoft.AspNetCore.Components.Forms.EditContext):Microsoft.AspNetCore.Components.Forms.EditContext",
@@ -5580,6 +7846,7 @@
5580
7846
  "isVirtual": false,
5581
7847
  "isOverride": false,
5582
7848
  "isSealed": false,
7849
+ "visibility": "Public",
5583
7850
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions",
5584
7851
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5585
7852
  "isExtensionMethod": true
@@ -5599,6 +7866,7 @@
5599
7866
  "isVirtual": false,
5600
7867
  "isOverride": false,
5601
7868
  "isSealed": false,
7869
+ "visibility": "Public",
5602
7870
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions",
5603
7871
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5604
7872
  "isExtensionMethod": true
@@ -5618,6 +7886,7 @@
5618
7886
  "isVirtual": false,
5619
7887
  "isOverride": false,
5620
7888
  "isSealed": false,
7889
+ "visibility": "Public",
5621
7890
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions",
5622
7891
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Forms",
5623
7892
  "isExtensionMethod": true
@@ -5639,6 +7908,10 @@
5639
7908
  "isSealed": true,
5640
7909
  "isStatic": true,
5641
7910
  "arity": 0,
7911
+ "baseType": {
7912
+ "stableId": "System.Private.CoreLib:System.Object",
7913
+ "clrName": "System.Object"
7914
+ },
5642
7915
  "methods": [
5643
7916
  {
5644
7917
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.EditContextFieldClassExtensions::FieldCssClass(Microsoft.AspNetCore.Components.Forms.EditContext,Expression_1):System.String",
@@ -5655,6 +7928,7 @@
5655
7928
  "isVirtual": false,
5656
7929
  "isOverride": false,
5657
7930
  "isSealed": false,
7931
+ "visibility": "Public",
5658
7932
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextFieldClassExtensions",
5659
7933
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5660
7934
  "isExtensionMethod": true
@@ -5674,6 +7948,7 @@
5674
7948
  "isVirtual": false,
5675
7949
  "isOverride": false,
5676
7950
  "isSealed": false,
7951
+ "visibility": "Public",
5677
7952
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextFieldClassExtensions",
5678
7953
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5679
7954
  "isExtensionMethod": true,
@@ -5699,6 +7974,7 @@
5699
7974
  "isVirtual": false,
5700
7975
  "isOverride": false,
5701
7976
  "isSealed": false,
7977
+ "visibility": "Public",
5702
7978
  "declaringClrType": "Microsoft.AspNetCore.Components.Forms.EditContextFieldClassExtensions",
5703
7979
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
5704
7980
  "isExtensionMethod": true