@aquera/data-visualizer-sdk 0.0.28 → 0.0.31
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 +25 -0
- package/{chunk-TCNUWNNB.js → chunk-23EHL52G.js} +1 -1
- package/chunk-B2ZHSWXR.js +22 -0
- package/{chunk-DYBPN3MJ.js → chunk-E4BLAX5X.js} +1 -1
- package/{chunk-A2OWCMKF.js → chunk-E6KZAIJR.js} +1 -1
- package/chunk-HRVM6VPK.js +2 -0
- package/chunk-QMHNCEH2.js +11 -0
- package/{chunk-KTWHSGCC.js → chunk-QTPMCLTE.js} +650 -646
- package/main.js +1 -1
- package/package.json +1 -1
- package/styles.css +1 -1
- package/chunk-ICUFCTKP.js +0 -11
- package/chunk-Y7A6GQNH.js +0 -2
- package/chunk-ZMKSTS3B.js +0 -21
|
@@ -72,6 +72,12 @@ export interface AskAqueraConfig {
|
|
|
72
72
|
* Independent of `welcomePrompts` — either can be off without the other.
|
|
73
73
|
*/
|
|
74
74
|
promptGallery?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* The "X-ray a dataset" link beside the prompt gallery, and the browse drawer it
|
|
77
|
+
* opens (connection → dataset → table/index → auto-built dashboard).
|
|
78
|
+
* Requires the backend `/workforce/xray` routes; off leaves no trace in the UI.
|
|
79
|
+
*/
|
|
80
|
+
xray?: boolean;
|
|
75
81
|
/**
|
|
76
82
|
* The grid of suggested prompt CARDS on the welcome screen (the ones under
|
|
77
83
|
* "What would you like to ask?", including their loading skeleton).
|
|
@@ -215,6 +221,25 @@ export interface AskAqueraConfig {
|
|
|
215
221
|
filterValuePlaceholder?: string;
|
|
216
222
|
promptGallerySearchPlaceholder?: string;
|
|
217
223
|
promptGalleryLabel?: string;
|
|
224
|
+
xrayLabel?: string;
|
|
225
|
+
xrayDrawerTitle?: string;
|
|
226
|
+
xrayDatasetLabel?: string;
|
|
227
|
+
xrayEntitySearchPlaceholder?: string;
|
|
228
|
+
xrayTopicPlaceholder?: string;
|
|
229
|
+
xrayRunLabel?: string;
|
|
230
|
+
xrayNoSources?: string;
|
|
231
|
+
xrayNoEntities?: string;
|
|
232
|
+
xrayNoEntitiesMatch?: string;
|
|
233
|
+
xrayLoadingSources?: string;
|
|
234
|
+
xrayLoadingEntities?: string;
|
|
235
|
+
xrayAnalyzing?: string;
|
|
236
|
+
xrayBuilding?: string;
|
|
237
|
+
xrayFailed?: string;
|
|
238
|
+
xrayPickHint?: string;
|
|
239
|
+
xrayFieldsLabel?: string;
|
|
240
|
+
xrayTablesNoun?: string;
|
|
241
|
+
xrayIndexesNoun?: string;
|
|
242
|
+
xrayFocusToggle?: string;
|
|
218
243
|
noPromptsMatch?: string;
|
|
219
244
|
noPromptsYet?: string;
|
|
220
245
|
noChoiceOptions?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b}from"./chunk-
|
|
1
|
+
import{a,b}from"./chunk-QMHNCEH2.js";import"./chunk-XUJBDACP.js";import"./chunk-QTPMCLTE.js";import"./chunk-JP5QY5S6.js";import"./chunk-3CHM3VJC.js";import"./chunk-FK6H3RFT.js";import"./chunk-SYVY7IJY.js";import"./chunk-DPY4ZJSO.js";import"./chunk-T3NXAI3H.js";import"./chunk-JWVGGQEQ.js";import"./chunk-T4WJW6GR.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_MANAGE_DASHBOARDS_TAG,b as defineDvzManageDashboards};
|