Skip to content

Commit 9ce3ae3

Browse files
authored
feat(EmbedPdf): bump version 10.0.2 (#937)
* chore: 更新依赖 * feat(EmbedPdf): bump version 10.0.2 * refactor: 更改数据类型为 bool
1 parent 897a29f commit 9ce3ae3

8 files changed

Lines changed: 10 additions & 13 deletions

File tree

src/components/BootstrapBlazor.EmbedPDF/BootstrapBlazor.EmbedPDF.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>10.0.1</Version>
4+
<Version>10.0.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -18,12 +18,9 @@
1818
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
1919
</ItemGroup>
2020

21-
<ItemGroup>
22-
<Using Include="Microsoft.JSInterop" />
23-
</ItemGroup>
24-
2521
<ItemGroup>
2622
<Using Include="BootstrapBlazor.Components" />
23+
<Using Include="Microsoft.JSInterop" />
2724
</ItemGroup>
2825

2926
</Project>

src/components/BootstrapBlazor.EmbedPDF/EmbedPDF.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public partial class EmbedPDF
7878
/// <para lang="en">Gets or sets a value indicating whether to keep the current opened document when resetting the URL, default is false</para>
7979
/// </summary>
8080
[Parameter]
81-
public uint IsKeepCurrentDocument { get; set; }
81+
public bool IsKeepCurrentDocument { get; set; }
8282

8383
private string? StyleString => CssBuilder.Default()
8484
.AddClass("border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); overflow: hidden;", ShowBorder)

src/components/BootstrapBlazor.EmbedPDF/wwwroot/browser-BISJ9naB-b_RbRYIt.js renamed to src/components/BootstrapBlazor.EmbedPDF/wwwroot/browser-BISJ9naB-DfsGA31F.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BootstrapBlazor.EmbedPDF/wwwroot/direct-engine-D0ascLRA.js renamed to src/components/BootstrapBlazor.EmbedPDF/wwwroot/direct-engine-BKalS8iM.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf-Bc8subbP.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf-DX_zb2Zx.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BootstrapBlazor.EmbedPDF/wwwroot/worker-engine-DQJaSVUN.js renamed to src/components/BootstrapBlazor.EmbedPDF/wwwroot/worker-engine-DZTIUfA0.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)