Skip to content

Commit

Permalink
1.1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli committed Aug 16, 2021
1 parent b012441 commit d18d89c
Show file tree
Hide file tree
Showing 46 changed files with 179 additions and 179 deletions.
Binary file removed Blazor.WebForm.Components.1.1.7.5.nupkg
Binary file not shown.
Binary file added Blazor.WebForm.Components.1.1.7.6.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.7.5</Version>
<Version>1.1.7.6</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.7.5" />
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/BulletedList.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ListControlComponent<System.Web.UI.WebControls.BulletedList>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Button.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.Button>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Calendar.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.Calendar>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/CheckBox.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.CheckBox>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/CheckBoxList.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits MultipleSelectionListControlComponent<System.Web.UI.WebControls.CheckBoxList>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/CompareValidator.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits BaseValidatorControlComponent<System.Web.UI.WebControls.CompareValidator>
@this.RenderWithInner(this.Control)
@code {
Expand Down
10 changes: 5 additions & 5 deletions Blazor.WebForm.Components/ContainerButton.razor
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Drawing;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Drawing
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits UserControlComponent<Extensions.Web.UI.WebControls.ContainerButton>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/CustomValidator.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits BaseValidatorControlComponent<System.Web.UI.WebControls.CustomValidator>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/DataList.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits BaseDataListControlComponent<System.Web.UI.WebControls.DataList>
@this.RenderWithCascading(this.Control, this.ChildContent, this.ChildLevel)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/DataPager.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ControlComponentBase<System.Web.UI.WebControls.DataPager>
@this.RenderWithCascading(this.Control, this.Fields, this.ChildLevel)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/DetailsView.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits DataBoundControlComponent<System.Web.UI.WebControls.DetailsView>
@this.RenderWithCascading(this.Control, this.ChildContent, this.ChildLevel)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/DropDownList.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ListControlComponent<System.Web.UI.WebControls.DropDownList>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
12 changes: 6 additions & 6 deletions Blazor.WebForm.Components/FileUpload.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.IO;
@using System.Web;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.IO
@using System.Web
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.FileUpload>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/FormView.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits DataBoundControlComponent<System.Web.UI.WebControls.FormView>
@this.RenderWithCascading(this.Control, this.ChildContent, this.ChildLevel)
@code {
Expand Down
10 changes: 5 additions & 5 deletions Blazor.WebForm.Components/FreeDataSource.razor
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Collections;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Collections
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits UserControlComponent<Extensions.Web.UI.WebControls.FreeDataSource>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/GridView.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits DataBoundControlComponent<System.Web.UI.WebControls.GridView>
@this.RenderWithCascading(this.Control, this.ChildContent, this.ChildLevel)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/HiddenField.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ControlComponentBase<System.Web.UI.WebControls.HiddenField>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/HolderSource.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits UserControlComponent<Blazor.WebForm.UI.HolderSource>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/HyperLink.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.HyperLink>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Image.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ImageWebControlComponent<System.Web.UI.WebControls.Image>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/ImageButton.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ImageWebControlComponent<System.Web.UI.WebControls.ImageButton>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/ImageMap.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ImageWebControlComponent<System.Web.UI.WebControls.ImageMap>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Label.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits LabelControlComponent<System.Web.UI.WebControls.Label>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/LinkButton.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.LinkButton>
@this.RenderWithInner(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/ListBox.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits MultipleSelectionListControlComponent<System.Web.UI.WebControls.ListBox>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/ListView.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ListViewDataBoundControlComponent<System.Web.UI.WebControls.ListView>
@this.RenderWithCascading(this.Control, this.ChildContent, this.ChildLevel)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Literal.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ControlComponentBase<System.Web.UI.WebControls.Literal>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Localize.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ControlComponentBase<System.Web.UI.WebControls.Localize>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/MultiView.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits ControlComponentBase<System.Web.UI.WebControls.MultiView>
@this.RenderWithCascading(this.Control, this.ChildContent)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Pagination.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits UserControlComponent<Extensions.Web.UI.WebControls.Pagination>
@this.Render(this.Control)
@code {
Expand Down
8 changes: 4 additions & 4 deletions Blazor.WebForm.Components/Panel.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using Blazor.WebForm.UI;
@using Blazor.WebForm.UI.ControlComponents;
@using System.Web.UI;
@using System.Web.UI.WebControls;
@using Blazor.WebForm.UI
@using Blazor.WebForm.UI.ControlComponents
@using System.Web.UI
@using System.Web.UI.WebControls
@inherits WebControlComponent<System.Web.UI.WebControls.Panel>
@this.Render(this.Control)
@code {
Expand Down
Loading

0 comments on commit d18d89c

Please sign in to comment.