@gengage/assistant-fe 0.6.40 → 0.6.42
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/catalog.d.ts +1 -1
- package/dist/chat/components/ChatDrawer.d.ts +9 -2
- package/dist/chat/history-storage.d.ts +3 -0
- package/dist/chat/panel-manager.d.ts +7 -0
- package/dist/chat/runtime.d.ts +3 -0
- package/dist/chat/session-persistence.d.ts +2 -0
- package/dist/chat/types.d.ts +1 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +37 -37
- package/dist/chat.js +1 -1
- package/dist/common/indexed-db.d.ts +3 -0
- package/dist/{common-DfAGSY36.js → common-B9n_o9ki.js} +1 -1
- package/dist/common.js +5 -5
- package/dist/{connection-warning-CXGTkX7f.js → connection-warning-ByY3TKaG.js} +1 -1
- package/dist/{fastIntent-Cj9pb-XJ.js → fastIntent-BaNC2CJz.js} +1 -1
- package/dist/index.js +10 -10
- package/dist/native.iife.js +13 -13
- 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-Bc0acP64.js → request-response-cache-DkilqELR.js} +1 -1
- package/dist/{runtime-BuEjhF-4.js → runtime-BkqUiRUi.js} +3 -3
- package/dist/{runtime-8xoIKpil.js → runtime-CmpEARET.js} +3 -3
- package/dist/{runtime-BIMNnYje.js → runtime-_ly8XVXC.js} +2252 -2184
- package/dist/{simbut-DMd--dzI.js → simbut-CltMk2OF.js} +1 -1
- package/dist/simbut.iife.js +1 -1
- package/dist/simbut.js +1 -1
- package/dist/{simrel-C4X5Yp32.js → simrel-BuCc53Pw.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-C5udoWCy.js → widget-base-vDXD27_n.js} +1 -1
- package/package.json +1 -1
package/dist/chat.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, c as t, d as r, f as s, i as n, l as c, n as i, o as l, r as o, s as h, t as C, u as d } from "./runtime-
|
|
1
|
+
import { a as e, c as t, d as r, f as s, i as n, l as c, n as i, o as l, r as o, s as h, t as C, u as d } from "./runtime-_ly8XVXC.js";
|
|
2
2
|
import { t as S } from "./chat-CJzuUZxy.js";
|
|
3
3
|
export {
|
|
4
4
|
d as CHAT_SCROLL_ELEMENT_ID,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* All operations are best-effort: IndexedDB unavailability is non-fatal.
|
|
10
10
|
*/
|
|
11
11
|
import type { SerializableChatMessage } from '../chat/types.js';
|
|
12
|
+
import type { PanelSource } from '../chat/panel-manager.js';
|
|
12
13
|
import type { UISpec } from './types.js';
|
|
13
14
|
export interface SessionData {
|
|
14
15
|
userId: string;
|
|
@@ -30,6 +31,8 @@ export interface SessionData {
|
|
|
30
31
|
panelSnapshotHtml?: Record<string, string> | undefined;
|
|
31
32
|
/** Panel component type keyed by snapshot message ID. */
|
|
32
33
|
panelSnapshotTypes?: Record<string, string> | undefined;
|
|
34
|
+
/** Serializable panel rebuild source keyed by snapshot message ID. */
|
|
35
|
+
panelSnapshotSources?: Record<string, PanelSource> | undefined;
|
|
33
36
|
/** Latest panel AI-zone UISpec keyed by thread ID. */
|
|
34
37
|
panelAiSpecByThread?: Record<string, UISpec> | undefined;
|
|
35
38
|
/** SKU active when session was saved — prevents cross-SKU restore. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as g } from "./widget-base-
|
|
1
|
+
import { i as g } from "./widget-base-vDXD27_n.js";
|
|
2
2
|
import { c as l, i as p, o as u, r as c, t as y } from "./schemas-BnYUhYSy.js";
|
|
3
3
|
import { a as w, i as v } from "./overlay-CPLLn1eK.js";
|
|
4
4
|
var d = u({ enabled: c().default(!0) }), h = u({
|
package/dist/common.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { a, d as t, f as s, g as r, h as i, i as o, m as n, n as c, o as m, p as g, r as l, s as d, t as p, u } from "./request-response-cache-
|
|
1
|
+
import { a, d as t, f as s, g as r, h as i, i as o, m as n, n as c, o as m, p as g, r as l, s as d, t as p, u } from "./request-response-cache-DkilqELR.js";
|
|
2
2
|
import { N as E, a as S, c as h, i as C, k as T, n as y, o as A, r as G, s as I, t as w } from "./context-UTzCGyR9.js";
|
|
3
|
-
import { a as W, c as v, d as N, f as P, l as U, n as O, o as D, p as _, r as L, t as b, u as k } from "./widget-base-
|
|
4
|
-
import { a as x, c as B, f as z, i as M, l as V, n as K, o as H, r as Q, s as q, t as Z } from "./fastIntent-
|
|
5
|
-
import { n as J, t as X } from "./connection-warning-
|
|
3
|
+
import { a as W, c as v, d as N, f as P, l as U, n as O, o as D, p as _, r as L, t as b, u as k } from "./widget-base-vDXD27_n.js";
|
|
4
|
+
import { a as x, c as B, f as z, i as M, l as V, n as K, o as H, r as Q, s as q, t as Z } from "./fastIntent-BaNC2CJz.js";
|
|
5
|
+
import { n as J, t as X } from "./connection-warning-ByY3TKaG.js";
|
|
6
6
|
import { i as $, n as ee, r as ae, t as te } from "./overlay-CPLLn1eK.js";
|
|
7
7
|
import { a as re, i as ie, n as oe, r as ne } from "./native-webview-Ch9lsx7E.js";
|
|
8
|
-
import { a as me, c as ge, i as le, l as de, n as pe, o as ue, r as fe, s as Ee, t as Se, u as he } from "./common-
|
|
8
|
+
import { a as me, c as ge, i as le, l as de, n as pe, o as ue, r as fe, s as Ee, t as Se, u as he } from "./common-B9n_o9ki.js";
|
|
9
9
|
export {
|
|
10
10
|
ue as AccountRuntimeConfigSchema,
|
|
11
11
|
k as BASE_WIDGET_THEME,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as S } from "./context-UTzCGyR9.js";
|
|
2
|
-
import { i as E } from "./widget-base-
|
|
2
|
+
import { i as E } from "./widget-base-vDXD27_n.js";
|
|
3
3
|
function $(t, r) {
|
|
4
4
|
if (typeof window > "u" || !S(t)) return !1;
|
|
5
5
|
const e = new CustomEvent("gengage:navigate", {
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { f as a, g as t, h as r, n as i, p as s, r as n } from "./request-response-cache-
|
|
1
|
+
import { f as a, g as t, h as r, n as i, p as s, r as n } from "./request-response-cache-DkilqELR.js";
|
|
2
2
|
import { a as c, c as m, i as p, k as g, o as d, s as l, t as f } from "./context-UTzCGyR9.js";
|
|
3
|
-
import { d as S, f as U, n as C, p as I, r as R, u as h } from "./widget-base-
|
|
4
|
-
import { c as E, l as y, n as G, s as T, t as W } from "./runtime-
|
|
5
|
-
import { a as w, c as N, f as O, i as v, l as _, n as P, o as k, r as L, s as Q } from "./fastIntent-
|
|
6
|
-
import { t as F } from "./connection-warning-
|
|
7
|
-
import { a as b, i as x, n as M, r as H, t as K } from "./runtime-
|
|
8
|
-
import { a as Z, i as j, n as q, r as J, t as X } from "./runtime-
|
|
9
|
-
import { n as $ } from "./simrel-
|
|
10
|
-
import { n as ae, t as te } from "./simbut-
|
|
3
|
+
import { d as S, f as U, n as C, p as I, r as R, u as h } from "./widget-base-vDXD27_n.js";
|
|
4
|
+
import { c as E, l as y, n as G, s as T, t as W } from "./runtime-_ly8XVXC.js";
|
|
5
|
+
import { a as w, c as N, f as O, i as v, l as _, n as P, o as k, r as L, s as Q } from "./fastIntent-BaNC2CJz.js";
|
|
6
|
+
import { t as F } from "./connection-warning-ByY3TKaG.js";
|
|
7
|
+
import { a as b, i as x, n as M, r as H, t as K } from "./runtime-BkqUiRUi.js";
|
|
8
|
+
import { a as Z, i as j, n as q, r as J, t as X } from "./runtime-CmpEARET.js";
|
|
9
|
+
import { n as $ } from "./simrel-BuCc53Pw.js";
|
|
10
|
+
import { n as ae, t as te } from "./simbut-CltMk2OF.js";
|
|
11
11
|
import { i as ie, n as se, r as ne, t as oe } from "./overlay-CPLLn1eK.js";
|
|
12
12
|
import { a as me, i as pe, n as ge, r as de } from "./native-webview-Ch9lsx7E.js";
|
|
13
|
-
import { a as fe, c as ue, i as Se, l as Ue, n as Ce, o as Ie, r as Re, s as he, t as Ae, u as Ee } from "./common-
|
|
13
|
+
import { a as fe, c as ue, i as Se, l as Ue, n as Ce, o as Ie, r as Re, s as he, t as Ae, u as Ee } from "./common-B9n_o9ki.js";
|
|
14
14
|
export {
|
|
15
15
|
Ie as AccountRuntimeConfigSchema,
|
|
16
16
|
h as BASE_WIDGET_THEME,
|