Sha256: 6546424af1c5d9925c98e368c746531d55e45f7a2d1d60ab1bff27a83becca9b

Contents?: true

Size: 752 Bytes

Versions: 33

Compression:

Stored size: 752 Bytes

Contents

declare class NavListElement extends HTMLElement {
    list: HTMLElement;
    showMoreItem: HTMLElement;
    focusMarkers: HTMLElement[];
    connectedCallback(): void;
    get showMoreDisabled(): boolean;
    set showMoreDisabled(value: boolean);
    set currentPage(value: number);
    get currentPage(): number;
    get totalPages(): number;
    get paginationSrc(): string;
    expandItem(item: HTMLElement): void;
    collapseItem(item: HTMLElement): void;
    itemIsExpanded(item: HTMLElement | null): boolean;
    handleItemWithSubItemClick(e: Event): void;
    private showMore;
    private setShowMoreItemState;
    private parseHTML;
}
declare global {
    interface Window {
        NavListElement: typeof NavListElement;
    }
}
export {};

Version data entries

33 entries across 31 versions & 3 rubygems

Version Path
primer_view_components-0.0.109 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.108 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.107 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.106 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.105 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.104 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.103 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.102 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.101 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.100 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.99 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.98 app/components/primer/alpha/nav_list.d.ts
primer_view_components-0.0.97 app/components/primer/alpha/nav_list.d.ts