File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.8.2-beta05 </Version >
4+ <Version >9.8.2</Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 1414 @if (button is TableToolbarButton <TItem > { IsShow : true } b )
1515 {
1616 <Button AdditionalAttributes =" b.AdditionalAttributes" Size =" b.Size"
17- Color =" @b.Color" Icon =" @b.Icon" Text =" @b.Text" IsAsync = " @b.IsAsync "
17+ Color =" @b.Color" Icon =" @b.Icon" Text =" @b.Text"
1818 OnClickWithoutRender =" () => OnToolbarButtonClick(b)"
1919 TooltipText =" @b.TooltipText" TooltipPlacement =" @b.TooltipPlacement" TooltipTrigger =" @b.TooltipTrigger"
20- IsDisabled =" GetDisabled(b)" ></Button >
20+ IsAsync =" @b.IsAsync" IsDisabled =" GetDisabled(b)" IsKeepDisabled =" @b.IsKeepDisabled"
21+ IsBlock =" @b.IsBlock" IsOutline =" @b.IsOutline" ></Button >
2122 }
2223 else if (button is TableToolbarPopConfirmButton <TItem > { IsShow : true } pb )
2324 {
You can’t perform that action at this time.
0 commit comments