Skip to content

Commit 44a53e3

Browse files
committed
### MatBlazor 1.10.1
1 parent 61c9aa8 commit 44a53e3

File tree

105 files changed

+190
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+190
-242
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you think that this project helped you or your company in any way, you can co
120120
## News
121121

122122

123-
### MatBlazor 1.10.0
123+
### MatBlazor 1.10.1
124124
- Update to .NET Core 3.1 Preview 1
125125
- Added an active index to the MatTabGroup and MatTabBar #289 (Thanks to [chris1411](https://github.com/chris1411))
126126
- Auto-Active MatNatItem #268 (Thanks to [enkodellc](https://github.com/enkodellc))
Binary file not shown.
-31.5 KB
Binary file not shown.

docs/_framework/_bin/MatBlazor.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/System.Core.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/System.dll

0 Bytes
Binary file not shown.

docs/_framework/_bin/mscorlib.dll

0 Bytes
Binary file not shown.

src/MatBlazor.Demo.ClientApp/MatBlazor.Demo.ClientApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.1.0-preview1.19506.1" />
15-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.1.0-preview1.19506.1" PrivateAssets="all" />
16-
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.1.0-preview1.19506.1" PrivateAssets="all" />
14+
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.1.0-preview1.19508.20" />
15+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.1.0-preview1.19508.20" PrivateAssets="all" />
16+
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.1.0-preview1.19508.20" PrivateAssets="all" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/MatBlazor.Demo/Demo/DemoTab.razor

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -215,35 +215,35 @@
215215
</Content>
216216
<SourceContent>
217217
<BlazorFiddle Template="MatBlazor" Code=@(@"
218-
<MatButton OnClick=""@ChangeTab"">Change Tab</MatButton>
219-
<div>
220-
Active tab index: @tabIndex
221-
</div>
222-
<MatTabGroup @bind-ActiveIndex=""@tabIndex"">
223-
<MatTab Label=""First"">
224-
First Content
225-
</MatTab>
226-
<MatTab Label=""Second"">
227-
Second Content
228-
</MatTab>
229-
<MatTab Label=""Third"">
230-
Third Content
231-
</MatTab>
232-
<MatTab Label=""Fourth"">
233-
Fourth Content
234-
</MatTab>
218+
<MatButton OnClick=""@ChangeTab"">Change Tab</MatButton>
219+
<div>
220+
Active tab index: @tabIndex
221+
</div>
222+
<MatTabGroup @bind-ActiveIndex=""@tabIndex"">
223+
<MatTab Label=""First"">
224+
First Content
225+
</MatTab>
226+
<MatTab Label=""Second"">
227+
Second Content
228+
</MatTab>
229+
<MatTab Label=""Third"">
230+
Third Content
231+
</MatTab>
232+
<MatTab Label=""Fourth"">
233+
Fourth Content
234+
</MatTab>
235235
236-
</MatTabGroup>
236+
</MatTabGroup>
237237
238-
@code
239-
{
240-
public int tabIndex = 0;
238+
@code
239+
{
240+
public int tabIndex = 0;
241241
242-
void ChangeTab(MouseEventArgs e)
243-
{
244-
tabIndex = tabIndex < 3 ? tabIndex + 1 : 0;
245-
}
242+
void ChangeTab(MouseEventArgs e)
243+
{
244+
tabIndex = tabIndex < 3 ? tabIndex + 1 : 0;
246245
}
246+
}
247247
")></BlazorFiddle>
248248
</SourceContent>
249249
</DemoContainer>

src/MatBlazor.Demo/Doc/DocMatAccordion.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBar.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tr>
1818
<td>Attributes</td>
1919
<td>Dictionary&lt;String,Object&gt;</td>
20-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
20+
<td></td>
2121
</tr>
2222
<tr>
2323
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarAction.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarAdjust.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>Class</td>

src/MatBlazor.Demo/Doc/DocMatAppBarContainer.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarContent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarNavigationIcon.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>Class</td>

src/MatBlazor.Demo/Doc/DocMatAppBarRow.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarSection.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td>Attributes</td>
2222
<td>Dictionary&lt;String,Object&gt;</td>
23-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
23+
<td></td>
2424
</tr>
2525
<tr>
2626
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAppBarTitle.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatAutocomplete.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td>Attributes</td>
2222
<td>Dictionary&lt;String,Object&gt;</td>
23-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
23+
<td></td>
2424
</tr>
2525
<tr>
2626
<td>Class</td>

src/MatBlazor.Demo/Doc/DocMatBody1.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatBody2.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatButton.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tr>
1818
<td>Attributes</td>
1919
<td>Dictionary&lt;String,Object&gt;</td>
20-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
20+
<td></td>
2121
</tr>
2222
<tr>
2323
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCaption.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCard.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tr>
1818
<td>Attributes</td>
1919
<td>Dictionary&lt;String,Object&gt;</td>
20-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
20+
<td></td>
2121
</tr>
2222
<tr>
2323
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCardActionButtons.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCardActionIcons.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCardActions.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCardContent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCardMedia.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

src/MatBlazor.Demo/Doc/DocMatCheckbox.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tr>
1818
<td>Attributes</td>
1919
<td>Dictionary&lt;String,Object&gt;</td>
20-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
20+
<td></td>
2121
</tr>
2222
<tr>
2323
<td>Checked</td>

src/MatBlazor.Demo/Doc/DocMatChip.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr>
2323
<td>Attributes</td>
2424
<td>Dictionary&lt;String,Object&gt;</td>
25-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
25+
<td></td>
2626
</tr>
2727
<tr>
2828
<td>Class</td>

src/MatBlazor.Demo/Doc/DocMatChipSet.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tr>
1616
<td>Attributes</td>
1717
<td>Dictionary&lt;String,Object&gt;</td>
18-
<td>Gets or sets a collection of additional attributes that will be applied to the created element.</td>
18+
<td></td>
1919
</tr>
2020
<tr>
2121
<td>ChildContent</td>

0 commit comments

Comments
 (0)