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.

25 lines (24 loc) 1.22 kB
import { OnInit, EventEmitter, AfterViewInit } from '@angular/core'; import { ViewType } from '../../layout/layout.model'; import { SdsViewTypeService } from '../../layout/public-api'; import * as i0 from "@angular/core"; export declare class SdsScreenMessageComponent implements OnInit, AfterViewInit { viewTypeService: SdsViewTypeService; VIEW_TYPE: typeof ViewType; autohide: boolean; delay: number; color?: string; icon?: string; title?: string; hidden: EventEmitter<void>; live: string; role: string; isHidden: boolean; private _timeoutID; constructor(viewTypeService: SdsViewTypeService); ngOnInit(): void; ngAfterViewInit(): void; hide(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SdsScreenMessageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsScreenMessageComponent, "sds-screen-message", never, { "autohide": { "alias": "autohide"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "hidden": "hidden"; }, never, ["*"], false, never>; }