@sisense/sdk-ui-vue 2.8.0 → 2.10.0
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/ai.cjs +33 -33
- package/dist/ai.js +175 -175
- package/dist/index.cjs +1 -1
- package/dist/index.js +41 -41
- package/dist/packages/sdk-ui-vue/src/components/charts/chart.d.ts +6 -6
- package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +6 -6
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +6 -6
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +6 -6
- package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +1 -1
- package/dist/use-tracking-8d4372fd.cjs +1067 -0
- package/dist/{use-tracking-a39b9c1f.js → use-tracking-f167ee99.js} +84057 -80176
- package/package.json +3 -3
- package/dist/use-tracking-c034eb94.cjs +0 -1060
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as y, watch as T, toRefs as A, ref as B, onBeforeUnmount as Pe, createApp as cn, computed as We, openBlock as dn, createElementBlock as fn, renderSlot as Re, createVNode as at, unref as E, createElementVNode as pn } from "vue";
|
2
|
-
import { s as _t,
|
3
|
-
import { az as pu, ax as gu, ay as hu, aA as mu, aB as yu } from "./use-tracking-
|
2
|
+
import { s as _t, c as gn, a as S, m as hn, v as mn, g as yn, y as bn, f as Sn, b as On, x as vn, N as xn, B as Cn, C as wn, S as Pn, w as Dn, k as jn, F as An, D as Fn, T as Ln, _ as En, M as Nn, t as Tn, d as Rn, i as Mn, e as $n, h as In, o as _n, r as U, j as De, l as kn, n as Qe, p as kt, q as Bn, u as Un, z as qn, A as Bt, E as Ut, G as ot, H as qt, I as Se, J as Vt, K as Vn, L as q, O as V, P as M, Q as R, R as O, W as Wt, Y as Wn, U as Ye, V as Hn, X as je, Z as Kn, $ as Ae, a0 as Fe, a1 as zn, a2 as Gn, a3 as Jn, a4 as X, a5 as Qn, a6 as Yn, a7 as Zn, a8 as Xn, a9 as er, aa as tr, ab as nr, ac as rr, ad as sr, ae as ir, af as ar, ag as ut, ah as or, ai as ur, aj as lt, ak as lr, al as cr, am as dr, an as fr, ao as pr, ap as gr, aq as hr, ar as mr, as as yr, at as br, au as Sr, av as ee, aw as W } from "./use-tracking-f167ee99.js";
|
3
|
+
import { az as pu, ax as gu, ay as hu, aA as mu, aB as yu } from "./use-tracking-f167ee99.js";
|
4
4
|
const Or = y({
|
5
5
|
props: {
|
6
6
|
/**
|
@@ -1554,9 +1554,9 @@ function wr(e, t, n) {
|
|
1554
1554
|
const r = ve(e, n);
|
1555
1555
|
return r !== void 0 ? r : ve(t, n);
|
1556
1556
|
}
|
1557
|
-
function
|
1557
|
+
function Ht(e, t, n) {
|
1558
1558
|
for (const r in t)
|
1559
|
-
r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) :
|
1559
|
+
r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) : Ht(e[r], t[r], n) : e[r] = t[r]);
|
1560
1560
|
return e;
|
1561
1561
|
}
|
1562
1562
|
function Y(e) {
|
@@ -1669,7 +1669,7 @@ class ft extends Le {
|
|
1669
1669
|
}, o = [t, n];
|
1670
1670
|
t.indexOf(".") > -1 && (o = t.split("."), s = r, r = n, n = o[1]), this.addNamespaces(n);
|
1671
1671
|
let u = ve(this.data, o) || {};
|
1672
|
-
s ?
|
1672
|
+
s ? Ht(u, r, i) : u = {
|
1673
1673
|
...u,
|
1674
1674
|
...r
|
1675
1675
|
}, dt(this.data, o, u), a.silent || this.emit("added", t, n, r);
|
@@ -1696,7 +1696,7 @@ class ft extends Le {
|
|
1696
1696
|
return this.data;
|
1697
1697
|
}
|
1698
1698
|
}
|
1699
|
-
var
|
1699
|
+
var Kt = {
|
1700
1700
|
processors: {},
|
1701
1701
|
addPostProcessor(e) {
|
1702
1702
|
this.processors[e.name] = e;
|
@@ -1876,7 +1876,7 @@ class we extends Le {
|
|
1876
1876
|
}, r)), r.interpolation && this.interpolator.reset();
|
1877
1877
|
}
|
1878
1878
|
const o = r.postProcess || this.options.postProcess, u = typeof o == "string" ? [o] : o;
|
1879
|
-
return t != null && u && u.length && r.applyPostProcessor !== !1 && (t =
|
1879
|
+
return t != null && u && u.length && r.applyPostProcessor !== !1 && (t = Kt.handle(u, t, n, this.options && this.options.postProcessPassResolved ? {
|
1880
1880
|
i18nResolved: s,
|
1881
1881
|
...r
|
1882
1882
|
} : r, this)), t;
|
@@ -2773,7 +2773,7 @@ class oe extends Le {
|
|
2773
2773
|
throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
2774
2774
|
if (!t.type)
|
2775
2775
|
throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
2776
|
-
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" &&
|
2776
|
+
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" && Kt.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
|
2777
2777
|
}
|
2778
2778
|
setResolvedLanguage(t) {
|
2779
2779
|
if (!(!t || !this.languages) && !(["cimode", "dev"].indexOf(t) > -1))
|
@@ -2939,7 +2939,7 @@ const Ur = {
|
|
2939
2939
|
uk: qr
|
2940
2940
|
}, I = D.createInstance({
|
2941
2941
|
defaultNS: St,
|
2942
|
-
resources:
|
2942
|
+
resources: Hr(Vr, St),
|
2943
2943
|
lng: "en",
|
2944
2944
|
fallbackLng: "en"
|
2945
2945
|
}), zt = {
|
@@ -2970,12 +2970,12 @@ const Wr = (e) => {
|
|
2970
2970
|
const s = { initPromise: n, i18nextInstance: t };
|
2971
2971
|
return pe.set(e.namespace, s), s;
|
2972
2972
|
};
|
2973
|
-
function
|
2973
|
+
function Hr(e, t) {
|
2974
2974
|
return Object.keys(e).reduce((n, r) => (n[r] = {
|
2975
2975
|
[t]: e[r]
|
2976
2976
|
}, n), {});
|
2977
2977
|
}
|
2978
|
-
function
|
2978
|
+
function Kr(e) {
|
2979
2979
|
return e && e.replace(new RegExp("(?<!\\\\)'", "g"), "\\'");
|
2980
2980
|
}
|
2981
2981
|
const zr = {
|
@@ -3261,10 +3261,10 @@ function Jt(e, t, n) {
|
|
3261
3261
|
writable: !0
|
3262
3262
|
}) : e[t] = n;
|
3263
3263
|
}
|
3264
|
-
var
|
3264
|
+
var Hs = Object.prototype, Ks = Hs.hasOwnProperty;
|
3265
3265
|
function Qt(e, t, n) {
|
3266
3266
|
var r = e[t];
|
3267
|
-
(!(
|
3267
|
+
(!(Ks.call(e, t) && Gt(r, n)) || n === void 0 && !(t in e)) && Jt(e, t, n);
|
3268
3268
|
}
|
3269
3269
|
function Te(e, t, n, r) {
|
3270
3270
|
var s = !n;
|
@@ -3359,15 +3359,15 @@ function fi(e) {
|
|
3359
3359
|
return nn(e, Xe, tn);
|
3360
3360
|
}
|
3361
3361
|
var pi = J(U, "DataView");
|
3362
|
-
const
|
3362
|
+
const He = pi;
|
3363
3363
|
var gi = J(U, "Promise");
|
3364
|
-
const
|
3364
|
+
const Ke = gi;
|
3365
3365
|
var hi = J(U, "Set");
|
3366
3366
|
const ze = hi;
|
3367
3367
|
var mi = J(U, "WeakMap");
|
3368
3368
|
const Ge = mi;
|
3369
|
-
var Dt = "[object Map]", yi = "[object Object]", jt = "[object Promise]", At = "[object Set]", Ft = "[object WeakMap]", Lt = "[object DataView]", bi = G(
|
3370
|
-
(
|
3369
|
+
var Dt = "[object Map]", yi = "[object Object]", jt = "[object Promise]", At = "[object Set]", Ft = "[object WeakMap]", Lt = "[object DataView]", bi = G(He), Si = G(ue), Oi = G(Ke), vi = G(ze), xi = G(Ge), H = Ut;
|
3370
|
+
(He && H(new He(new ArrayBuffer(1))) != Lt || ue && H(new ue()) != Dt || Ke && H(Ke.resolve()) != jt || ze && H(new ze()) != At || Ge && H(new Ge()) != Ft) && (H = function(e) {
|
3371
3371
|
var t = Ut(e), n = t == yi ? e.constructor : void 0, r = n ? G(n) : "";
|
3372
3372
|
if (r)
|
3373
3373
|
switch (r) {
|
@@ -3384,7 +3384,7 @@ var Dt = "[object Map]", yi = "[object Object]", jt = "[object Promise]", At = "
|
|
3384
3384
|
}
|
3385
3385
|
return t;
|
3386
3386
|
});
|
3387
|
-
const tt =
|
3387
|
+
const tt = H;
|
3388
3388
|
var Ci = Object.prototype, wi = Ci.hasOwnProperty;
|
3389
3389
|
function Pi(e) {
|
3390
3390
|
var t = e.length, n = new e.constructor(t);
|
@@ -3413,7 +3413,7 @@ function Ei(e, t) {
|
|
3413
3413
|
var n = t ? nt(e.buffer) : e.buffer;
|
3414
3414
|
return new e.constructor(n, e.byteOffset, e.length);
|
3415
3415
|
}
|
3416
|
-
var Ni = "[object Boolean]", Ti = "[object Date]", Ri = "[object Map]", Mi = "[object Number]", $i = "[object RegExp]", Ii = "[object Set]", _i = "[object String]", ki = "[object Symbol]", Bi = "[object ArrayBuffer]", Ui = "[object DataView]", qi = "[object Float32Array]", Vi = "[object Float64Array]", Wi = "[object Int8Array]",
|
3416
|
+
var Ni = "[object Boolean]", Ti = "[object Date]", Ri = "[object Map]", Mi = "[object Number]", $i = "[object RegExp]", Ii = "[object Set]", _i = "[object String]", ki = "[object Symbol]", Bi = "[object ArrayBuffer]", Ui = "[object DataView]", qi = "[object Float32Array]", Vi = "[object Float64Array]", Wi = "[object Int8Array]", Hi = "[object Int16Array]", Ki = "[object Int32Array]", zi = "[object Uint8Array]", Gi = "[object Uint8ClampedArray]", Ji = "[object Uint16Array]", Qi = "[object Uint32Array]";
|
3417
3417
|
function Yi(e, t, n) {
|
3418
3418
|
var r = e.constructor;
|
3419
3419
|
switch (t) {
|
@@ -3427,8 +3427,8 @@ function Yi(e, t, n) {
|
|
3427
3427
|
case qi:
|
3428
3428
|
case Vi:
|
3429
3429
|
case Wi:
|
3430
|
-
case Ki:
|
3431
3430
|
case Hi:
|
3431
|
+
case Ki:
|
3432
3432
|
case zi:
|
3433
3433
|
case Gi:
|
3434
3434
|
case Ji:
|
@@ -3682,7 +3682,7 @@ var Be;
|
|
3682
3682
|
})(Be = Be || (Be = {}));
|
3683
3683
|
function Je(e, t = []) {
|
3684
3684
|
try {
|
3685
|
-
return e == null ? String(e) : typeof e == "string" ? `'${
|
3685
|
+
return e == null ? String(e) : typeof e == "string" ? `'${Kr(e)}'` : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? `new Date('${e.toISOString()}')` : Array.isArray(e) ? `[${e.map((n) => Je(n, t)).join(", ")}]` : typeof e == "object" && e !== null ? "composeCode" in e ? e.composeCode : `{ ${Object.entries(e).filter(([r]) => !t.includes(r)).map(([r, s]) => `${/[^a-zA-Z0-9_$]/.test(r) ? `'${r}'` : r}: ${Je(s, t)}`).join(", ")} }` : JSON.stringify(e);
|
3686
3686
|
} catch (n) {
|
3687
3687
|
return console.error(n, JSON.stringify(e, null, 2)), JSON.stringify(e);
|
3688
3688
|
}
|
@@ -3696,7 +3696,7 @@ function Ua(e) {
|
|
3696
3696
|
function qa(e, t) {
|
3697
3697
|
return function(n) {
|
3698
3698
|
return function(...r) {
|
3699
|
-
const s = Ua(r), i = s.length, a = s.map((c) => Je(c, ["guid"])).filter((c, d) => !(["", "{ }", "
|
3699
|
+
const s = Ua(r), i = s.length, a = s.map((c) => Je(c, ["guid"])).filter((c, d) => !(["", "{ }", "{}", "undefined", "null"].includes(c) && d === i - 1)).join(", "), o = `${e}.${t ?? n.name}(${a})`, u = n(...r);
|
3700
3700
|
return u.composeCode = o, u;
|
3701
3701
|
};
|
3702
3702
|
};
|
@@ -3710,13 +3710,13 @@ function Va(e) {
|
|
3710
3710
|
function Wa(e) {
|
3711
3711
|
return e && e.__serializable === "CascadingFilter";
|
3712
3712
|
}
|
3713
|
-
const
|
3713
|
+
const K = (e) => {
|
3714
3714
|
if (Array.isArray(e)) {
|
3715
3715
|
const [t, ...n] = e;
|
3716
|
-
return n.length === 0 ?
|
3716
|
+
return n.length === 0 ? K(t) : {
|
3717
3717
|
operator: "AND",
|
3718
|
-
left:
|
3719
|
-
right:
|
3718
|
+
left: K(t),
|
3719
|
+
right: K(n)
|
3720
3720
|
};
|
3721
3721
|
}
|
3722
3722
|
return e;
|
@@ -3725,12 +3725,12 @@ var Ue;
|
|
3725
3725
|
(function(e) {
|
3726
3726
|
e.and = It((t, n) => ({
|
3727
3727
|
operator: "AND",
|
3728
|
-
left:
|
3729
|
-
right:
|
3728
|
+
left: K(t),
|
3729
|
+
right: K(n)
|
3730
3730
|
}), "and"), e.or = It((t, n) => ({
|
3731
3731
|
operator: "OR",
|
3732
|
-
left:
|
3733
|
-
right:
|
3732
|
+
left: K(t),
|
3733
|
+
right: K(n)
|
3734
3734
|
}), "or");
|
3735
3735
|
})(Ue = Ue || (Ue = {}));
|
3736
3736
|
var he;
|
@@ -3753,7 +3753,7 @@ var qe;
|
|
3753
3753
|
(function(e) {
|
3754
3754
|
e.DATE_TIME = "datetime", e.NUMERIC = "numeric", e.TEXT = "text";
|
3755
3755
|
})(qe = qe || (qe = {}));
|
3756
|
-
const N = Object.assign(Object.assign(Object.assign({}, he), me), ye),
|
3756
|
+
const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Ha = {
|
3757
3757
|
[N.INCLUDE_ALL]: {
|
3758
3758
|
all: !0,
|
3759
3759
|
filterType: N.INCLUDE_ALL
|
@@ -3782,7 +3782,7 @@ const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Ka = {
|
|
3782
3782
|
filterType: N.SPECIFIC_ITEMS
|
3783
3783
|
}
|
3784
3784
|
};
|
3785
|
-
|
3785
|
+
Ha.INCLUDE_ALL, be.YEARS;
|
3786
3786
|
var Ve;
|
3787
3787
|
(function(e) {
|
3788
3788
|
e.IS = "members", e.IS_NOT = "exclude", e.IS_WITHIN = "isWithin", e.TOP = "top", e.BOTTOM = "bottom", e.AFTER = "after", e.BEFORE = "before", e.STARTS_WITH = "startsWith", e.DOESNT_START_WITH = "doesntStartWith", e.ENDS_WITH = "endsWith", e.DOESNT_END_WITH = "doesntEndWith", e.CONTAINS = "contains", e.DOESNT_CONTAIN = "doesntContain", e.EQUALS = "equals", e.DOESNT_EQUAL = "doesntEqual", e.IS_EMPTY = "isEmpty", e.IS_NOT_EMPTY = "isNotEmpty", e.GREATER_THAN = "fromNotEqual", e.GREATER_THAN_OR_EQUAL = "from", e.LESS_THAN = "toNotEqual", e.LESS_THAN_OR_EQUAL = "to", e.BETWEEN = "between", e.IS_NOT_BETWEEN = "isNotBetween", e.MULTIPLE_CONDITION = "multipleCondition", e.NONE = "none";
|
@@ -3801,12 +3801,12 @@ const on = (e) => {
|
|
3801
3801
|
return { left: c, right: d, operator: "AND" };
|
3802
3802
|
}
|
3803
3803
|
function r(a) {
|
3804
|
-
return a && (
|
3804
|
+
return a && (Ka(a) ? Wa(a) ? n(a.filters) : (t.add(a), { instanceid: a.config.guid }) : ("left" in a && (a.left = r(a.left)), "right" in a && (a.right = r(a.right)), "composeCode" in a && delete a.composeCode, a));
|
3805
3805
|
}
|
3806
3806
|
const s = Ia(e), i = r(s);
|
3807
3807
|
return { filters: Array.from(t), relations: i };
|
3808
3808
|
};
|
3809
|
-
function
|
3809
|
+
function Ka(e) {
|
3810
3810
|
return "config" in e && "guid" in e.config;
|
3811
3811
|
}
|
3812
3812
|
b.TextAttribute, b.NumericAttribute, b.DateLevel;
|
@@ -3879,7 +3879,7 @@ const qo = (e) => {
|
|
3879
3879
|
data: f,
|
3880
3880
|
query: l,
|
3881
3881
|
pivotQuery: g
|
3882
|
-
} = await
|
3882
|
+
} = await Hn({
|
3883
3883
|
...c,
|
3884
3884
|
filters: d,
|
3885
3885
|
app: o
|
@@ -3903,7 +3903,7 @@ const qo = (e) => {
|
|
3903
3903
|
};
|
3904
3904
|
}, Wo = (e) => {
|
3905
3905
|
M("useExecuteCsvQuery");
|
3906
|
-
const t = new je(
|
3906
|
+
const t = new je(Kn, [
|
3907
3907
|
Ae()
|
3908
3908
|
]), [n, r] = Fe({
|
3909
3909
|
isLoading: !0,
|
@@ -3920,7 +3920,7 @@ const qo = (e) => {
|
|
3920
3920
|
}), Pe(() => {
|
3921
3921
|
t.destroy();
|
3922
3922
|
}), A(n.value);
|
3923
|
-
},
|
3923
|
+
}, Ho = (e) => {
|
3924
3924
|
M("useExecuteCustomWidgetQuery");
|
3925
3925
|
const t = new je(zn, [
|
3926
3926
|
Ae()
|
@@ -3939,7 +3939,7 @@ const qo = (e) => {
|
|
3939
3939
|
}), Pe(() => {
|
3940
3940
|
t.destroy();
|
3941
3941
|
}), A(n.value);
|
3942
|
-
},
|
3942
|
+
}, Ko = (e) => {
|
3943
3943
|
M("useGetFilterMembers");
|
3944
3944
|
const { filter: t, parentFilters: n = [] } = O(e), r = {
|
3945
3945
|
selectedMembers: [],
|
@@ -4506,7 +4506,7 @@ const Xo = () => {
|
|
4506
4506
|
* @internal
|
4507
4507
|
*/
|
4508
4508
|
topSlot: Object,
|
4509
|
-
// TODO Remove this prop as part of https://sisense.
|
4509
|
+
// TODO Remove this prop as part of https://developer.sisense.com/guides/sdk/guides/migration-guide-1.0.0.html#removed
|
4510
4510
|
/**
|
4511
4511
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.styleOptions}
|
4512
4512
|
* @category Widget
|
@@ -4928,13 +4928,13 @@ export {
|
|
4928
4928
|
eu as useComposedDashboard,
|
4929
4929
|
Xo as useCustomWidgets,
|
4930
4930
|
Wo as useExecuteCsvQuery,
|
4931
|
-
|
4931
|
+
Ho as useExecuteCustomWidgetQuery,
|
4932
4932
|
qo as useExecuteQuery,
|
4933
4933
|
Vo as useExecuteQueryByWidgetId,
|
4934
4934
|
Zo as useFetch,
|
4935
4935
|
zo as useGetDashboardModel,
|
4936
4936
|
Go as useGetDashboardModels,
|
4937
|
-
|
4937
|
+
Ko as useGetFilterMembers,
|
4938
4938
|
Yo as useGetHierarchyModels,
|
4939
4939
|
Jo as useGetSharedFormula,
|
4940
4940
|
Qo as useGetWidgetModel,
|
@@ -115,19 +115,19 @@ export declare const Chart: import("vue").DefineComponent<{
|
|
115
115
|
*
|
116
116
|
* @category Callbacks
|
117
117
|
*/
|
118
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
118
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
119
119
|
/**
|
120
120
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointContextMenu}
|
121
121
|
*
|
122
122
|
* @category Callbacks
|
123
123
|
*/
|
124
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
124
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
125
125
|
/**
|
126
126
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointsSelected}
|
127
127
|
*
|
128
128
|
* @category Callbacks
|
129
129
|
*/
|
130
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
130
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
131
131
|
/**
|
132
132
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.styleOptions}
|
133
133
|
*
|
@@ -194,19 +194,19 @@ export declare const Chart: import("vue").DefineComponent<{
|
|
194
194
|
*
|
195
195
|
* @category Callbacks
|
196
196
|
*/
|
197
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
197
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
198
198
|
/**
|
199
199
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointContextMenu}
|
200
200
|
*
|
201
201
|
* @category Callbacks
|
202
202
|
*/
|
203
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
203
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
204
204
|
/**
|
205
205
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointsSelected}
|
206
206
|
*
|
207
207
|
* @category Callbacks
|
208
208
|
*/
|
209
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
209
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
210
210
|
/**
|
211
211
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.styleOptions}
|
212
212
|
*
|
@@ -146,19 +146,19 @@ export declare const ChartWidget: import("vue").DefineComponent<{
|
|
146
146
|
*
|
147
147
|
* @category Callbacks
|
148
148
|
*/
|
149
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
149
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
150
150
|
/**
|
151
151
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointContextMenu}
|
152
152
|
*
|
153
153
|
* @category Callbacks
|
154
154
|
*/
|
155
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
155
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
156
156
|
/**
|
157
157
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointsSelected}
|
158
158
|
*
|
159
159
|
* @category Callbacks
|
160
160
|
*/
|
161
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
161
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
162
162
|
/**
|
163
163
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.styleOptions}
|
164
164
|
*
|
@@ -280,19 +280,19 @@ export declare const ChartWidget: import("vue").DefineComponent<{
|
|
280
280
|
*
|
281
281
|
* @category Callbacks
|
282
282
|
*/
|
283
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
283
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
284
284
|
/**
|
285
285
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointContextMenu}
|
286
286
|
*
|
287
287
|
* @category Callbacks
|
288
288
|
*/
|
289
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
289
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
290
290
|
/**
|
291
291
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointsSelected}
|
292
292
|
*
|
293
293
|
* @category Callbacks
|
294
294
|
*/
|
295
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
295
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
296
296
|
/**
|
297
297
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.styleOptions}
|
298
298
|
*
|
@@ -96,19 +96,19 @@ export declare const WidgetById: import("vue").DefineComponent<{
|
|
96
96
|
*
|
97
97
|
* @category Callbacks
|
98
98
|
*/
|
99
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
99
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
100
100
|
/**
|
101
101
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.onDataPointContextMenu}
|
102
102
|
*
|
103
103
|
* @category Callbacks
|
104
104
|
*/
|
105
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
105
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
106
106
|
/**
|
107
107
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.onDataPointsSelected}
|
108
108
|
*
|
109
109
|
* @category Callbacks
|
110
110
|
*/
|
111
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
111
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
112
112
|
/**
|
113
113
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.styleOptions}
|
114
114
|
*
|
@@ -207,19 +207,19 @@ export declare const WidgetById: import("vue").DefineComponent<{
|
|
207
207
|
*
|
208
208
|
* @category Callbacks
|
209
209
|
*/
|
210
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
210
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
211
211
|
/**
|
212
212
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.onDataPointContextMenu}
|
213
213
|
*
|
214
214
|
* @category Callbacks
|
215
215
|
*/
|
216
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
216
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
217
217
|
/**
|
218
218
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.onDataPointsSelected}
|
219
219
|
*
|
220
220
|
* @category Callbacks
|
221
221
|
*/
|
222
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
222
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
223
223
|
/**
|
224
224
|
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.styleOptions}
|
225
225
|
*
|
@@ -157,19 +157,19 @@ export declare const Widget: import("vue").DefineComponent<{
|
|
157
157
|
*
|
158
158
|
* @category Callbacks
|
159
159
|
*/
|
160
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").TextWidgetDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
160
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").TextWidgetDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
161
161
|
/**
|
162
162
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointContextMenu}
|
163
163
|
*
|
164
164
|
* @category Callbacks
|
165
165
|
*/
|
166
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
166
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
167
167
|
/**
|
168
168
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointsSelected}
|
169
169
|
*
|
170
170
|
* @category Callbacks
|
171
171
|
*/
|
172
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
172
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
173
173
|
}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
174
174
|
[key: string]: any;
|
175
175
|
}>) | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -282,17 +282,17 @@ export declare const Widget: import("vue").DefineComponent<{
|
|
282
282
|
*
|
283
283
|
* @category Callbacks
|
284
284
|
*/
|
285
|
-
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").TextWidgetDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | undefined>;
|
285
|
+
onDataPointClick: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").TextWidgetDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").AreamapDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").ScattermapDataPointEventHandler | import("@sisense/sdk-ui-preact").IndicatorDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
286
286
|
/**
|
287
287
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointContextMenu}
|
288
288
|
*
|
289
289
|
* @category Callbacks
|
290
290
|
*/
|
291
|
-
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | undefined>;
|
291
|
+
onDataPointContextMenu: PropType<import("@sisense/sdk-ui-preact").PivotTableDataPointEventHandler | import("@sisense/sdk-ui-preact").DataPointEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointEventHandler | import("@sisense/sdk-ui-preact").BoxplotDataPointEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointEventHandler | undefined>;
|
292
292
|
/**
|
293
293
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointsSelected}
|
294
294
|
*
|
295
295
|
* @category Callbacks
|
296
296
|
*/
|
297
|
-
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | undefined>;
|
297
|
+
onDataPointsSelected: PropType<import("@sisense/sdk-ui-preact").DataPointsEventHandler | import("@sisense/sdk-ui-preact").ScatterDataPointsEventHandler | import("@sisense/sdk-ui-preact").CalendarHeatmapDataPointsEventHandler | undefined>;
|
298
298
|
}>>, {}, {}>;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export { boxWhiskerProcessResult, extractDimensionsAndMeasures } from '@sisense/sdk-ui-preact';
|
2
|
-
export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, GetHierarchyModelsParams, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, TranslationConfig, } from '@sisense/sdk-ui-preact';
|
2
|
+
export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ExecuteQueryByWidgetIdParams, ExecuteQueryParams, GetWidgetModelParams, GetSharedFormulaParams, GetDashboardModelParams, UseGetSharedFormulaParams, GetDashboardModelsParams, GetHierarchyModelsParams, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, LineOptions, DashStyle, EndCapType, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, TranslationConfig, } from '@sisense/sdk-ui-preact';
|