raise-common-lib-new 0.0.52 → 0.0.54
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.
|
@@ -101,6 +101,7 @@ export declare class RichtexteditorComponent implements OnInit {
|
|
|
101
101
|
dialogueOpen(selectedQuery: string): void;
|
|
102
102
|
updateAISugesstionsData(selectedQuery: string): void;
|
|
103
103
|
updateAISugesstions(): void;
|
|
104
|
+
fullResponse: string;
|
|
104
105
|
getResponseFromOpenAI(subQuery: string, promptQuery: string): Promise<string>;
|
|
105
106
|
dialogShow(): void;
|
|
106
107
|
closeDialog(): void;
|
|
@@ -123,6 +124,7 @@ export declare class RichtexteditorComponent implements OnInit {
|
|
|
123
124
|
regenerateClick(): void;
|
|
124
125
|
copyClick(): void;
|
|
125
126
|
replaceClick(): void;
|
|
127
|
+
scrollToBottom(): void;
|
|
126
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichtexteditorComponent, never>;
|
|
127
129
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichtexteditorComponent, "rs-richtext-editor", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "editorId": { "alias": "editorId"; "required": false; }; "saveInterval": { "alias": "saveInterval"; "required": false; }; "height": { "alias": "height"; "required": false; }; "autoSaveOnIdle": { "alias": "autoSaveOnIdle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "target": { "alias": "target"; "required": false; }; "insertImageSettings": { "alias": "insertImageSettings"; "required": false; }; "showTicketAttachment": { "alias": "showTicketAttachment"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "change": "change"; "created": "created"; "actionBegin": "actionBegin"; "input": "input"; "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "afterPasteCleanup": "afterPasteCleanup"; }, never, never, false, never>;
|
|
128
130
|
}
|