@gengage/assistant-fe 0.4.16 → 0.4.18
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 +4 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +36 -36
- package/dist/chat.js +1 -1
- package/dist/index.js +1 -1
- package/dist/native.iife.js +25 -25
- package/dist/{runtime-DP_D5fV6.js → runtime-CAUALvac.js} +1759 -1728
- package/package.json +2 -2
package/dist/chat/runtime.d.ts
CHANGED
|
@@ -252,9 +252,13 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
|
|
|
252
252
|
private _productSkuKey;
|
|
253
253
|
private _pdpPageContextSkuKey;
|
|
254
254
|
private _productDetailsRecordFromSpec;
|
|
255
|
+
private _productGridRecordFromSpec;
|
|
256
|
+
private _productRecordMatchesSku;
|
|
255
257
|
private _getCurrentPanelProductRecord;
|
|
258
|
+
private _getCurrentPanelProductGridRecord;
|
|
256
259
|
private _panelSourceFromMessage;
|
|
257
260
|
private _getLatestProductDetailsRecord;
|
|
261
|
+
private _getLatestProductGridRecord;
|
|
258
262
|
/**
|
|
259
263
|
* Returns the SKU of the product currently rendered in the side panel, if any.
|
|
260
264
|
*
|
package/dist/chat-runtime.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as e, d as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as d } from "./runtime-
|
|
1
|
+
import { c as e, d as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as d } from "./runtime-CAUALvac.js";
|
|
2
2
|
export {
|
|
3
3
|
s as CHAT_SCROLL_ELEMENT_ID,
|
|
4
4
|
r as ChatPresentationState,
|