@solcre-org/core-ui 2.12.16 → 2.12.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -4148,7 +4148,7 @@ declare class GenericChatComponent implements OnDestroy {
|
|
|
4148
4148
|
onMessageSentError(): void;
|
|
4149
4149
|
get isCurrentlySending(): boolean;
|
|
4150
4150
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GenericChatComponent, never>;
|
|
4151
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GenericChatComponent, "
|
|
4151
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GenericChatComponent, "core-generic-chat", never, { "messages": { "alias": "messages"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "isTyping": { "alias": "isTyping"; "required": false; "isSignal": true; }; "customTemplates": { "alias": "customTemplates"; "required": false; "isSignal": true; }; }, { "messagesSent": "messagesSent"; "imageClicked": "imageClicked"; "fileClicked": "fileClicked"; "fileSelected": "fileSelected"; "filesSelected": "filesSelected"; "typingStatusChanged": "typingStatusChanged"; "modalClosed": "modalClosed"; "attachmentAction": "attachmentAction"; "sendingStatusChanged": "sendingStatusChanged"; "loadMoreMessages": "loadMoreMessages"; }, never, never, true, never>;
|
|
4152
4152
|
}
|
|
4153
4153
|
|
|
4154
4154
|
declare class DynamicFieldDirective<T extends DataBaseModelInterface> implements OnChanges {
|