File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2222 <None Include =" wwwroot\src\**\*.*" />
2323 </ItemGroup >
2424
25+ <ItemGroup >
26+ <PackageReference Include =" BlazorSetParametersAsyncGenerator" Version =" 10.7.93" PrivateAssets =" all" OutputItemType =" Analyzer" />
27+ </ItemGroup >
28+
2529 <ItemGroup >
2630 <Using Include =" BootstrapBlazor.Components" />
2731 <Using Include =" Microsoft.AspNetCore.Components" />
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ namespace BootstrapBlazor.Components;
1111/// Checkbox 组件
1212/// </summary>
1313[ BootstrapModuleAutoLoader ( JSObjectReference = true ) ]
14+ [ BlazorSetParametersAsyncGenerator . GenerateSetParametersAsync ]
1415public partial class Checkbox < TValue > : ValidateBase < TValue >
1516{
1617 /// <summary>
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ namespace BootstrapBlazor.Components;
99/// Radio 单选框组件
1010/// </summary>
1111[ JSModuleNotInherited ]
12+ [ BlazorSetParametersAsyncGenerator . GenerateSetParametersAsync ]
1213public partial class Radio < TValue > : Checkbox < TValue >
1314{
1415 /// <summary>
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace BootstrapBlazor.Components;
1414/// Table 组件基类
1515/// </summary>
1616[ CascadingTypeParameter ( nameof ( TItem ) ) ]
17+ [ BlazorSetParametersAsyncGenerator . GenerateSetParametersAsync ]
1718public partial class Table < TItem > : ITable , IModelEqualityComparer < TItem > where TItem : class
1819{
1920 /// <summary>
You can’t perform that action at this time.
0 commit comments