File: Pagination_Paginator_razor.g.cs
Project: src\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Microsoft.AspNetCore.Components.QuickGrid.csproj (Microsoft.AspNetCore.Components.QuickGrid)
#pragma checksum "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "d2d56fb392ad5c6aaac6d5faafeb55c1f4cc2de97f06ecef3f5a84dba0fe7c2c"
// <auto-generated/>
#pragma warning disable 1591
namespace 
#nullable restore
#line (2,12)-(2,53) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
Microsoft.AspNetCore.Components.QuickGrid
 
#line default
#line hidden
#nullable disable
{
    #line default
    using global::System;
    using global::System.Collections.Generic;
    using global::System.Linq;
    using global::System.Threading.Tasks;
    using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,43) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
using Microsoft.AspNetCore.Components.Web
 
#nullable disable
    ;
    #line default
    #line hidden
    #nullable restore
    public partial class Paginator : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
            __builder.OpenElement(0, "div");
            __builder.AddAttribute(1, "class", "paginator");
            __builder.AddAttribute(2, "b-3qssc0bm46");
#nullable restore
#line (5,1)-(5,5) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
    
 
#line default
#line hidden
#nullable disable
 
#nullable restore
#line (5,6)-(7,1) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
if (State.TotalItemCount.HasValue)
    {
 
#line default
#line hidden
#nullable disable
 
            __builder.OpenElement(3, "div");
            __builder.AddAttribute(4, "class", "summary");
            __builder.AddAttribute(5, "b-3qssc0bm46");
#nullable restore
#line (8,1)-(8,13) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
            
 
#line default
#line hidden
#nullable disable
 
#nullable restore
#line (8,14)-(10,17) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
if (SummaryTemplate is not null)
            {
                
 
#line default
#line hidden
#nullable disable
 
#nullable restore
#line (10,18)-(10,33) 24 "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
__builder.AddContent(6, SummaryTemplate
 
#line default
#line hidden
#nullable disable
            );
#nullable restore
#line (10,33)-(14,17) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
 
            }
            else
            {
                
 
#line default
#line hidden
#nullable disable
 
            __builder.OpenElement(7, "strong");
            __builder.AddAttribute(8, "b-3qssc0bm46");
#nullable restore
#line (14,32)-(14,52) 24 "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
__builder.AddContent(9, State.TotalItemCount
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
            __builder.AddContent(10, " items");
#nullable restore
#line (14,74)-(16,1) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
 
            }
 
#line default
#line hidden
#nullable disable
 
            __builder.CloseElement();
            __builder.AddMarkupContent(11, "\r\n        ");
            __builder.OpenElement(12, "nav");
            __builder.AddAttribute(13, "role", "navigation");
            __builder.AddAttribute(14, "b-3qssc0bm46");
            __builder.OpenElement(15, "button");
            __builder.AddAttribute(16, "class", "go-first");
            __builder.AddAttribute(17, "type", "button");
            __builder.AddAttribute(18, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, 
#nullable restore
#line (18,62)-(18,74) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
GoFirstAsync
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddAttribute(19, "disabled", 
#nullable restore
#line (18,88)-(18,98) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
!CanGoBack
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddAttribute(20, "title", "Go to first page");
            __builder.AddAttribute(21, "aria-label", "Go to first page");
            __builder.AddAttribute(22, "b-3qssc0bm46");
            __builder.CloseElement();
            __builder.AddMarkupContent(23, "\r\n            ");
            __builder.OpenElement(24, "button");
            __builder.AddAttribute(25, "class", "go-previous");
            __builder.AddAttribute(26, "type", "button");
            __builder.AddAttribute(27, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, 
#nullable restore
#line (19,65)-(19,80) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
GoPreviousAsync
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddAttribute(28, "disabled", 
#nullable restore
#line (19,94)-(19,104) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
!CanGoBack
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddAttribute(29, "title", "Go to previous page");
            __builder.AddAttribute(30, "aria-label", "Go to previous page");
            __builder.AddAttribute(31, "b-3qssc0bm46");
            __builder.CloseElement();
            __builder.AddMarkupContent(32, "\r\n            ");
            __builder.OpenElement(33, "div");
            __builder.AddAttribute(34, "class", "pagination-text");
            __builder.AddAttribute(35, "b-3qssc0bm46");
            __builder.AddMarkupContent(36, "\r\n                Page ");
            __builder.OpenElement(37, "strong");
            __builder.AddAttribute(38, "b-3qssc0bm46");
#nullable restore
#line (21,32)-(21,58) 25 "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
__builder.AddContent(39, State.CurrentPageIndex + 1
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
            __builder.AddMarkupContent(40, "\r\n                of ");
            __builder.OpenElement(41, "strong");
            __builder.AddAttribute(42, "b-3qssc0bm46");
#nullable restore
#line (22,30)-(22,53) 25 "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
__builder.AddContent(43, State.LastPageIndex + 1
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
            __builder.CloseElement();
            __builder.AddMarkupContent(44, "\r\n            ");
            __builder.OpenElement(45, "button");
            __builder.AddAttribute(46, "class", "go-next");
            __builder.AddAttribute(47, "type", "button");
            __builder.AddAttribute(48, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, 
#nullable restore
#line (24,61)-(24,72) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
GoNextAsync
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddAttribute(49, "disabled", 
#nullable restore
#line (24,86)-(24,100) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
!CanGoForwards
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddAttribute(50, "title", "Go to next page");
            __builder.AddAttribute(51, "aria-label", "Go to next page");
            __builder.AddAttribute(52, "b-3qssc0bm46");
            __builder.CloseElement();
            __builder.AddMarkupContent(53, "\r\n            ");
            __builder.OpenElement(54, "button");
            __builder.AddAttribute(55, "class", "go-last");
            __builder.AddAttribute(56, "type", "button");
            __builder.AddAttribute(57, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, 
#nullable restore
#line (25,61)-(25,72) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
GoLastAsync
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddAttribute(58, "disabled", 
#nullable restore
#line (25,86)-(25,100) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
!CanGoForwards
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddAttribute(59, "title", "Go to last page");
            __builder.AddAttribute(60, "aria-label", "Go to last page");
            __builder.AddAttribute(61, "b-3qssc0bm46");
            __builder.CloseElement();
            __builder.CloseElement();
#nullable restore
#line (27,1)-(28,1) "D:\a\_work\1\s\src\Components\QuickGrid\Microsoft.AspNetCore.Components.QuickGrid\src\Pagination\Paginator.razor"
    }
 
#line default
#line hidden
#nullable disable
 
            __builder.CloseElement();
        }
        #pragma warning restore 1998
    }
}
#pragma warning restore 1591