UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

16 lines (15 loc) 871 B
import { QueryList, AfterViewInit, OnDestroy } from '@angular/core'; import type { SdsSidenavListItemComponent } from '../sidenav-list-item/sidenav-list-item.component'; import * as i0 from "@angular/core"; export declare class SdsSidenavListComponent implements AfterViewInit, OnDestroy { items: QueryList<SdsSidenavListItemComponent>; isExpandable: boolean; isCollapsed: boolean; private firstLevelItems; private _subscription; ngAfterViewInit(): void; ngOnDestroy(): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SdsSidenavListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsSidenavListComponent, "sds-sidenav-list", never, { "isExpandable": { "alias": "isExpandable"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, {}, ["items"], ["*"], false, never>; }