devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
51 lines (50 loc) • 2.71 kB
TypeScript
/*!
* devextreme-angular
* Version: 25.2.3
* Build date: Fri Dec 12 2025
*
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/devextreme-angular
*/
import { QueryList } from '@angular/core';
import { Attachment, User } from 'devextreme/ui/chat';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiChatItemComponent extends CollectionNestedOption {
set _attachmentsContentChildren(value: QueryList<CollectionNestedOption>);
get alt(): string;
set alt(value: string);
get attachments(): Array<Attachment>;
set attachments(value: Array<Attachment>);
get author(): User;
set author(value: User);
get id(): number | string;
set id(value: number | string);
get isDeleted(): boolean;
set isDeleted(value: boolean);
get isEdited(): boolean;
set isEdited(value: boolean);
get src(): string;
set src(value: string);
get text(): string;
set text(value: string);
get timestamp(): Date | number | string;
set timestamp(value: Date | number | string);
get type(): string | undefined;
set type(value: string | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiChatItemComponent, "dxi-chat-item", never, { "alt": { "alias": "alt"; "required": false; }; "attachments": { "alias": "attachments"; "required": false; }; "author": { "alias": "author"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isDeleted": { "alias": "isDeleted"; "required": false; }; "isEdited": { "alias": "isEdited"; "required": false; }; "src": { "alias": "src"; "required": false; }; "text": { "alias": "text"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, ["_attachmentsContentChildren"], never, true, never>;
}
export declare class DxiChatItemModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatItemModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChatItemModule, never, [typeof DxiChatItemComponent], [typeof DxiChatItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiChatItemModule>;
}