Skip to content

Commit 826b8c3

Browse files
Moves to Unshipped
1 parent 69cb4e5 commit 826b8c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src/PublicAPI.Shipped.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Microsoft.AspNetCore.Components.QuickGrid.PaginationState.ItemsPerPage.get -> in
7878
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.ItemsPerPage.set -> void
7979
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.LastPageIndex.get -> int?
8080
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.PaginationState() -> void
81-
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.get -> bool
82-
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.set -> void
8381
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.SetCurrentPageIndexAsync(int pageIndex) -> System.Threading.Tasks.Task!
8482
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCount.get -> int?
8583
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCountChanged -> System.EventHandler<int?>?
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#nullable enable
2+
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.get -> bool
3+
Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.set -> void
24
Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.HideColumnOptionsAsync() -> System.Threading.Tasks.Task!
35
Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.get -> System.Func<TGridItem, string?>?
4-
Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.set -> void
6+
Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.set -> void

0 commit comments

Comments
 (0)