Skip to content

Commit 2d4820a

Browse files
committed
Merge branch 'rel-2.1'
# Conflicts: # Documentation/Blazorise.Docs/Resources/docs-api-index.json
2 parents 16d94f4 + 243170c commit 2d4820a

267 files changed

Lines changed: 4313 additions & 5170 deletions

File tree

Some content is hidden

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

Documentation/Blazorise.Docs/Pages/Docs/Extensions/DataGrid/DataGridApi.razor

Lines changed: 1 addition & 856 deletions
Large diffs are not rendered by default.

Documentation/Blazorise.Docs/Resources/docs-api-index.json

Lines changed: 2652 additions & 2652 deletions
Large diffs are not rendered by default.

Source/Blazorise/Base/BaseCheckComponent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Using directives
1+
#region Using directives
22
using System;
33
using System.Globalization;
44
using System.Linq.Expressions;
@@ -79,7 +79,7 @@ public bool Inline
7979
}
8080

8181
/// <summary>
82-
/// Defines the mouse cursor based on the behaviour by the current css framework.
82+
/// Specifies the mouse cursor based on the behaviour by the current css framework.
8383
/// </summary>
8484
[Parameter]
8585
public Cursor Cursor

Source/Blazorise/Base/BaseColumnComponent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Using directives
1+
#region Using directives
22
using System;
33
using Blazorise.Utilities;
44
using Microsoft.AspNetCore.Components;
@@ -57,7 +57,7 @@ protected override void BuildClasses( ClassBuilder builder )
5757
[CascadingParameter] public Grid ParentGrid { get; set; }
5858

5959
/// <summary>
60-
/// Defines the sizing configuration for the column, supporting responsive layouts and custom size definitions.
60+
/// Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.
6161
/// </summary>
6262
[Parameter]
6363
public IFluentColumn ColumnSize

0 commit comments

Comments
 (0)