sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
26 lines (25 loc) • 1.43 kB
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import { SbProgressComponent } from "../../indicator";
import { SbThemeService, Triggerable } from "../../core";
import * as i0 from "@angular/core";
declare const SbToastCore: import("../../core").Constructor<import("../../core").CanHide> & import("../../core").AbstractConstructor<import("../../core").CanHide> & import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef, _themeService: SbThemeService): {
_elementRef: ElementRef;
_themeService: SbThemeService;
};
};
export declare class SbToastComponent extends SbToastCore implements Triggerable {
close: EventEmitter<void>;
color: string;
allowWithinClose: boolean;
timed: number;
progressBar: SbProgressComponent;
constructor(elementRef: ElementRef, themeService: SbThemeService);
protected onShowEnd(): void;
protected onHideEnd(): void;
handleClose(): void;
trigger(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SbToastComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbToastComponent, "sb-toast", never, { "visible": "visible"; "color": "color"; "allowWithinClose": "allowWithinClose"; "timed": "timed"; }, { "show": "show"; "hide": "hide"; "close": "close"; }, never, ["[header]", "[body]"]>;
}
export {};