1 | import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
2 | import { NbBooleanInput } from '../helpers';
|
3 | import { NbChatCustomMessageService } from './chat-custom-message.service';
|
4 | import * as i0 from "@angular/core";
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 | export declare class NbChatCustomMessageDirective implements OnInit, OnDestroy {
|
21 | templateRef: TemplateRef<any>;
|
22 | protected customMessageService: NbChatCustomMessageService;
|
23 | |
24 |
|
25 |
|
26 |
|
27 | get nbCustomMessage(): string;
|
28 | set nbCustomMessage(value: string);
|
29 | protected _type: string;
|
30 | get type(): string;
|
31 | |
32 |
|
33 |
|
34 |
|
35 |
|
36 |
|
37 | set nbCustomMessageNoStyles(value: boolean);
|
38 | get nbCustomMessageNoStyles(): boolean;
|
39 | protected _noStyles: boolean;
|
40 | static ngAcceptInputType_noStyles: NbBooleanInput;
|
41 | get noStyles(): boolean;
|
42 | constructor(templateRef: TemplateRef<any>, customMessageService: NbChatCustomMessageService);
|
43 | ngOnInit(): void;
|
44 | ngOnDestroy(): void;
|
45 | static ɵfac: i0.ɵɵFactoryDeclaration<NbChatCustomMessageDirective, never>;
|
46 | static ɵdir: i0.ɵɵDirectiveDeclaration<NbChatCustomMessageDirective, "[nbCustomMessage]", never, { "nbCustomMessage": { "alias": "nbCustomMessage"; "required": false; }; "nbCustomMessageNoStyles": { "alias": "nbCustomMessageNoStyles"; "required": false; }; }, {}, never, never, false, never>;
|
47 | }
|