UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

20 lines (19 loc) 900 B
import * as i0 from "@angular/core"; export declare class MessagePopupIcon { cssClass: string; cssPropertiesClass?: string; constructor(cssClass: string, cssPropertiesClass?: string); } export declare class MessageWithIconComponent { static readonly MESSAGE_QUESTION = 1; static readonly MESSAGE_ERROR = 2; static readonly MESSAGE_WARNING = 3; static readonly MESSAGE_INFO = 4; message: string; type: number; icon: MessagePopupIcon; getIcon(): string; getColor(): string; static ɵfac: i0.ɵɵFactoryDeclaration<MessageWithIconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MessageWithIconComponent, "systelab-message-with-icon", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>; }