@aquera/data-visualizer-sdk 0.0.38 → 0.0.40
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/ask-aquera/src/ask-aquera-config.d.ts +10 -0
- package/{chunk-4IC7KF7O.js → chunk-4XZFPFUO.js} +1 -1
- package/{chunk-EXISUGMQ.js → chunk-5ZVDCCLT.js} +4 -4
- package/{chunk-3TJC52W7.js → chunk-AQHMVQFH.js} +1 -1
- package/{chunk-LO26PXZ5.js → chunk-CCS4AZTM.js} +1 -1
- package/{chunk-YZGNXTBA.js → chunk-ENDHTKIB.js} +564 -564
- package/chunk-MAL6O7D5.js +11 -0
- package/{chunk-P4LLVQ3Z.js → chunk-TSSIT4HP.js} +2 -2
- package/main.js +1 -1
- package/package.json +1 -1
- package/chunk-5S3JTQ6I.js +0 -11
|
@@ -384,8 +384,18 @@ export interface AskAqueraConfig {
|
|
|
384
384
|
/** 'none' (default) — the element never touches the URL; it emits aq-navigate. */
|
|
385
385
|
routing?: 'none' | 'memory' | 'hash';
|
|
386
386
|
initial?: {
|
|
387
|
+
/**
|
|
388
|
+
* Open this saved dashboard in the builder on mount, and replay its
|
|
389
|
+
* conversation into the chat — what `/ask-aquera/dashboard/:id` used to mean
|
|
390
|
+
* when this was an MFE with its own router. The element has no router
|
|
391
|
+
* (`provideRouter([])`, see element.ts), so the id has to arrive HERE: a host
|
|
392
|
+
* that only put it in its own URL gets a blank chat.
|
|
393
|
+
*/
|
|
387
394
|
dashboardId?: string;
|
|
388
395
|
conversationId?: string;
|
|
396
|
+
/** With `dashboardId`: auto-run the executive summary on arrival. The
|
|
397
|
+
* `?summary=1` half of the same deep link. */
|
|
398
|
+
summary?: boolean;
|
|
389
399
|
view?: 'chat' | 'connections';
|
|
390
400
|
};
|
|
391
401
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b}from"./chunk-
|
|
1
|
+
import{a,b}from"./chunk-TSSIT4HP.js";import"./chunk-ENDHTKIB.js";import"./chunk-ZRJYRUTX.js";import"./chunk-T4WJW6GR.js";import"./chunk-JP5QY5S6.js";import"./chunk-BTA57TVR.js";import"./chunk-FK6H3RFT.js";import"./chunk-SYVY7IJY.js";import"./chunk-DPY4ZJSO.js";import"./chunk-T3NXAI3H.js";import"./chunk-JWVGGQEQ.js";import"./chunk-QXVITQOV.js";import"./chunk-I4TM4AGJ.js";import"./chunk-F6YL5NFN.js";import"./chunk-ATUZQYGW.js";import"./chunk-XCT4UKLK.js";import"./chunk-4XZ7RFFX.js";import"./chunk-YHTLTPEH.js";import"./chunk-LFSX3TZJ.js";import"./chunk-BTDKTIE6.js";import"./chunk-5CTM6JVQ.js";import"./chunk-W2HKCDVZ.js";import"./chunk-MPGDQZRI.js";import"./chunk-HOS2FAXH.js";import"./chunk-INJSG5RK.js";import"./chunk-RCWO45CI.js";import"./chunk-ZW5NV4UO.js";export{a as DVZ_DASHBOARDS_TAG,b as defineDvzDashboards};
|