@gengage/assistant-fe 0.4.9 → 0.4.11
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 +1 -0
- package/dist/chat/runtime.d.ts +4 -0
- package/dist/chat-runtime.js +7 -7
- package/dist/chat.iife.js +59 -59
- package/dist/chat.js +9 -8
- package/dist/index.js +4 -4
- package/dist/native.iife.js +30 -30
- package/dist/{runtime-Dznok-9r.js → runtime-jeevGos0.js} +2239 -2201
- package/package.json +1 -1
package/dist/chat.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { a as e, c as t,
|
|
1
|
+
import { a as e, c as t, d as r, i as s, l as n, n as i, o as c, r as l, s as o, t as C, u as h } from "./runtime-jeevGos0.js";
|
|
2
2
|
import { t as p } from "./chat-BRKK63lt.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
n as CHAT_SCROLL_ELEMENT_ID,
|
|
5
|
+
s as ChatPresentationState,
|
|
6
6
|
C as GengageChat,
|
|
7
7
|
p as chatCatalog,
|
|
8
8
|
i as createChatWidget,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
c as createDefaultChatUISpecRegistry,
|
|
10
|
+
e as createFloatingLauncher,
|
|
11
|
+
o as defaultChatUnknownUISpecRenderer,
|
|
12
|
+
h as getChatScrollElement,
|
|
13
|
+
r as invalidateChatScrollCache,
|
|
13
14
|
l as isSimilarsAppendGrid,
|
|
14
|
-
|
|
15
|
+
t as renderUISpec
|
|
15
16
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { d as a, m as t, n as r, p as i, t as s, u as n } from "./api-paths-DR5bPNhi.js";
|
|
2
2
|
import { c, d as m, l, u as p } from "./widget-base-2-B1Ch5I.js";
|
|
3
3
|
import { a as g, c as u, i as f, k as S, o as C, s as U, t as h } from "./context-DGz5F81j.js";
|
|
4
|
-
import {
|
|
4
|
+
import { c as A, n as I, o as R, s as T, t as W } from "./runtime-jeevGos0.js";
|
|
5
5
|
import { a as E, n as w, r as v, t as N } from "./pill-launcher-DSEeJT9h.js";
|
|
6
6
|
import { t as P } from "./connection-warning-ecZqpczd.js";
|
|
7
7
|
import { a as G, i as _, n as Q, r as L, t as B } from "./runtime-SKDvc0Xc.js";
|
|
@@ -35,7 +35,7 @@ export {
|
|
|
35
35
|
I as createChatWidget,
|
|
36
36
|
oe as createDefaultAccountRuntimeConfig,
|
|
37
37
|
me as createDefaultAnalyticsConfig,
|
|
38
|
-
|
|
38
|
+
R as createDefaultChatUISpecRegistry,
|
|
39
39
|
L as createDefaultQnaUISpecRegistry,
|
|
40
40
|
V as createDefaultSimRelUISpecRegistry,
|
|
41
41
|
ue as createFloatingChatConfig,
|
|
@@ -46,7 +46,7 @@ export {
|
|
|
46
46
|
j as createSimButWidget,
|
|
47
47
|
z as createSimRelRenderer,
|
|
48
48
|
F as createSimRelWidget,
|
|
49
|
-
|
|
49
|
+
T as defaultChatUnknownUISpecRenderer,
|
|
50
50
|
_ as defaultQnaUnknownUISpecRenderer,
|
|
51
51
|
x as defaultSimRelUnknownUISpecRenderer,
|
|
52
52
|
i as defaultUnknownUISpecRenderer,
|
|
@@ -65,7 +65,7 @@ export {
|
|
|
65
65
|
r as normalizeMiddlewareUrl,
|
|
66
66
|
Re as parseAccountRuntimeConfig,
|
|
67
67
|
ce as preflightDiagnostics,
|
|
68
|
-
|
|
68
|
+
A as renderChatUISpec,
|
|
69
69
|
G as renderQnaUISpec,
|
|
70
70
|
b as renderSimRelUISpec,
|
|
71
71
|
t as renderUISpecWithRegistry,
|