File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6666 <PackageReference Include =" BootstrapBlazor.TableExport" Version =" 9.2.2" />
6767 <PackageReference Include =" BootstrapBlazor.Topology" Version =" 9.0.0" />
6868 <PackageReference Include =" BootstrapBlazor.UniverIcon" Version =" 9.0.1" />
69- <PackageReference Include =" BootstrapBlazor.UniverSheet" Version =" 9.0.0-beta09 " />
69+ <PackageReference Include =" BootstrapBlazor.UniverSheet" Version =" 9.0.3 " />
7070 <PackageReference Include =" BootstrapBlazor.VideoPlayer" Version =" 9.0.3" />
7171 <PackageReference Include =" BootstrapBlazor.WinBox" Version =" 9.0.7" />
7272 </ItemGroup >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ protected override void OnInitialized()
4444
4545 _data = new UniverSheetData ( )
4646 {
47- Data = sheetData
47+ WorkbookData = sheetData
4848 } ;
4949 }
5050 }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ private async Task OnPushExcelData()
7070 await _sheetExcel . PushDataAsync ( new UniverSheetData ( )
7171 {
7272 CommandName = "SetWorkbook" ,
73- Data = _reportData
73+ WorkbookData = _reportData
7474 } ) ;
7575 }
7676
@@ -88,8 +88,6 @@ private async Task OnPushPluginData()
8888 {
8989 await _sheetPlugin . PushDataAsync ( new UniverSheetData ( )
9090 {
91- MessageName = "MessageName" ,
92- CommandName = "CommandName" ,
9391 Data = new
9492 {
9593 Id = "1" ,
You can’t perform that action at this time.
0 commit comments