@gengage/assistant-fe 0.4.7 → 0.4.8
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/runtime.d.ts +2 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +12 -12
- package/dist/chat.js +1 -1
- package/dist/index.js +1 -1
- package/dist/native.iife.js +7 -7
- package/dist/{runtime-DNbjpTCh.js → runtime-BlYMjp2f.js} +1544 -1520
- package/package.json +1 -1
package/dist/chat/runtime.d.ts
CHANGED
|
@@ -281,6 +281,8 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
|
|
|
281
281
|
private _persistConversationState;
|
|
282
282
|
private _persistConversationStateForNavigation;
|
|
283
283
|
private _formatHistoryTimestamp;
|
|
284
|
+
private _resolvePanelRestorePreviewLabel;
|
|
285
|
+
private _resolveHistoryPreviewText;
|
|
284
286
|
private _openHistoryPanel;
|
|
285
287
|
private _buildHistoryPageEl;
|
|
286
288
|
private _deleteHistorySession;
|
package/dist/chat-runtime.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, c as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as h } from "./runtime-
|
|
1
|
+
import { a as e, c as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as h } from "./runtime-BlYMjp2f.js";
|
|
2
2
|
export {
|
|
3
3
|
t as CHAT_SCROLL_ELEMENT_ID,
|
|
4
4
|
r as ChatPresentationState,
|