@gengage/assistant-fe 0.3.31 → 0.3.34
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/index.d.ts +4 -1
- package/dist/{chat-nqCbqHSH.js → chat-BTEzcajz.js} +1711 -1684
- package/dist/chat.iife.js +33 -33
- package/dist/chat.js +1 -1
- package/dist/{common-Dup_GEOS.js → common-sIQyC3Kp.js} +2 -2
- package/dist/common.js +4 -4
- package/dist/index.js +6 -6
- package/dist/{native-webview-kqutfGgA.js → native-webview-nUmdIN_8.js} +4 -4
- package/dist/native.iife.js +30 -30
- package/dist/native.js +1 -1
- package/dist/{qna-R1-EoKwH.js → qna-BuBvAr2H.js} +1 -1
- package/dist/qna.iife.js +1 -1
- package/dist/qna.js +1 -1
- package/dist/{schemas-BG_cvFvP.js → schemas-DBRIy5NT.js} +1 -1
- package/dist/{simrel-BREHamN-.js → simrel-BRh5eB2K.js} +1 -1
- package/dist/simrel.iife.js +1 -1
- package/dist/simrel.js +1 -1
- package/package.json +1 -1
package/dist/chat/index.d.ts
CHANGED
|
@@ -168,6 +168,7 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
|
|
|
168
168
|
*/
|
|
169
169
|
private _clearAssistantPanelLikeStreamClearPanel;
|
|
170
170
|
private _flushPresentationScroll;
|
|
171
|
+
private _focusPresentationThread;
|
|
171
172
|
private _releasePresentationFocus;
|
|
172
173
|
private _hasMultipleThreadIds;
|
|
173
174
|
private _orderedThreadIds;
|
|
@@ -192,11 +193,13 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
|
|
|
192
193
|
private _hideDrawer;
|
|
193
194
|
private _syncViewportState;
|
|
194
195
|
/**
|
|
195
|
-
*
|
|
196
|
+
* Dimming backdrop + click-through scrim only in this state:
|
|
196
197
|
* - overlay: drawer open (full-screen modal)
|
|
197
198
|
* - floating: drawer open and side panel visible (split / “maximized” layout)
|
|
198
199
|
*/
|
|
199
200
|
private _isMaximizedForHostChrome;
|
|
201
|
+
/** Host page scroll (touch/wheel) blocked; separate from backdrop so mobile floating drawer locks without split panel. */
|
|
202
|
+
private _shouldLockHostDocumentScroll;
|
|
200
203
|
private _applyOpenStateClasses;
|
|
201
204
|
private _syncHostDocumentScrollLock;
|
|
202
205
|
/**
|