Skip to content

Commit bff062b

Browse files
authored
refactor(FileViewer): bump version 8.1.0 (#4337)
* refactor: 更新属性名称 * chore: 更新组件包
1 parent 9022b71 commit bff062b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageReference Include="BootstrapBlazor.DockView" Version="8.1.4-beta01" />
4040
<PackageReference Include="BootstrapBlazor.DriverJs" Version="8.0.1" />
4141
<PackageReference Include="BootstrapBlazor.ElementIcon" Version="8.0.0" />
42-
<PackageReference Include="BootstrapBlazor.FileViewer" Version="8.0.3" />
42+
<PackageReference Include="BootstrapBlazor.FileViewer" Version="8.1.0" />
4343
<PackageReference Include="BootstrapBlazor.FontAwesome" Version="8.0.6" />
4444
<PackageReference Include="BootstrapBlazor.Gantt" Version="8.0.1" />
4545
<PackageReference Include="BootstrapBlazor.Holiday" Version="8.0.1" />

src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private static AttributeItem[] GetAttributes() =>
135135
},
136136
new()
137137
{
138-
Name = nameof(FileViewer.NodataString),
138+
Name = nameof(FileViewer.NoDataString),
139139
Description = "无数据提示文本",
140140
Type = "string",
141141
ValueList = "-",

0 commit comments

Comments
 (0)