@aquera/data-visualizer-sdk 0.0.21 → 0.0.23
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-IE3OZUDB.js → chunk-2TIPSWPJ.js} +1 -1
- package/chunk-4IX2MEYT.js +20 -0
- package/{chunk-WQ7CKSU6.js → chunk-DJYXWJ4N.js} +1 -1
- package/chunk-EXEUP7DG.js +2 -0
- package/{chunk-GWTP6OTP.js → chunk-LNTPY52M.js} +1 -1
- package/{chunk-WDWFGOLW.js → chunk-QXTFDMFO.js} +769 -769
- package/chunk-SR6ZBBNN.js +11 -0
- package/dashboards/src/dashboards-config.d.ts +54 -1
- package/index.d.ts +11 -0
- package/main.js +1 -1
- package/manage-dashboards/src/manage-dashboards-config.d.ts +33 -0
- package/package.json +1 -1
- package/styles.css +1 -1
- package/chunk-HGOLEFGI.js +0 -11
- package/chunk-MYECWRK7.js +0 -20
- package/chunk-Q7RLVM6N.js +0 -2
|
@@ -235,4 +235,14 @@ export interface AskAqueraEventMap {
|
|
|
235
235
|
'aq-navigate': {
|
|
236
236
|
to: string;
|
|
237
237
|
};
|
|
238
|
+
/**
|
|
239
|
+
* The theme on screen changed — the viewer pressed the element's toggle, the
|
|
240
|
+
* host reassigned `el.theme`, or the OS flipped while on `'auto'`. Not
|
|
241
|
+
* emitted on mount. Persist `choice` and feed it back as `el.theme` if the
|
|
242
|
+
* viewer's choice should survive a reload; the SDK stores nothing itself.
|
|
243
|
+
*/
|
|
244
|
+
'dvz-theme-changed': {
|
|
245
|
+
theme: 'light' | 'dark';
|
|
246
|
+
choice: 'light' | 'dark' | 'auto';
|
|
247
|
+
};
|
|
238
248
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b}from"./chunk-
|
|
1
|
+
import{a,b}from"./chunk-EXEUP7DG.js";import"./chunk-QXTFDMFO.js";import"./chunk-JP5QY5S6.js";import"./chunk-U4S2XPPP.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_DASHBOARDS_TAG,b as defineDvzDashboards};
|