Skip to content

Commit b97741a

Browse files
committed
1.2.0.8
1 parent 3a291d6 commit b97741a

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

-88.3 KB
Binary file not shown.
88.4 KB
Binary file not shown.

Blazor.WebForm.Components/Blazor.WebForm.Components.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
7-
<Version>1.2.0.6</Version>
7+
<Version>1.2.0.8</Version>
88
<RootNamespace>asp</RootNamespace>
99
<Copyright>Jurio li</Copyright>
1010
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Applied" Version="1.2.1.6" />
20-
<PackageReference Include="Blazor.WebForm.UI" Version="1.2.0.6" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="1.2.0.8" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.10" />
2222
</ItemGroup>
2323

Blazor.WebForm.Components/Calendar.razor

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,19 @@
102102
}
103103
}
104104

105+
[Parameter]
106+
public bool AllowTitleSelecting
107+
{
108+
get
109+
{
110+
return this.Control.AllowTitleSelecting;
111+
}
112+
set
113+
{
114+
this.Control.AllowTitleSelecting = value;
115+
}
116+
}
117+
105118
[Parameter]
106119
public TitleFormat TitleFormat
107120
{

0 commit comments

Comments
 (0)