Skip to content

Commit

Permalink
1.1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli committed Aug 22, 2021
1 parent 71b1c86 commit 4b0906b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file removed Blazor.WebForm.Components.1.1.8.6.nupkg
Binary file not shown.
Binary file added Blazor.WebForm.Components.1.1.8.8.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions Blazor.WebForm.Components/Blazor.WebForm.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
<Version>1.1.8.6</Version>
<Version>1.1.8.8</Version>
<RootNamespace>asp</RootNamespace>
<Copyright>Jurio li</Copyright>
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Applied" Version="1.2.1.5" />
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.8.6" />
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.8.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public abstract class StylePropertyComponent<T> : PropertyComponent<T>
[Parameter]
public System.Web.UI.WebControls.BorderStyle BorderStyle { get; set; }

[Parameter]
public string BorderWidth { get; set; }

[Parameter]
public string BorderColor { get; set; }

Expand Down Expand Up @@ -93,6 +96,7 @@ private Dictionary<string, object> FontInternal

case nameof(this.Height):
case nameof(this.Width):
case nameof(this.BorderWidth):
return this.ConvertFromString<System.Web.UI.WebControls.Unit>(parameter);

case nameof(this.FontBold):
Expand Down

0 comments on commit 4b0906b

Please sign in to comment.