@gengage/assistant-fe 0.7.0 → 0.7.1
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/dist/chat/components/ChatDrawer.d.ts +1 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +3 -3
- package/dist/chat.js +1 -1
- package/dist/{common-CeuGSwJL.js → common-CW6814pZ.js} +1 -1
- package/dist/common.js +4 -4
- package/dist/{fastIntent-BI7l1oDv.js → fastIntent-CJGhUTpS.js} +1 -1
- package/dist/index.js +9 -9
- package/dist/native.iife.js +3 -3
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +1 -1
- package/dist/qna.js +1 -1
- package/dist/{request-response-cache-BLQy7llq.js → request-response-cache-DItrp4fO.js} +1 -1
- package/dist/{runtime-BSIrZhF2.js → runtime-B9m0kyTB.js} +17 -9
- package/dist/{runtime-BC8-a6Ql.js → runtime-CZ363BP8.js} +2 -2
- package/dist/{runtime-DiONTdBz.js → runtime-DKkw_dca.js} +2 -2
- package/dist/{simbut-BDbb3nMH.js → simbut-D_j8YgHS.js} +1 -1
- package/dist/simbut.iife.js +1 -1
- package/dist/simbut.js +1 -1
- package/dist/{simrel-CdxDIKu3.js → simrel-BkAtQjNa.js} +1 -1
- package/dist/simrel-runtime.js +1 -1
- package/dist/simrel.iife.js +1 -1
- package/dist/simrel.js +2 -2
- package/dist/{widget-base-Cvxdrqqt.js → widget-base-BnUjuCt7.js} +1 -1
- package/package.json +1 -1
|
@@ -358,6 +358,7 @@ export declare class ChatDrawer {
|
|
|
358
358
|
/** Programmatic scroll to bottom (e.g. host bridge) — bypasses “user scrolled up” until next frame. */
|
|
359
359
|
scrollToBottomPresentation(behavior?: ScrollBehavior): void;
|
|
360
360
|
private _scrollMessagesTo;
|
|
361
|
+
private _scrollMessageElementIntoView;
|
|
361
362
|
/** Collapse transcript to a single thread (null = show full history). */
|
|
362
363
|
setPresentationFocus(threadId: string | null): void;
|
|
363
364
|
setFormerMessagesButtonVisible(visible: boolean): void;
|
package/dist/chat-runtime.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-
|
|
1
|
+
import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-B9m0kyTB.js";
|
|
2
2
|
export {
|
|
3
3
|
d as CHAT_SCROLL_ELEMENT_ID,
|
|
4
4
|
s as ChatPresentationState,
|