@aquera/data-visualizer-sdk 0.0.13 → 0.0.15
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 +14 -0
- package/{chunk-MWFURRDC.js → chunk-47JFEXYX.js} +9 -9
- package/chunk-BWOCVRQM.js +11 -0
- package/chunk-CJKWIGF2.js +1 -0
- package/chunk-ECS6WNSC.js +11 -0
- package/chunk-L4MRZUKM.js +8 -0
- package/{chunk-ABVJ65LF.js → chunk-L764UFCZ.js} +1 -1
- package/{chunk-2H2RWKP5.js → chunk-LF44PEDM.js} +1 -1
- package/{chunk-PBLP5EZH.js → chunk-O6T6EAR2.js} +633 -633
- package/{chunk-Z5FDX7CX.js → chunk-U4S2XPPP.js} +3 -3
- package/chunk-XUJBDACP.js +10 -0
- package/chunk-YVK6OFZS.js +2 -0
- package/index.d.ts +19 -4
- package/main.js +1 -1
- package/manage-dashboards/src/manage-dashboards-config.d.ts +250 -0
- package/package.json +2 -2
- package/styles.css +1 -1
- package/chunk-BD43HU4Y.js +0 -12
- package/chunk-NA6Z7CGT.js +0 -2
|
@@ -50,7 +50,21 @@ export interface AskAqueraConfig {
|
|
|
50
50
|
connections?: boolean;
|
|
51
51
|
attachments?: boolean;
|
|
52
52
|
stories?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* The "Prompt gallery" link on the welcome screen and the drawer it opens.
|
|
55
|
+
* Independent of `welcomePrompts` — either can be off without the other.
|
|
56
|
+
*/
|
|
53
57
|
promptGallery?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* The grid of suggested prompt CARDS on the welcome screen (the ones under
|
|
60
|
+
* "What would you like to ask?", including their loading skeleton).
|
|
61
|
+
*
|
|
62
|
+
* Off leaves the welcome title, subtitle and composer in place — this hides
|
|
63
|
+
* the suggestions, not the ability to ask. The suggestions are still fetched
|
|
64
|
+
* when off, because the prompt gallery and the builder's own gallery read the
|
|
65
|
+
* same list.
|
|
66
|
+
*/
|
|
67
|
+
welcomePrompts?: boolean;
|
|
54
68
|
/** The related-dashboards menu in the header. */
|
|
55
69
|
dashboardsMenu?: boolean;
|
|
56
70
|
/** The executive-summary drawer. */
|