@sisense/sdk-ui 2.23.0 → 2.24.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 +3 -3
- package/dist/ai.js +7 -7
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +1172 -986
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +6 -6
- package/dist/{dimensions-C0BmtTH2.js → dimensions-C1R5YRt-.js} +1 -1
- package/dist/{dimensions-2t18RSZC.cjs → dimensions-C7yXAoZs.cjs} +1 -1
- package/dist/{execute-query-DmAyVFF5.cjs → execute-query-0Y9Fn9Pf.cjs} +1 -1
- package/dist/{execute-query-CHYTupEo.js → execute-query-b9oy2Egy.js} +7 -4
- package/dist/{index-Dx6wvLd3.cjs → index-Ck-0gJC9.cjs} +1 -1
- package/dist/{index-DCAC0mJe.js → index-r66Tjiqj.js} +21 -1
- package/dist/index.cjs +599 -595
- package/dist/index.js +14631 -14441
- package/dist/index.umd.js +951 -947
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-widget-csv-download.d.ts +24 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +20 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/use-translated-data-options.d.ts +12 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-chart-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/use-custom-widget-csv-download.d.ts +15 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-pivot-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +8 -8
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +21 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +11 -2
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-csv-query-file-loader.d.ts +16 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-with-csv-download-menu-item.d.ts +22 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +2 -2
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/custom-widgets-provider-adapter.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-custom-widgets.d.ts +11 -4
- package/dist/packages/sdk-ui/src/infra/plugins/custom-plugin-context-provider.d.ts +18 -0
- package/dist/packages/sdk-ui/src/infra/plugins/plugin-context.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/plugin-provider.d.ts +4 -2
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/types.d.ts +12 -4
- package/dist/packages/sdk-ui/src/infra/plugins/use-widget-plugin-registry.d.ts +7 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/validate-plugins.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +302 -0
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/widget-plugin-registry.d.ts +33 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +20 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +40 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/custom-formula/validate-custom-formula.d.ts +15 -3
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/formula-function-schemas.d.ts +22 -6
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/parse-compose-code.d.ts +19 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/schema-index.d.ts +5 -2
- package/dist/packages/sdk-ui/src/props.d.ts +19 -1
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +2 -0
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +1 -1
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +2 -0
- package/dist/packages/sdk-ui/src/shared/const.d.ts +5 -0
- package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +5 -1
- package/dist/packages/sdk-ui/src/shared/utils/menu-item-converters.d.ts +12 -0
- package/dist/{quota-notification-RAaHp-eO.cjs → quota-notification-BqRYSJ7r.cjs} +137 -137
- package/dist/{quota-notification-CVl0isIV.js → quota-notification-CeKnEyQG.js} +11248 -11000
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +22 -2
- package/dist/translations/en-us.cjs +1 -1
- package/dist/translations/en-us.js +1 -1
- package/dist/translations/es-ar.cjs +1 -1
- package/dist/translations/es-ar.js +22 -2
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +22 -2
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +22 -2
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +24 -4
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +24 -4
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +24 -4
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +24 -4
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +22 -2
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +24 -4
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +22 -2
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +24 -4
- package/dist/{types-DZ4vWh8j.cjs → types-C0QU2tsE.cjs} +1 -1
- package/dist/{types-B96nVbgX.js → types-DJtC8_5_.js} +1 -1
- package/dist/{utils-ChqSLRbz.js → utils-BCp2ISWh.js} +208 -204
- package/dist/{utils-CgV-jWWQ.cjs → utils-D8O1_kl3.cjs} +16 -16
- package/dist/{widget-composer-Blul90Zb.cjs → widget-composer-BkHZISs7.cjs} +1 -1
- package/dist/{widget-composer-Cf_CN3Ux.js → widget-composer-CDNL9_XF.js} +3 -3
- package/package.json +8 -8
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +0 -5
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +0 -15
|
@@ -20,7 +20,7 @@ var Te = (p, T) => {
|
|
|
20
20
|
return F;
|
|
21
21
|
};
|
|
22
22
|
var De = (p, T, F) => ar(p, typeof T != "symbol" ? T + "" : T, F);
|
|
23
|
-
import { E as ph, F as dh, G as Fe, t as Mi, H as Sr, b as re, I as uh, J as mn, K as fh, L as gh, N as Ys, W as yn, O as mh, P as Us, Q as Vs, R as $s, U as yh, V as vh, X as bh, T as si, Y as Zs, m as xh, Z as Ch, _ as Sh, $ as wh, a0 as Mh, a1 as Ah, a2 as Th, a3 as kh, a4 as Ks, a5 as Ph, a6 as Lh, a7 as Eh, a8 as Oh, a9 as Dh } from "./execute-query-
|
|
23
|
+
import { E as ph, F as dh, G as Fe, t as Mi, H as Sr, b as re, I as uh, J as mn, K as fh, L as gh, N as Ys, W as yn, O as mh, P as Us, Q as Vs, R as $s, U as yh, V as vh, X as bh, T as si, Y as Zs, m as xh, Z as Ch, _ as Sh, $ as wh, a0 as Mh, a1 as Ah, a2 as Th, a3 as kh, a4 as Ks, a5 as Ph, a6 as Lh, a7 as Eh, a8 as Oh, a9 as Dh } from "./execute-query-b9oy2Egy.js";
|
|
24
24
|
import * as $i from "react/jsx-runtime";
|
|
25
25
|
import * as Ve from "react";
|
|
26
26
|
import { createContext as jh, useContext as qs, useState as Ih, useRef as wr, useEffect as Mr, forwardRef as _h } from "react";
|
|
@@ -1005,7 +1005,10 @@ var Ec = function(T) {
|
|
|
1005
1005
|
}, vi = function(T, F, K) {
|
|
1006
1006
|
return Jo.call(F, "css") ? $i.jsxs(fa, ua(T, F), K) : $i.jsxs(T, F, K);
|
|
1007
1007
|
};
|
|
1008
|
-
const R0 = 2e4, z0 = "system", ga = "#5B6372", F0 = "#F4F4F8", G0 = "#FA5656", ma = "N\\A", W0 = "N/A"
|
|
1008
|
+
const R0 = 2e4, z0 = "system", ga = "#5B6372", F0 = "#F4F4F8", G0 = "#FA5656", ma = "N\\A", W0 = "N/A", X0 = {
|
|
1009
|
+
minWidth: "24px",
|
|
1010
|
+
minHeight: "24px"
|
|
1011
|
+
};
|
|
1009
1012
|
var ya = 6e4, va = 36e5;
|
|
1010
1013
|
function Rc(p, T) {
|
|
1011
1014
|
if (T.length < p)
|
|
@@ -1180,7 +1183,7 @@ class wa {
|
|
|
1180
1183
|
return 0;
|
|
1181
1184
|
}
|
|
1182
1185
|
}
|
|
1183
|
-
const ip = (p) => p instanceof Object && "data" in p,
|
|
1186
|
+
const ip = (p) => p instanceof Object && "data" in p, H0 = (p) => p.rows.length === 0, Ma = "$rownum", Y0 = (p) => {
|
|
1184
1187
|
let T = 0;
|
|
1185
1188
|
const F = p.rows.map((tt) => {
|
|
1186
1189
|
const it = p.columns.map((rt, st) => {
|
|
@@ -1451,7 +1454,7 @@ const Aa = (p, T) => p.slice(0).sort((F, K) => T.compare(F, K)), Qr = (p, T) =>
|
|
|
1451
1454
|
function Pa(p) {
|
|
1452
1455
|
return p === void 0;
|
|
1453
1456
|
}
|
|
1454
|
-
const Lr = (p, T) => Object.assign(Object.create(p), T),
|
|
1457
|
+
const Lr = (p, T) => Object.assign(Object.create(p), T), U0 = (p, T) => Object.assign(
|
|
1455
1458
|
Object.create(Object.getPrototypeOf(p)),
|
|
1456
1459
|
p,
|
|
1457
1460
|
T
|
|
@@ -1477,10 +1480,10 @@ const we = (p) => {
|
|
|
1477
1480
|
return "";
|
|
1478
1481
|
const { column: T, name: F } = p;
|
|
1479
1482
|
return F || ("title" in T && T.title ? T.title : T.name);
|
|
1480
|
-
}, La = ({ column: p, granularity: T }) => T || p.granularity || re.Years,
|
|
1483
|
+
}, La = ({ column: p, granularity: T }) => T || p.granularity || re.Years, V0 = (p) => {
|
|
1481
1484
|
const { column: T } = Qo(p);
|
|
1482
1485
|
return T;
|
|
1483
|
-
},
|
|
1486
|
+
}, $0 = (p) => {
|
|
1484
1487
|
const { column: T } = Qo(p);
|
|
1485
1488
|
return T;
|
|
1486
1489
|
};
|
|
@@ -1508,7 +1511,7 @@ function up(p, T) {
|
|
|
1508
1511
|
enabled: !0
|
|
1509
1512
|
});
|
|
1510
1513
|
}
|
|
1511
|
-
function
|
|
1514
|
+
function Z0(p, T) {
|
|
1512
1515
|
return ei(p) ? up(p, T) : dp(p, T);
|
|
1513
1516
|
}
|
|
1514
1517
|
var Ln;
|
|
@@ -3926,7 +3929,7 @@ te.extend(Td);
|
|
|
3926
3929
|
te.extend(sd);
|
|
3927
3930
|
te.extend(eu);
|
|
3928
3931
|
te.extend(Eo);
|
|
3929
|
-
const
|
|
3932
|
+
const K0 = 0.15, Je = (p) => typeof p == "string" ? new te(p) : p, ti = (p) => p.toString({ format: "hex" }), ll = (...p) => {
|
|
3930
3933
|
const T = p.map(Je);
|
|
3931
3934
|
if (T.length < 2)
|
|
3932
3935
|
return () => ti(T[0]);
|
|
@@ -3960,7 +3963,7 @@ const Z0 = 0.15, Je = (p) => typeof p == "string" ? new te(p) : p, ti = (p) => p
|
|
|
3960
3963
|
function wu(p) {
|
|
3961
3964
|
return or(p) < 0.9;
|
|
3962
3965
|
}
|
|
3963
|
-
const
|
|
3966
|
+
const q0 = (p, T = 0.05, F = 1) => {
|
|
3964
3967
|
const K = Je(p), { R: tt, G: it, B: rt } = hl(K), st = or(K);
|
|
3965
3968
|
let ht = T;
|
|
3966
3969
|
wu(K) && (ht *= -0.6), ht *= Math.exp(st * 1.2);
|
|
@@ -4307,7 +4310,7 @@ const Qe = (p, T) => {
|
|
|
4307
4310
|
var K;
|
|
4308
4311
|
const F = p == null ? void 0 : p.filter((tt) => tt);
|
|
4309
4312
|
return (K = F && F[T % F.length]) != null ? K : Fp[T % 10];
|
|
4310
|
-
}, ef = (p) => typeof p == "object" && p !== null && "type" in p && p.type === "linear", of = (p) => typeof p == "object" && p !== null && "type" in p && p.type === "radial", rf = (p) => ef(p) || of(p),
|
|
4313
|
+
}, ef = (p) => typeof p == "object" && p !== null && "type" in p && p.type === "linear", of = (p) => typeof p == "object" && p !== null && "type" in p && p.type === "radial", rf = (p) => ef(p) || of(p), J0 = {
|
|
4311
4314
|
/**
|
|
4312
4315
|
* Top to bottom gradient
|
|
4313
4316
|
*/
|
|
@@ -4332,7 +4335,7 @@ const Qe = (p, T) => {
|
|
|
4332
4335
|
* Diagonal top-right to bottom-left
|
|
4333
4336
|
*/
|
|
4334
4337
|
diagonalTopRight: { x1: 1, y1: 0, x2: 0, y2: 1 }
|
|
4335
|
-
},
|
|
4338
|
+
}, Q0 = {
|
|
4336
4339
|
/**
|
|
4337
4340
|
* Center-focused radial gradient
|
|
4338
4341
|
*/
|
|
@@ -4353,11 +4356,11 @@ const Qe = (p, T) => {
|
|
|
4353
4356
|
* Bottom-right focused radial gradient
|
|
4354
4357
|
*/
|
|
4355
4358
|
bottomRight: { centerX: 1, centerY: 1, radius: 1 }
|
|
4356
|
-
},
|
|
4359
|
+
}, tv = (p, T) => ({
|
|
4357
4360
|
type: "linear",
|
|
4358
4361
|
direction: p,
|
|
4359
4362
|
stops: T
|
|
4360
|
-
}),
|
|
4363
|
+
}), ev = (p, T) => ({
|
|
4361
4364
|
type: "radial",
|
|
4362
4365
|
center: p,
|
|
4363
4366
|
stops: T
|
|
@@ -4376,7 +4379,7 @@ const Qe = (p, T) => {
|
|
|
4376
4379
|
r: p.center.radius
|
|
4377
4380
|
},
|
|
4378
4381
|
stops: p.stops.map((T) => [T.position, T.color])
|
|
4379
|
-
},
|
|
4382
|
+
}, iv = (p) => {
|
|
4380
4383
|
if (p.linearGradient)
|
|
4381
4384
|
return {
|
|
4382
4385
|
type: "linear",
|
|
@@ -4401,7 +4404,7 @@ const Qe = (p, T) => {
|
|
|
4401
4404
|
throw new Error(
|
|
4402
4405
|
"Invalid inner gradient format: must have either linearGradient or radialGradient"
|
|
4403
4406
|
);
|
|
4404
|
-
}, Pi = (p) => rf(p) ? nf(p) : p,
|
|
4407
|
+
}, Pi = (p) => rf(p) ? nf(p) : p, ov = (p) => {
|
|
4405
4408
|
const F = [...p.stops].sort((K, tt) => K.position - tt.position).map((K) => `${K.color} ${K.position * 100}%`).join(", ");
|
|
4406
4409
|
if (p.type === "linear") {
|
|
4407
4410
|
const { direction: K } = p, tt = K.x2 - K.x1, it = K.y2 - K.y1;
|
|
@@ -5002,7 +5005,7 @@ const Of = {
|
|
|
5002
5005
|
}
|
|
5003
5006
|
};
|
|
5004
5007
|
var Ml = /* @__PURE__ */ ((p) => (p.MONTH = "month", p.QUARTER = "quarter", p.HALF_YEAR = "half-year", p.YEAR = "year", p))(Ml || {});
|
|
5005
|
-
const
|
|
5008
|
+
const rv = {
|
|
5006
5009
|
/** Default view type */
|
|
5007
5010
|
VIEW_TYPE: Ml.MONTH,
|
|
5008
5011
|
/** Default subtype */
|
|
@@ -5045,7 +5048,7 @@ const ov = {
|
|
|
5045
5048
|
START_OF_WEEK: "sunday",
|
|
5046
5049
|
/** Show pagination controls by default */
|
|
5047
5050
|
SHOW_PAGINATION: !0
|
|
5048
|
-
},
|
|
5051
|
+
}, nv = {
|
|
5049
5052
|
/** Default minimum color brightness percent */
|
|
5050
5053
|
MIN_COLOR_BRIGHTNESS_PERCENT: 0.5,
|
|
5051
5054
|
/** Default maximum color brightness percent */
|
|
@@ -5054,7 +5057,7 @@ const ov = {
|
|
|
5054
5057
|
TOOLTIP_COLOR_BRIGHTNESS_PERCENT: -0.2,
|
|
5055
5058
|
/** Border color for tooltips */
|
|
5056
5059
|
TOOLTIP_BORDER_COLOR: "#c0c0c0"
|
|
5057
|
-
},
|
|
5060
|
+
}, sv = {
|
|
5058
5061
|
/** Default gap width */
|
|
5059
5062
|
GAP_WIDTH: 30,
|
|
5060
5063
|
/** Default gap height */
|
|
@@ -5081,7 +5084,7 @@ const ov = {
|
|
|
5081
5084
|
HEIGHT: 30
|
|
5082
5085
|
},
|
|
5083
5086
|
MIN_TOOLTIP_WIDTH: 110
|
|
5084
|
-
},
|
|
5087
|
+
}, av = {
|
|
5085
5088
|
/** Font size ratio relative to cell size for day cell labels */
|
|
5086
5089
|
FONT_SIZE_RATIO: 0.3,
|
|
5087
5090
|
/** Minimum font size */
|
|
@@ -5096,7 +5099,7 @@ const ov = {
|
|
|
5096
5099
|
AXIS_OFFSET_RATIO: 0.4,
|
|
5097
5100
|
/** Minimum axis font size */
|
|
5098
5101
|
MIN_AXIS_FONT_SIZE: 12
|
|
5099
|
-
},
|
|
5102
|
+
}, lv = "calendar-heatmap", hv = "MMMM", cv = "MMM", pv = "EEEEE", dv = "EEE", uv = "2023-01-01T00:00:00Z";
|
|
5100
5103
|
var Gr = { exports: {} };
|
|
5101
5104
|
/*! For license information please see index.js.LICENSE.txt */
|
|
5102
5105
|
(function(p, T) {
|
|
@@ -26239,7 +26242,7 @@ const Se = (p, T) => p !== "" ? `<span style="color:${T != null ? T : "currentCo
|
|
|
26239
26242
|
const [K] = F;
|
|
26240
26243
|
let tt = !1;
|
|
26241
26244
|
return Ea(K) ? tt = K.column.type === "datelevel" : pp(K) && (tt = K.type === "datelevel"), tt;
|
|
26242
|
-
},
|
|
26245
|
+
}, fv = (p) => Dl(p) ? p.value.filter(
|
|
26243
26246
|
(T) => (T == null ? void 0 : T.trend) !== void 0
|
|
26244
26247
|
).map((T) => ({
|
|
26245
26248
|
column: yh(
|
|
@@ -26248,7 +26251,7 @@ const Se = (p, T) => p !== "" ? `<span style="color:${T != null ? T : "currentCo
|
|
|
26248
26251
|
T.trend
|
|
26249
26252
|
),
|
|
26250
26253
|
numberFormatConfig: T.numberFormatConfig
|
|
26251
|
-
})) : [],
|
|
26254
|
+
})) : [], gv = (p) => Dl(p) ? p.value.filter(
|
|
26252
26255
|
(T) => (T == null ? void 0 : T.forecast) !== void 0
|
|
26253
26256
|
).map((T) => ({
|
|
26254
26257
|
column: vh(
|
|
@@ -26292,7 +26295,7 @@ const Se = (p, T) => p !== "" ? `<span style="color:${T != null ? T : "currentCo
|
|
|
26292
26295
|
seriesValues: tt,
|
|
26293
26296
|
y: K
|
|
26294
26297
|
});
|
|
26295
|
-
},
|
|
26298
|
+
}, mv = (p, T) => {
|
|
26296
26299
|
const F = jl(p);
|
|
26297
26300
|
return _t(kt({}, _g(F, T)), {
|
|
26298
26301
|
type: "cartesian"
|
|
@@ -27612,7 +27615,7 @@ const lm = (p) => Js.renderToString(/* @__PURE__ */ ae(am, kt({}, p))), Xl = fun
|
|
|
27612
27615
|
tt,
|
|
27613
27616
|
it,
|
|
27614
27617
|
p
|
|
27615
|
-
), Im = (p, T) => Nl(p, T),
|
|
27618
|
+
), Im = (p, T) => Nl(p, T), yv = (p) => _t(kt({}, p), {
|
|
27616
27619
|
yAxis: _t(kt({}, p.yAxis), {
|
|
27617
27620
|
titleEnabled: !1,
|
|
27618
27621
|
title: null
|
|
@@ -29081,7 +29084,7 @@ const Hy = (p, T, F, K, tt) => {
|
|
|
29081
29084
|
size: st[F.size]
|
|
29082
29085
|
};
|
|
29083
29086
|
});
|
|
29084
|
-
},
|
|
29087
|
+
}, vv = (p, T) => {
|
|
29085
29088
|
const F = qy(p, T), { x: K, y: tt } = p, it = Xs(F, "xAxis", K), rt = Xs(F, "yAxis", tt);
|
|
29086
29089
|
return {
|
|
29087
29090
|
type: "scatter",
|
|
@@ -29416,7 +29419,7 @@ const Jy = (p, T, F) => [{
|
|
|
29416
29419
|
plotOptions: o0(F, st),
|
|
29417
29420
|
tooltip: Pg(st)
|
|
29418
29421
|
}, alerts: it };
|
|
29419
|
-
},
|
|
29422
|
+
}, bv = (p, T, F, K, tt, it, rt) => {
|
|
29420
29423
|
switch (p.type) {
|
|
29421
29424
|
case "range":
|
|
29422
29425
|
return Gs(
|
|
@@ -29538,7 +29541,7 @@ const Jy = (p, T, F) => [{
|
|
|
29538
29541
|
decimals: !1,
|
|
29539
29542
|
value: !1
|
|
29540
29543
|
}
|
|
29541
|
-
},
|
|
29544
|
+
}, xv = () => xh(b0), Cv = (p) => Ch(p) ? "cartesian" : Sh(p) ? "categorical" : wh(p) ? "scatter" : Mh(p) ? "scattermap" : Ah(p) ? "indicator" : Th(p) ? "areamap" : kh(p) ? "boxplot" : "table";
|
|
29542
29545
|
function x0(p) {
|
|
29543
29546
|
return $s(function(T) {
|
|
29544
29547
|
return T = Ks(T, Ph(Oh)), Lh(function(F) {
|
|
@@ -29560,7 +29563,7 @@ function S0(...p) {
|
|
|
29560
29563
|
return tt && (it = tt(T, K)) != null ? it : K;
|
|
29561
29564
|
}, F);
|
|
29562
29565
|
}
|
|
29563
|
-
function
|
|
29566
|
+
function Sv(...p) {
|
|
29564
29567
|
return (T) => p.reduce((F, K) => {
|
|
29565
29568
|
if (!K) return F;
|
|
29566
29569
|
const tt = K(F);
|
|
@@ -29588,13 +29591,13 @@ const nh = {
|
|
|
29588
29591
|
}, w0 = Object.entries(
|
|
29589
29592
|
nh
|
|
29590
29593
|
).reduce((p, [T, F]) => (p[F] = T, p), {});
|
|
29591
|
-
function
|
|
29594
|
+
function wv(p) {
|
|
29592
29595
|
return nh[p];
|
|
29593
29596
|
}
|
|
29594
29597
|
function M0(p) {
|
|
29595
29598
|
return w0[p];
|
|
29596
29599
|
}
|
|
29597
|
-
function
|
|
29600
|
+
function Mv(p, T) {
|
|
29598
29601
|
if (p === "chart") {
|
|
29599
29602
|
if (!T)
|
|
29600
29603
|
throw new Error("chartType is required for chart widget type");
|
|
@@ -29610,7 +29613,7 @@ function wv(p, T) {
|
|
|
29610
29613
|
widgetType: p
|
|
29611
29614
|
});
|
|
29612
29615
|
}
|
|
29613
|
-
function
|
|
29616
|
+
function Av(p) {
|
|
29614
29617
|
if (sh(p))
|
|
29615
29618
|
return "pivot";
|
|
29616
29619
|
if (T0(p))
|
|
@@ -29623,7 +29626,7 @@ function Mv(p) {
|
|
|
29623
29626
|
fusionWidgetType: p
|
|
29624
29627
|
});
|
|
29625
29628
|
}
|
|
29626
|
-
function
|
|
29629
|
+
function Tv(p) {
|
|
29627
29630
|
return {
|
|
29628
29631
|
"area/basic": "area/basic",
|
|
29629
29632
|
"area/stacked": "area/stacked",
|
|
@@ -29654,7 +29657,7 @@ function Av(p) {
|
|
|
29654
29657
|
"map/scatter": "scattermap"
|
|
29655
29658
|
}[p];
|
|
29656
29659
|
}
|
|
29657
|
-
function
|
|
29660
|
+
function kv(p) {
|
|
29658
29661
|
return [
|
|
29659
29662
|
"chart/line",
|
|
29660
29663
|
"chart/area",
|
|
@@ -29678,7 +29681,7 @@ function Tv(p) {
|
|
|
29678
29681
|
"heatmap"
|
|
29679
29682
|
].includes(p);
|
|
29680
29683
|
}
|
|
29681
|
-
function
|
|
29684
|
+
function Pv(p) {
|
|
29682
29685
|
return p === "WidgetsTabber";
|
|
29683
29686
|
}
|
|
29684
29687
|
const A0 = [
|
|
@@ -29694,43 +29697,43 @@ const A0 = [
|
|
|
29694
29697
|
"chart/scatter",
|
|
29695
29698
|
"chart/polar"
|
|
29696
29699
|
];
|
|
29697
|
-
function
|
|
29700
|
+
function Lv(p) {
|
|
29698
29701
|
return A0.includes(p);
|
|
29699
29702
|
}
|
|
29700
|
-
function
|
|
29703
|
+
function Ev(p) {
|
|
29701
29704
|
return p === "tablewidget" || p === "tablewidgetagg";
|
|
29702
29705
|
}
|
|
29703
|
-
function
|
|
29706
|
+
function Ov(p) {
|
|
29704
29707
|
return P0(p.widgetType) && p.chartType === "table";
|
|
29705
29708
|
}
|
|
29706
29709
|
function sh(p) {
|
|
29707
29710
|
return p === "pivot" || p === "pivot2";
|
|
29708
29711
|
}
|
|
29709
|
-
function
|
|
29712
|
+
function Dv(p) {
|
|
29710
29713
|
return p === "pivot";
|
|
29711
29714
|
}
|
|
29712
29715
|
function ah(p) {
|
|
29713
29716
|
return p === "richtexteditor";
|
|
29714
29717
|
}
|
|
29715
|
-
function
|
|
29718
|
+
function jv(p) {
|
|
29716
29719
|
return p === "text";
|
|
29717
29720
|
}
|
|
29718
29721
|
function T0(p) {
|
|
29719
29722
|
return p === "custom";
|
|
29720
29723
|
}
|
|
29721
|
-
function
|
|
29724
|
+
function Iv(p) {
|
|
29722
29725
|
return p === "custom";
|
|
29723
29726
|
}
|
|
29724
29727
|
function k0(p) {
|
|
29725
29728
|
return !sh(p) && !ah(p);
|
|
29726
29729
|
}
|
|
29727
|
-
function
|
|
29730
|
+
function _v(p) {
|
|
29728
29731
|
return p.startsWith("chart");
|
|
29729
29732
|
}
|
|
29730
|
-
function
|
|
29733
|
+
function Nv(p) {
|
|
29731
29734
|
return p === "chart/pie";
|
|
29732
29735
|
}
|
|
29733
|
-
function
|
|
29736
|
+
function Bv(p) {
|
|
29734
29737
|
return p === "indicator";
|
|
29735
29738
|
}
|
|
29736
29739
|
function P0(p) {
|
|
@@ -29748,22 +29751,22 @@ function sr(p) {
|
|
|
29748
29751
|
function dn(p) {
|
|
29749
29752
|
return p.widgetType === "chart";
|
|
29750
29753
|
}
|
|
29751
|
-
function
|
|
29754
|
+
function Rv(p) {
|
|
29752
29755
|
return pn(p) ? "pivot" : sr(p) ? "custom" : L0(p) ? "text" : p.chartType;
|
|
29753
29756
|
}
|
|
29754
|
-
function
|
|
29757
|
+
function zv(p, T) {
|
|
29755
29758
|
(dn(p) || pn(p) || sr(p)) && (p.onDataPointClick = cn([p.onDataPointClick, T]));
|
|
29756
29759
|
}
|
|
29757
|
-
function
|
|
29760
|
+
function Fv(p, T) {
|
|
29758
29761
|
(dn(p) || pn(p) || sr(p)) && (p.onDataPointContextMenu = cn([
|
|
29759
29762
|
p.onDataPointContextMenu,
|
|
29760
29763
|
T
|
|
29761
29764
|
]));
|
|
29762
29765
|
}
|
|
29763
|
-
function
|
|
29766
|
+
function Gv(p, T) {
|
|
29764
29767
|
(dn(p) || sr(p)) && (p.onDataPointsSelected = cn([p.onDataPointsSelected, T]));
|
|
29765
29768
|
}
|
|
29766
|
-
function
|
|
29769
|
+
function Wv(p, T) {
|
|
29767
29770
|
var K;
|
|
29768
29771
|
const F = p.styleOptions;
|
|
29769
29772
|
p.styleOptions = _t(kt({}, F), {
|
|
@@ -29772,7 +29775,7 @@ function Gv(p, T) {
|
|
|
29772
29775
|
})
|
|
29773
29776
|
});
|
|
29774
29777
|
}
|
|
29775
|
-
function
|
|
29778
|
+
function Xv(p, T) {
|
|
29776
29779
|
var tt;
|
|
29777
29780
|
const F = p.find((it) => it.name === T);
|
|
29778
29781
|
return ((tt = F == null ? void 0 : F.items) != null ? tt : []).filter((it) => !it.disabled);
|
|
@@ -29781,39 +29784,39 @@ function E0(p) {
|
|
|
29781
29784
|
return p.parent ? E0(p.parent) : p;
|
|
29782
29785
|
}
|
|
29783
29786
|
export {
|
|
29784
|
-
|
|
29787
|
+
Lv as $,
|
|
29785
29788
|
Ou as A,
|
|
29786
29789
|
Ho as B,
|
|
29787
|
-
|
|
29790
|
+
rv as C,
|
|
29788
29791
|
xu as D,
|
|
29789
29792
|
ku as E,
|
|
29790
29793
|
Bc as F,
|
|
29791
29794
|
C0 as G,
|
|
29792
|
-
|
|
29793
|
-
|
|
29794
|
-
|
|
29795
|
-
|
|
29795
|
+
V0 as H,
|
|
29796
|
+
$0 as I,
|
|
29797
|
+
U0 as J,
|
|
29798
|
+
Xv as K,
|
|
29796
29799
|
E0 as L,
|
|
29797
|
-
|
|
29800
|
+
Ev as M,
|
|
29798
29801
|
sh as N,
|
|
29799
|
-
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29802
|
+
Tv as O,
|
|
29803
|
+
Dv as P,
|
|
29804
|
+
Ov as Q,
|
|
29805
|
+
jv as R,
|
|
29806
|
+
Iv as S,
|
|
29807
|
+
Mv as T,
|
|
29805
29808
|
dp as U,
|
|
29806
29809
|
up as V,
|
|
29807
|
-
|
|
29810
|
+
Av as W,
|
|
29808
29811
|
k0 as X,
|
|
29809
|
-
|
|
29810
|
-
|
|
29811
|
-
|
|
29812
|
+
wv as Y,
|
|
29813
|
+
Pv as Z,
|
|
29814
|
+
kv as _,
|
|
29812
29815
|
pn as a,
|
|
29813
|
-
|
|
29814
|
-
|
|
29815
|
-
|
|
29816
|
-
|
|
29816
|
+
we as a$,
|
|
29817
|
+
Nv as a0,
|
|
29818
|
+
_v as a1,
|
|
29819
|
+
Bv as a2,
|
|
29817
29820
|
ah as a3,
|
|
29818
29821
|
Pa as a4,
|
|
29819
29822
|
ei as a5,
|
|
@@ -29821,159 +29824,160 @@ export {
|
|
|
29821
29824
|
cn as a7,
|
|
29822
29825
|
xg as a8,
|
|
29823
29826
|
L0 as a9,
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
|
|
29827
|
-
|
|
29828
|
-
|
|
29829
|
-
|
|
29830
|
-
|
|
29831
|
-
|
|
29832
|
-
|
|
29833
|
-
|
|
29834
|
-
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
|
|
29850
|
-
|
|
29827
|
+
fa as aA,
|
|
29828
|
+
ua as aB,
|
|
29829
|
+
jc as aC,
|
|
29830
|
+
Ic as aD,
|
|
29831
|
+
N0 as aE,
|
|
29832
|
+
cc as aF,
|
|
29833
|
+
Oc as aG,
|
|
29834
|
+
mi as aH,
|
|
29835
|
+
Nu as aI,
|
|
29836
|
+
Bu as aJ,
|
|
29837
|
+
Ma as aK,
|
|
29838
|
+
Ta as aL,
|
|
29839
|
+
lp as aM,
|
|
29840
|
+
hp as aN,
|
|
29841
|
+
Qe as aO,
|
|
29842
|
+
ja as aP,
|
|
29843
|
+
jr as aQ,
|
|
29844
|
+
cl as aR,
|
|
29845
|
+
$f as aS,
|
|
29846
|
+
jf as aT,
|
|
29847
|
+
Df as aU,
|
|
29848
|
+
If as aV,
|
|
29849
|
+
Lp as aW,
|
|
29850
|
+
xa as aX,
|
|
29851
|
+
ma as aY,
|
|
29852
|
+
wl as aZ,
|
|
29853
|
+
La as a_,
|
|
29851
29854
|
Ts as aa,
|
|
29852
29855
|
sn as ab,
|
|
29853
|
-
|
|
29854
|
-
|
|
29856
|
+
Sv as ac,
|
|
29857
|
+
K0 as ad,
|
|
29855
29858
|
ga as ae,
|
|
29856
29859
|
F0 as af,
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
|
|
29860
|
+
X0 as ag,
|
|
29861
|
+
Mu as ah,
|
|
29862
|
+
G0 as ai,
|
|
29860
29863
|
Fv as aj,
|
|
29861
|
-
|
|
29862
|
-
|
|
29863
|
-
|
|
29864
|
-
|
|
29865
|
-
|
|
29866
|
-
|
|
29864
|
+
Gv as ak,
|
|
29865
|
+
z0 as al,
|
|
29866
|
+
R0 as am,
|
|
29867
|
+
ef as an,
|
|
29868
|
+
of as ao,
|
|
29869
|
+
rf as ap,
|
|
29867
29870
|
J0 as aq,
|
|
29868
29871
|
Q0 as ar,
|
|
29869
29872
|
tv as as,
|
|
29870
|
-
|
|
29871
|
-
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
|
|
29875
|
-
|
|
29876
|
-
|
|
29873
|
+
ev as at,
|
|
29874
|
+
nf as au,
|
|
29875
|
+
iv as av,
|
|
29876
|
+
Pi as aw,
|
|
29877
|
+
ov as ax,
|
|
29878
|
+
zh as ay,
|
|
29879
|
+
Jo as az,
|
|
29877
29880
|
sr as b,
|
|
29878
|
-
|
|
29879
|
-
|
|
29880
|
-
|
|
29881
|
-
|
|
29882
|
-
|
|
29883
|
-
|
|
29884
|
-
|
|
29885
|
-
|
|
29886
|
-
|
|
29887
|
-
|
|
29881
|
+
Iy as b$,
|
|
29882
|
+
Ea as b0,
|
|
29883
|
+
lv as b1,
|
|
29884
|
+
oo as b2,
|
|
29885
|
+
tg as b3,
|
|
29886
|
+
pv as b4,
|
|
29887
|
+
uv as b5,
|
|
29888
|
+
nv as b6,
|
|
29889
|
+
Ml as b7,
|
|
29890
|
+
sv as b8,
|
|
29888
29891
|
hv as b9,
|
|
29889
|
-
|
|
29890
|
-
|
|
29891
|
-
|
|
29892
|
-
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
|
|
29896
|
-
|
|
29897
|
-
|
|
29898
|
-
|
|
29899
|
-
|
|
29900
|
-
|
|
29901
|
-
|
|
29902
|
-
|
|
29903
|
-
|
|
29904
|
-
|
|
29905
|
-
|
|
29906
|
-
|
|
29907
|
-
|
|
29908
|
-
|
|
29909
|
-
|
|
29910
|
-
|
|
29911
|
-
|
|
29912
|
-
|
|
29913
|
-
|
|
29914
|
-
|
|
29915
|
-
|
|
29916
|
-
|
|
29917
|
-
|
|
29918
|
-
|
|
29919
|
-
|
|
29920
|
-
|
|
29921
|
-
|
|
29922
|
-
|
|
29923
|
-
|
|
29924
|
-
|
|
29925
|
-
|
|
29926
|
-
|
|
29927
|
-
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
|
|
29933
|
-
|
|
29934
|
-
|
|
29935
|
-
|
|
29936
|
-
|
|
29937
|
-
|
|
29938
|
-
|
|
29939
|
-
|
|
29940
|
-
|
|
29941
|
-
|
|
29892
|
+
Os as bA,
|
|
29893
|
+
Nm as bB,
|
|
29894
|
+
Sm as bC,
|
|
29895
|
+
Tm as bD,
|
|
29896
|
+
wm as bE,
|
|
29897
|
+
Uo as bF,
|
|
29898
|
+
Fm as bG,
|
|
29899
|
+
zm as bH,
|
|
29900
|
+
vl as bI,
|
|
29901
|
+
iy as bJ,
|
|
29902
|
+
ey as bK,
|
|
29903
|
+
bi as bL,
|
|
29904
|
+
Uf as bM,
|
|
29905
|
+
Hl as bN,
|
|
29906
|
+
ao as bO,
|
|
29907
|
+
ny as bP,
|
|
29908
|
+
sy as bQ,
|
|
29909
|
+
Jf as bR,
|
|
29910
|
+
ay as bS,
|
|
29911
|
+
ka as bT,
|
|
29912
|
+
No as bU,
|
|
29913
|
+
ap as bV,
|
|
29914
|
+
Qo as bW,
|
|
29915
|
+
Lr as bX,
|
|
29916
|
+
My as bY,
|
|
29917
|
+
Ay as bZ,
|
|
29918
|
+
th as b_,
|
|
29919
|
+
cv as ba,
|
|
29920
|
+
Xe as bb,
|
|
29921
|
+
av as bc,
|
|
29922
|
+
dv as bd,
|
|
29923
|
+
li as be,
|
|
29924
|
+
ai as bf,
|
|
29925
|
+
Ti as bg,
|
|
29926
|
+
Oi as bh,
|
|
29927
|
+
ni as bi,
|
|
29928
|
+
ds as bj,
|
|
29929
|
+
fs as bk,
|
|
29930
|
+
Ep as bl,
|
|
29931
|
+
ml as bm,
|
|
29932
|
+
Hr as bn,
|
|
29933
|
+
Di as bo,
|
|
29934
|
+
cs as bp,
|
|
29935
|
+
Of as bq,
|
|
29936
|
+
yv as br,
|
|
29937
|
+
t0 as bs,
|
|
29938
|
+
Ur as bt,
|
|
29939
|
+
Li as bu,
|
|
29940
|
+
hm as bv,
|
|
29941
|
+
Dm as bw,
|
|
29942
|
+
Lm as bx,
|
|
29943
|
+
jm as by,
|
|
29944
|
+
Em as bz,
|
|
29942
29945
|
vi as c,
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
|
|
29946
|
-
|
|
29947
|
-
|
|
29948
|
-
|
|
29949
|
-
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29956
|
-
|
|
29957
|
-
|
|
29958
|
-
|
|
29959
|
-
|
|
29946
|
+
Ql as c0,
|
|
29947
|
+
wp as c1,
|
|
29948
|
+
Ng as c2,
|
|
29949
|
+
mv as c3,
|
|
29950
|
+
vv as c4,
|
|
29951
|
+
_g as c5,
|
|
29952
|
+
Wu as c6,
|
|
29953
|
+
sp as c7,
|
|
29954
|
+
np as c8,
|
|
29955
|
+
Y0 as c9,
|
|
29956
|
+
ip as ca,
|
|
29957
|
+
_o as cb,
|
|
29958
|
+
W0 as cc,
|
|
29959
|
+
Oa as cd,
|
|
29960
|
+
le as ce,
|
|
29961
|
+
bv as cf,
|
|
29962
|
+
H0 as cg,
|
|
29960
29963
|
fv as ch,
|
|
29961
|
-
|
|
29962
|
-
|
|
29963
|
-
|
|
29964
|
-
|
|
29965
|
-
|
|
29966
|
-
|
|
29967
|
-
|
|
29964
|
+
gv as ci,
|
|
29965
|
+
an as cj,
|
|
29966
|
+
rr as ck,
|
|
29967
|
+
zv as cl,
|
|
29968
|
+
Wv as cm,
|
|
29969
|
+
Rv as cn,
|
|
29970
|
+
Cv as d,
|
|
29971
|
+
q0 as e,
|
|
29968
29972
|
te as f,
|
|
29969
|
-
|
|
29973
|
+
xv as g,
|
|
29970
29974
|
or as h,
|
|
29971
29975
|
dn as i,
|
|
29972
29976
|
ae as j,
|
|
29973
29977
|
B0 as k,
|
|
29974
29978
|
vc as l,
|
|
29975
29979
|
oi as m,
|
|
29976
|
-
|
|
29980
|
+
Z0 as n,
|
|
29977
29981
|
Qs as o,
|
|
29978
29982
|
_0 as p,
|
|
29979
29983
|
co as q,
|