truly-ui
Version:
Web Components for Desktop Applications.
22 lines • 884 B
TypeScript
import { OnInit } from '@angular/core';
import { I18nService } from '../../i18n/i18n.service';
import { DialogDefaultBehavior } from '../dialog-default-behavior';
import { TlButton } from '../../button/button';
import * as i0 from "@angular/core";
export declare class TlDialogError extends DialogDefaultBehavior implements OnInit {
private i18n;
message: string;
exceptionName: string;
exceptionMessage: string;
get textOk(): string;
get exceptionBoxDescription(): string;
button: TlButton;
animation: any;
errorlog: boolean;
constructor(i18n: I18nService);
ngOnInit(): void;
open(value: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TlDialogError, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TlDialogError, "tl-dialog-error", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=dialog-error.d.ts.map