@sisense/sdk-ui-preact 1.32.0 → 1.33.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 +29 -29
- package/dist/ai.js +816 -815
- package/dist/index.cjs +19 -16
- package/dist/index.js +6920 -5863
- package/dist/{use-common-filters-BanIIIUW-ea070c76.js → use-common-filters--WPkVexd-14a82a3c.js} +14154 -14122
- package/dist/{use-common-filters-BanIIIUW-694e5ae8.cjs → use-common-filters--WPkVexd-ae572f5f.cjs} +234 -234
- package/package.json +3 -3
package/dist/ai.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var
|
|
1
|
+
import { b2 as Le, Y as xe, X as Ut, J as $, eG as Ft, aG as fe, eH as Vt, bw as $t, ba as Ve, eI as de, el as ot, co as Ee, aO as Jt, bU as Xt, eJ as nt, e9 as Kt, a2 as lt, aE as Ce, k as er, d as ve, eK as tr, eL as rr, g as ee, u as U, eM as dt, a as b, f as Ze, B as k, H as i, C as _, a1 as N, eN as ar, as as ir, aa as or, q as T, bf as te, x as y, ap as Me, p as D, _ as re, ac as ct, K as nr, bk as lr, ad as dr, F as V, eO as cr, ah as ne, y as Ne, eP as sr, V as pr, eQ as gr, Z as le, da as st, ae as We, j as ur, eR as ce, aB as g, cD as L, c as h, bT as hr, eS as mr, cG as ke, eT as br, eU as fr, eV as pt, eW as xr, eX as kr, c5 as wr, c6 as yr, eY as _r, eZ as Cr, e_ as vr, ea as Mr, c4 as Dr, e$ as Sr, cC as gt, f0 as Ir, d2 as Ar, f1 as Lr, aH as ut, aI as ht, f2 as Nr, cl as Tr, f3 as jr, cz as Er, f4 as zr } from "./use-common-filters--WPkVexd-14a82a3c.js";
|
|
2
|
+
var Or = Object.defineProperty, Rr = Object.defineProperties, Zr = Object.getOwnPropertyDescriptors, $e = Object.getOwnPropertySymbols, Wr = Object.prototype.hasOwnProperty, qr = Object.prototype.propertyIsEnumerable, Je = (e, t, r) => t in e ? Or(e, t, {
|
|
3
3
|
enumerable: !0,
|
|
4
4
|
configurable: !0,
|
|
5
5
|
writable: !0,
|
|
6
6
|
value: r
|
|
7
|
-
}) : e[t] = r,
|
|
7
|
+
}) : e[t] = r, F = (e, t) => {
|
|
8
8
|
for (var r in t || (t = {}))
|
|
9
|
-
|
|
9
|
+
Wr.call(t, r) && Je(e, r, t[r]);
|
|
10
10
|
if ($e)
|
|
11
11
|
for (var r of $e(t))
|
|
12
|
-
|
|
12
|
+
qr.call(t, r) && Je(e, r, t[r]);
|
|
13
13
|
return e;
|
|
14
|
-
}, Te = (e, t) =>
|
|
14
|
+
}, Te = (e, t) => Rr(e, Zr(t));
|
|
15
15
|
let mt = class extends ot {
|
|
16
16
|
constructor(t, r) {
|
|
17
17
|
var a;
|
|
18
|
-
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType =
|
|
18
|
+
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType = Xt(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
19
19
|
}
|
|
20
20
|
get id() {
|
|
21
21
|
return this.expression;
|
|
@@ -24,29 +24,29 @@ let mt = class extends ot {
|
|
|
24
24
|
return t === !0 ? this.metadataItem.jaql : this.metadataItem;
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
|
-
const
|
|
27
|
+
const Gr = {
|
|
28
28
|
text: Le.TextAttribute,
|
|
29
29
|
numeric: Le.NumericAttribute,
|
|
30
30
|
datetime: Le.DateLevel
|
|
31
31
|
};
|
|
32
32
|
function bt(e) {
|
|
33
33
|
var t;
|
|
34
|
-
return new mt(e, (t =
|
|
34
|
+
return new mt(e, (t = Gr[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
35
35
|
}
|
|
36
|
-
const
|
|
37
|
-
function
|
|
36
|
+
const Hr = (e) => "dashboardOid" in e && "widgetOid" in e;
|
|
37
|
+
function Yr(e) {
|
|
38
38
|
return e.replace(/\s+/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function Pr(e) {
|
|
41
41
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
42
42
|
}
|
|
43
43
|
function ft(e) {
|
|
44
|
-
if (![...
|
|
45
|
-
throw new
|
|
44
|
+
if (![...Ft, "pivot", "pivot2"].includes(e))
|
|
45
|
+
throw new $("errors.chartTypeNotSupported", {
|
|
46
46
|
chartType: e
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Br(e) {
|
|
50
50
|
return "widgetType" in e && e.widgetType === "pivot";
|
|
51
51
|
}
|
|
52
52
|
function K(e) {
|
|
@@ -54,13 +54,13 @@ function K(e) {
|
|
|
54
54
|
return "column" in e && ((t = e.column) == null ? void 0 : t.expression) && /\(.*\)/.test(e.column.expression);
|
|
55
55
|
}
|
|
56
56
|
function xt(e) {
|
|
57
|
-
const t = "measures" in e &&
|
|
58
|
-
return
|
|
57
|
+
const t = "measures" in e && z(e.measures) || "values" in e && z(e.values);
|
|
58
|
+
return Br(e) ? "values" in e.dataOptions && z(e.dataOptions.values) : "chartType" in e ? e.chartType === "indicator" ? "value" in e.dataOptions && z(e.dataOptions.value) || "secondary" in e.dataOptions && z(e.dataOptions.secondary) : e.chartType === "table" ? !("columns" in e.dataOptions) || !z(e.dataOptions.columns) ? !1 : e.dataOptions.columns.some((r) => K(r)) : e.chartType === "boxplot" ? !1 : e.chartType === "scatter" ? "x" in e.dataOptions && e.dataOptions.x !== void 0 && K(e.dataOptions.x) || "y" in e.dataOptions && e.dataOptions.y !== void 0 && K(e.dataOptions.y) || "size" in e.dataOptions && e.dataOptions.size !== void 0 : e.chartType === "scattermap" ? "colorBy" in e.dataOptions && e.dataOptions.colorBy !== void 0 && K(e.dataOptions.colorBy) || "details" in e.dataOptions && e.dataOptions.details !== void 0 && K(e.dataOptions.details) || "size" in e.dataOptions && e.dataOptions.size !== void 0 && K(e.dataOptions.size) : e.chartType === "areamap" ? "geo" in e.dataOptions && z(e.dataOptions.geo) && "color" in e.dataOptions && z(e.dataOptions.color) : "value" in e.dataOptions && z(e.dataOptions.value) : t;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function z(e) {
|
|
61
61
|
return Array.isArray(e) && e.length > 0;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function Qr(e) {
|
|
64
64
|
const t = e.split(`
|
|
65
65
|
`);
|
|
66
66
|
for (let r = 0; r < t.length - 1; r++)
|
|
@@ -74,7 +74,7 @@ function Hr(e) {
|
|
|
74
74
|
return t.join(`
|
|
75
75
|
`);
|
|
76
76
|
}
|
|
77
|
-
const
|
|
77
|
+
const Ur = {
|
|
78
78
|
react: {
|
|
79
79
|
baseChartTmpl: `import { {{componentString}} } from '@sisense/sdk-ui';
|
|
80
80
|
{{extraImportsString}}
|
|
@@ -409,14 +409,14 @@ const { data, isLoading, isError, error } = useExecuteQuery(queryProps);
|
|
|
409
409
|
executePivotQueryTmpl: "Not implemented yet",
|
|
410
410
|
pivotTableWidgetTmpl: "Not implemented yet"
|
|
411
411
|
}
|
|
412
|
-
}, kt = (e, t) =>
|
|
412
|
+
}, kt = (e, t) => Ur[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => kt(`${a}Tmpl`, t)), Fr = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), qe = (e, t, r = "react") => {
|
|
413
413
|
const a = kt(e, r);
|
|
414
|
-
return
|
|
414
|
+
return Qr(Fr(a, t));
|
|
415
415
|
}, me = `
|
|
416
|
-
`, ze = "UNKNOWN",
|
|
416
|
+
`, ze = "UNKNOWN", Vr = (e, t) => {
|
|
417
417
|
let r = "";
|
|
418
418
|
return r += `measureFactory.customFormula(
|
|
419
|
-
`, r += " ".repeat(t), r += ` '${
|
|
419
|
+
`, r += " ".repeat(t), r += ` '${de(e.title)}',
|
|
420
420
|
`, r += " ".repeat(t), r += ` '${e.formula}',
|
|
421
421
|
`, r += " ".repeat(t), r += ` {
|
|
422
422
|
`, Object.entries(e.context).forEach(([a, o]) => {
|
|
@@ -425,7 +425,7 @@ const { data, isLoading, isError, error } = useExecuteQuery(queryProps);
|
|
|
425
425
|
`;
|
|
426
426
|
}), r += " ".repeat(t), r += ` }
|
|
427
427
|
`, r += " ".repeat(t), r += ")", r;
|
|
428
|
-
},
|
|
428
|
+
}, $r = (e) => {
|
|
429
429
|
const {
|
|
430
430
|
level: t,
|
|
431
431
|
table: r,
|
|
@@ -434,80 +434,80 @@ const { data, isLoading, isError, error } = useExecuteQuery(queryProps);
|
|
|
434
434
|
title: n
|
|
435
435
|
} = e;
|
|
436
436
|
let l;
|
|
437
|
-
return r && a && (l = nt(r, a, t, "DM")), o && r && a && n && (l = `measureFactory.${
|
|
438
|
-
},
|
|
437
|
+
return r && a && (l = nt(r, a, t, "DM")), o && r && a && n && (l = `measureFactory.${Kt.aggregationFromJAQL(o)}(${l}, '${de(n)}')`), l || ze;
|
|
438
|
+
}, Jr = (e, t) => {
|
|
439
439
|
const r = e.jaql(!1).jaql;
|
|
440
|
-
return "formula" in r ?
|
|
441
|
-
},
|
|
440
|
+
return "formula" in r ? Vr(r, t) : $r(r);
|
|
441
|
+
}, q = (e, t = 0, r = !1) => {
|
|
442
442
|
if (!e)
|
|
443
443
|
return "";
|
|
444
444
|
if (typeof e == "string")
|
|
445
|
-
return `'${
|
|
445
|
+
return `'${de(e)}'`;
|
|
446
446
|
if (e instanceof mt)
|
|
447
|
-
return
|
|
447
|
+
return Jr(e, t);
|
|
448
448
|
if (e instanceof ot)
|
|
449
449
|
return e.composeCode || "";
|
|
450
450
|
let a = "";
|
|
451
|
-
return Array.isArray(e) ? a += `[${e.map((o) =>
|
|
452
|
-
r && (o = `'${
|
|
451
|
+
return Array.isArray(e) ? a += `[${e.map((o) => q(o, t + 2))}${e.length ? me + " ".repeat(t + 2) : ""}]` : (a += `{${me}`, Object.entries(e).forEach(([o, n]) => {
|
|
452
|
+
r && (o = `'${de(o)}'`), a += " ".repeat(t + 2), Array.isArray(n) ? a += `${o}: [${n.map((l) => q(l, t + 4, r))}${n.length ? me + " ".repeat(t + 2) : ""}]` : typeof n == "object" && n !== null ? a += `${o}: ${q(n, t + 2, r)}` : ["number", "boolean", "undefined"].includes(typeof n) || n === null ? a += `${o}: ${n}` : a += `${o}: '${de(n)}'`, a += `,${me}`;
|
|
453
453
|
}), a += " ".repeat(t), a += "}"), a;
|
|
454
454
|
}, we = 6;
|
|
455
|
-
function
|
|
456
|
-
return
|
|
455
|
+
function Xr(e) {
|
|
456
|
+
return q(e, we);
|
|
457
457
|
}
|
|
458
458
|
function wt(e) {
|
|
459
459
|
if (!e)
|
|
460
|
-
throw new
|
|
460
|
+
throw new $("errors.undefinedDataSource");
|
|
461
461
|
let t;
|
|
462
|
-
return typeof e == "object" && "title" in e ? t = e.title : t = e,
|
|
462
|
+
return typeof e == "object" && "title" in e ? t = e.title : t = e, Yr(t);
|
|
463
463
|
}
|
|
464
464
|
function yt(e, t = !0) {
|
|
465
465
|
const r = [];
|
|
466
|
-
return t && r.push("measureFactory"),
|
|
466
|
+
return t && r.push("measureFactory"), z(e) && r.push("filterFactory"), r.length > 0 ? `import { ${r.join(", ")} } from '@sisense/sdk-data';` : "";
|
|
467
467
|
}
|
|
468
468
|
const Xe = `
|
|
469
|
-
`,
|
|
469
|
+
`, Kr = (e, t) => {
|
|
470
470
|
if (e.composeCode)
|
|
471
471
|
return `${Xe}${" ".repeat(t)}${e.composeCode}`;
|
|
472
472
|
const r = e.jaql().jaql;
|
|
473
|
-
return `${Xe}${" ".repeat(t)}filterFactory.customFilter(${
|
|
474
|
-
},
|
|
473
|
+
return `${Xe}${" ".repeat(t)}filterFactory.customFilter(${q(r, t, !0)})`;
|
|
474
|
+
}, ea = (e, t = 0) => {
|
|
475
475
|
if (!e)
|
|
476
476
|
return "";
|
|
477
477
|
let r = "";
|
|
478
|
-
return r += `[${e.map((a) =>
|
|
478
|
+
return r += `[${e.map((a) => Kr(a, t + 2))}${e.length ? `
|
|
479
479
|
` + " ".repeat(t + 2) : ""}]`, r;
|
|
480
480
|
}, _t = (e) => {
|
|
481
481
|
if (!e)
|
|
482
482
|
return "";
|
|
483
483
|
if (Array.isArray(e))
|
|
484
|
-
return
|
|
485
|
-
throw new
|
|
486
|
-
},
|
|
484
|
+
return ea(e, 6);
|
|
485
|
+
throw new $("errors.filterRelationsNotSupported");
|
|
486
|
+
}, ta = ["executeQueryByWidgetIdTmpl", "widgetByIdTmpl"], ra = "chartWidgetTmpl", aa = "pivotTableWidgetTmpl", ia = (e) => e, oa = (e, t, r) => {
|
|
487
487
|
const a = xt(e), o = {
|
|
488
488
|
titleString: e.title,
|
|
489
489
|
dataSourceString: wt(e.dataSource),
|
|
490
|
-
chartTypeString:
|
|
491
|
-
dataOptionsString:
|
|
490
|
+
chartTypeString: ia(e.chartType),
|
|
491
|
+
dataOptionsString: Xr(e.dataOptions),
|
|
492
492
|
filtersString: _t(e.filters),
|
|
493
493
|
componentString: "ChartWidget",
|
|
494
494
|
extraImportsString: yt(e.filters || [], a),
|
|
495
|
-
styleOptionsString:
|
|
496
|
-
drilldownOptionsString:
|
|
495
|
+
styleOptionsString: q(e.styleOptions || {}, we),
|
|
496
|
+
drilldownOptionsString: q(e.drilldownOptions || {}, we)
|
|
497
497
|
};
|
|
498
498
|
return qe(r, o, t);
|
|
499
|
-
},
|
|
499
|
+
}, na = (e, t, r) => {
|
|
500
500
|
const a = xt(e), o = {
|
|
501
501
|
titleString: e.title,
|
|
502
502
|
dataSourceString: wt(e.dataSource),
|
|
503
|
-
dataOptionsString:
|
|
503
|
+
dataOptionsString: q(e.dataOptions),
|
|
504
504
|
filtersString: _t(e.filters),
|
|
505
505
|
componentString: "PivotTableWidget",
|
|
506
506
|
extraImportsString: yt(e.filters || [], a),
|
|
507
|
-
styleOptionsString:
|
|
507
|
+
styleOptionsString: q(e.styleOptions || {}, we)
|
|
508
508
|
};
|
|
509
509
|
return qe(r, o, t);
|
|
510
|
-
},
|
|
510
|
+
}, la = ({
|
|
511
511
|
dashboardOid: e,
|
|
512
512
|
widgetOid: t,
|
|
513
513
|
uiFramework: r = "react",
|
|
@@ -518,22 +518,22 @@ const Xe = `
|
|
|
518
518
|
const n = {
|
|
519
519
|
dashboardOid: e,
|
|
520
520
|
widgetOid: t
|
|
521
|
-
}, l =
|
|
521
|
+
}, l = ta[Number(o)];
|
|
522
522
|
return qe(l, n, r);
|
|
523
|
-
},
|
|
523
|
+
}, da = ({
|
|
524
524
|
widgetProps: e,
|
|
525
525
|
uiFramework: t = "react"
|
|
526
526
|
}) => {
|
|
527
527
|
if (xe(e))
|
|
528
|
-
return ft(e.chartType),
|
|
529
|
-
if (
|
|
530
|
-
return
|
|
531
|
-
throw new
|
|
532
|
-
},
|
|
528
|
+
return ft(e.chartType), oa(e, t, ra);
|
|
529
|
+
if (Ut(e))
|
|
530
|
+
return na(e, t, aa);
|
|
531
|
+
throw new $("errors.otherWidgetTypesNotSupported");
|
|
532
|
+
}, ca = (e) => ({
|
|
533
533
|
dataOptions: {
|
|
534
534
|
columns: e.map(bt)
|
|
535
535
|
}
|
|
536
|
-
}),
|
|
536
|
+
}), sa = Object.freeze({
|
|
537
537
|
convolution: {
|
|
538
538
|
enabled: !0,
|
|
539
539
|
selectedConvolutionType: "bySlicesCount",
|
|
@@ -559,48 +559,48 @@ const Xe = `
|
|
|
559
559
|
pie: "pie/donut",
|
|
560
560
|
bar: "bar/stacked",
|
|
561
561
|
column: "column/stackedcolumn"
|
|
562
|
-
}),
|
|
562
|
+
}), pa = (e, t, r) => {
|
|
563
563
|
const a = e.reduce((n, l) => (n[l.jaql.title] = l, n), {}), o = Object.entries(r).reduce((n, l) => {
|
|
564
564
|
const [c, d] = l;
|
|
565
565
|
return n[`${c}`] = Array.isArray(d) ? d.map((s) => {
|
|
566
566
|
var u, p;
|
|
567
567
|
const m = Ee(s);
|
|
568
568
|
delete m.enabled;
|
|
569
|
-
const
|
|
570
|
-
if (!
|
|
569
|
+
const f = a[m.column.name];
|
|
570
|
+
if (!f)
|
|
571
571
|
return {
|
|
572
572
|
column: {
|
|
573
573
|
type: "",
|
|
574
574
|
name: m.column.name
|
|
575
575
|
}
|
|
576
576
|
};
|
|
577
|
-
const
|
|
578
|
-
if (
|
|
579
|
-
return Te(
|
|
580
|
-
column:
|
|
577
|
+
const w = bt(f);
|
|
578
|
+
if (f.panel === "measures")
|
|
579
|
+
return Te(F({}, m), {
|
|
580
|
+
column: w
|
|
581
581
|
});
|
|
582
|
-
if (
|
|
583
|
-
const
|
|
584
|
-
if (
|
|
585
|
-
return Te(
|
|
586
|
-
column:
|
|
587
|
-
dateFormat:
|
|
582
|
+
if (Jt(w.type)) {
|
|
583
|
+
const x = (p = (u = f.format) == null ? void 0 : u.mask) == null ? void 0 : p[f.jaql.level];
|
|
584
|
+
if (x)
|
|
585
|
+
return Te(F({}, m), {
|
|
586
|
+
column: w,
|
|
587
|
+
dateFormat: x
|
|
588
588
|
});
|
|
589
589
|
}
|
|
590
|
-
return Te(
|
|
591
|
-
column:
|
|
590
|
+
return Te(F({}, m), {
|
|
591
|
+
column: w
|
|
592
592
|
});
|
|
593
593
|
}) : d, n;
|
|
594
594
|
}, {});
|
|
595
595
|
switch (t) {
|
|
596
596
|
case "cartesian":
|
|
597
|
-
return
|
|
597
|
+
return F({
|
|
598
598
|
category: [],
|
|
599
599
|
value: [],
|
|
600
600
|
breakBy: []
|
|
601
601
|
}, o);
|
|
602
602
|
case "categorical":
|
|
603
|
-
return
|
|
603
|
+
return F({
|
|
604
604
|
category: [],
|
|
605
605
|
value: []
|
|
606
606
|
}, o);
|
|
@@ -613,7 +613,7 @@ const Xe = `
|
|
|
613
613
|
n !== "geo" && (o[`${n}`] = o[`${n}`][0]);
|
|
614
614
|
}), o;
|
|
615
615
|
case "table":
|
|
616
|
-
return Object.keys(o).length === 0 ?
|
|
616
|
+
return Object.keys(o).length === 0 ? ca(e).dataOptions : o;
|
|
617
617
|
case "boxplot":
|
|
618
618
|
case "areamap":
|
|
619
619
|
case "indicator":
|
|
@@ -623,14 +623,14 @@ const Xe = `
|
|
|
623
623
|
}, et = (e, t) => {
|
|
624
624
|
var r, a, o, n;
|
|
625
625
|
return t === "x" ? (a = (r = e.axesMapping.category) != null ? r : e.axesMapping.x) == null ? void 0 : a.map((l) => Ee(l).column.name).join(", ") : (n = (o = e.axesMapping.value) != null ? o : e.axesMapping.y) == null ? void 0 : n.map((l) => Ee(l).column.name).join(", ");
|
|
626
|
-
},
|
|
626
|
+
}, ga = (e, t, r = !0) => {
|
|
627
627
|
const {
|
|
628
628
|
chartFamily: a,
|
|
629
629
|
axesMapping: o = {},
|
|
630
630
|
styleOptions: n = {}
|
|
631
|
-
} = t, l =
|
|
631
|
+
} = t, l = pa(e, a, o);
|
|
632
632
|
let c;
|
|
633
|
-
return r && t.chartType in Ke ? c = fe(fe(
|
|
633
|
+
return r && t.chartType in Ke ? c = fe(fe(sa, {
|
|
634
634
|
subtype: Ke[t.chartType]
|
|
635
635
|
}), {
|
|
636
636
|
legend: {
|
|
@@ -649,15 +649,15 @@ const Xe = `
|
|
|
649
649
|
text: et(t, "x")
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
|
-
}, n) : c = fe(
|
|
652
|
+
}, n) : c = fe(Vt(), n), {
|
|
653
653
|
dataOptions: l,
|
|
654
654
|
chartStyleOptions: c
|
|
655
655
|
};
|
|
656
|
-
},
|
|
656
|
+
}, ua = (e) => "chartType" in e ? e : {
|
|
657
657
|
chartType: "table",
|
|
658
658
|
chartFamily: "table",
|
|
659
659
|
axesMapping: {}
|
|
660
|
-
},
|
|
660
|
+
}, ha = (e) => e.map((t) => $t(t.jaql)), ma = (e) => e.reduce((t, r) => {
|
|
661
661
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(Ve(r)), r.panel !== "scope") {
|
|
662
662
|
const a = Ve(r);
|
|
663
663
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
|
@@ -666,8 +666,8 @@ const Xe = `
|
|
|
666
666
|
}, {
|
|
667
667
|
metadataColumns: [],
|
|
668
668
|
metadataFilters: []
|
|
669
|
-
}),
|
|
670
|
-
if (!
|
|
669
|
+
}), ba = (e, t) => {
|
|
670
|
+
if (!Pr(e))
|
|
671
671
|
try {
|
|
672
672
|
const {
|
|
673
673
|
useCustomizedStyleOptions: r = !1
|
|
@@ -682,19 +682,19 @@ const Xe = `
|
|
|
682
682
|
id: d,
|
|
683
683
|
type: s = "elasticube"
|
|
684
684
|
}
|
|
685
|
-
} = a, u =
|
|
685
|
+
} = a, u = ua(o), p = u.chartType.toLowerCase(), m = {
|
|
686
686
|
cornerRadius: "Small",
|
|
687
687
|
header: {
|
|
688
688
|
// remove info button and render empty toolbar instead
|
|
689
689
|
renderToolbar: () => null
|
|
690
690
|
}
|
|
691
691
|
}, {
|
|
692
|
-
metadataColumns:
|
|
693
|
-
metadataFilters:
|
|
694
|
-
} =
|
|
695
|
-
dataOptions:
|
|
696
|
-
chartStyleOptions:
|
|
697
|
-
} =
|
|
692
|
+
metadataColumns: f,
|
|
693
|
+
metadataFilters: w
|
|
694
|
+
} = ma(l), x = ha(w), {
|
|
695
|
+
dataOptions: S,
|
|
696
|
+
chartStyleOptions: I
|
|
697
|
+
} = ga(f, u, r), E = F(F({}, I), m);
|
|
698
698
|
return {
|
|
699
699
|
widgetType: "chart",
|
|
700
700
|
id: n,
|
|
@@ -705,34 +705,34 @@ const Xe = `
|
|
|
705
705
|
id: d,
|
|
706
706
|
type: s
|
|
707
707
|
},
|
|
708
|
-
dataOptions:
|
|
709
|
-
filters:
|
|
710
|
-
styleOptions:
|
|
708
|
+
dataOptions: S,
|
|
709
|
+
filters: x,
|
|
710
|
+
styleOptions: E
|
|
711
711
|
};
|
|
712
712
|
} catch (r) {
|
|
713
713
|
console.error(r);
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
|
-
},
|
|
716
|
+
}, se = (e, t) => ba(e, t), fa = (e) => Hr(e) ? la(e) : da(e), Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
717
717
|
__proto__: null,
|
|
718
|
-
toWidgetCode:
|
|
719
|
-
toWidgetProps:
|
|
718
|
+
toWidgetCode: fa,
|
|
719
|
+
toWidgetProps: se
|
|
720
720
|
}, Symbol.toStringTag, {
|
|
721
721
|
value: "Module"
|
|
722
722
|
}));
|
|
723
|
-
var
|
|
723
|
+
var xa = Object.defineProperty, ka = Object.defineProperties, wa = Object.getOwnPropertyDescriptors, ye = Object.getOwnPropertySymbols, Ct = Object.prototype.hasOwnProperty, vt = Object.prototype.propertyIsEnumerable, tt = (e, t, r) => t in e ? xa(e, t, {
|
|
724
724
|
enumerable: !0,
|
|
725
725
|
configurable: !0,
|
|
726
726
|
writable: !0,
|
|
727
727
|
value: r
|
|
728
|
-
}) : e[t] = r,
|
|
728
|
+
}) : e[t] = r, C = (e, t) => {
|
|
729
729
|
for (var r in t || (t = {}))
|
|
730
730
|
Ct.call(t, r) && tt(e, r, t[r]);
|
|
731
731
|
if (ye)
|
|
732
732
|
for (var r of ye(t))
|
|
733
733
|
vt.call(t, r) && tt(e, r, t[r]);
|
|
734
734
|
return e;
|
|
735
|
-
},
|
|
735
|
+
}, M = (e, t) => ka(e, wa(t)), ya = (e, t) => {
|
|
736
736
|
var r = {};
|
|
737
737
|
for (var a in e)
|
|
738
738
|
Ct.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
@@ -740,7 +740,7 @@ var ha = Object.defineProperty, ma = Object.defineProperties, ba = Object.getOwn
|
|
|
740
740
|
for (var a of ye(e))
|
|
741
741
|
t.indexOf(a) < 0 && vt.call(e, a) && (r[a] = e[a]);
|
|
742
742
|
return r;
|
|
743
|
-
},
|
|
743
|
+
}, J = (e, t, r) => new Promise((a, o) => {
|
|
744
744
|
var n = (d) => {
|
|
745
745
|
try {
|
|
746
746
|
c(r.next(d));
|
|
@@ -756,7 +756,7 @@ var ha = Object.defineProperty, ma = Object.defineProperties, ba = Object.getOwn
|
|
|
756
756
|
}, c = (d) => d.done ? a(d.value) : Promise.resolve(d.value).then(n, l);
|
|
757
757
|
c((r = r.apply(e, t)).next());
|
|
758
758
|
});
|
|
759
|
-
class
|
|
759
|
+
class _a extends _r {
|
|
760
760
|
constructor(t, r) {
|
|
761
761
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
|
762
762
|
}
|
|
@@ -766,7 +766,7 @@ class xa extends xr {
|
|
|
766
766
|
setOptions(t) {
|
|
767
767
|
var r;
|
|
768
768
|
const a = this.options;
|
|
769
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
769
|
+
this.options = this.client.defaultMutationOptions(t), Cr(a, this.options) || this.client.getMutationCache().notify({
|
|
770
770
|
type: "observerOptionsUpdated",
|
|
771
771
|
mutation: this.currentMutation,
|
|
772
772
|
observer: this
|
|
@@ -794,12 +794,12 @@ class xa extends xr {
|
|
|
794
794
|
});
|
|
795
795
|
}
|
|
796
796
|
mutate(t, r) {
|
|
797
|
-
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
797
|
+
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, M(C({}, this.options), {
|
|
798
798
|
variables: typeof t < "u" ? t : this.options.variables
|
|
799
799
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
800
800
|
}
|
|
801
801
|
updateResult() {
|
|
802
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
802
|
+
const t = this.currentMutation ? this.currentMutation.state : vr(), r = M(C({}, t), {
|
|
803
803
|
isLoading: t.status === "loading",
|
|
804
804
|
isSuccess: t.status === "success",
|
|
805
805
|
isError: t.status === "error",
|
|
@@ -829,31 +829,31 @@ class xa extends xr {
|
|
|
829
829
|
}
|
|
830
830
|
}
|
|
831
831
|
function Ge(e, t, r) {
|
|
832
|
-
const a =
|
|
832
|
+
const a = br(e, t), o = ce({
|
|
833
833
|
context: a.context
|
|
834
|
-
}), [n] =
|
|
834
|
+
}), [n] = D(() => new _a(o, a));
|
|
835
835
|
re(() => {
|
|
836
836
|
n.setOptions(a);
|
|
837
837
|
}, [n, a]);
|
|
838
|
-
const l =
|
|
839
|
-
n.mutate(d, s).catch(
|
|
838
|
+
const l = fr(y((d) => n.subscribe(pt.batchCalls(d)), [n]), () => n.getCurrentResult(), () => n.getCurrentResult()), c = y((d, s) => {
|
|
839
|
+
n.mutate(d, s).catch(Ca);
|
|
840
840
|
}, [n]);
|
|
841
|
-
if (l.error &&
|
|
841
|
+
if (l.error && xr(n.options.useErrorBoundary, [l.error]))
|
|
842
842
|
throw l.error;
|
|
843
|
-
return
|
|
843
|
+
return M(C({}, l), {
|
|
844
844
|
mutate: c,
|
|
845
845
|
mutateAsync: l.mutate
|
|
846
846
|
});
|
|
847
847
|
}
|
|
848
|
-
function
|
|
848
|
+
function Ca() {
|
|
849
849
|
}
|
|
850
|
-
class
|
|
850
|
+
class va {
|
|
851
851
|
constructor(t, r = !1) {
|
|
852
|
-
this.volatile = r, this.getChatContexts = () =>
|
|
852
|
+
this.volatile = r, this.getChatContexts = () => J(this, null, function* () {
|
|
853
853
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
854
854
|
}), this.getNlgInsights = (a) => this.httpClient.post("api/v2/ai/nlg/queryResult", a), this.getQueryRecommendations = (a, o) => this.httpClient.get(`api/v2/ai/recommendations/query/${a}/${o.numOfRecommendations}`), this.getNlqResult = (a, o) => this.httpClient.post(`api/v2/ai/nlq/query/${a}`, o), this.setLlmConfig = (a) => this.httpClient.post("api/v2/settings/ai/llmProvider", a).catch((o) => {
|
|
855
855
|
console.error("Unable to set llm config", o);
|
|
856
|
-
}), this.getAllChats = () =>
|
|
856
|
+
}), this.getAllChats = () => J(this, null, function* () {
|
|
857
857
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
858
858
|
}), this.getChatById = (a) => this.httpClient.get(`api/v2/ai/chats/${a}`), this.createChat = (a, o) => this.httpClient.post("api/v2/ai/chats", {
|
|
859
859
|
sourceId: a,
|
|
@@ -875,38 +875,38 @@ class wa {
|
|
|
875
875
|
}, this.httpClient = t;
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
|
-
const
|
|
878
|
+
const Ma = new lt({
|
|
879
879
|
defaultOptions: {
|
|
880
880
|
queries: {
|
|
881
881
|
refetchOnWindowFocus: !1,
|
|
882
882
|
refetchOnMount: !1
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
|
-
}), He = /* @__PURE__ */ Ce(void 0),
|
|
885
|
+
}), He = /* @__PURE__ */ Ce(void 0), O = () => We(He), Da = ({
|
|
886
886
|
children: e,
|
|
887
887
|
volatile: t
|
|
888
888
|
}) => {
|
|
889
889
|
const {
|
|
890
890
|
app: r
|
|
891
|
-
} =
|
|
891
|
+
} = ur(), a = T(() => r ? new va(r.httpClient, t) : void 0, [r, t]);
|
|
892
892
|
return /* @__PURE__ */ i(He.Provider, {
|
|
893
893
|
value: a,
|
|
894
894
|
children: /* @__PURE__ */ i(st, {
|
|
895
|
-
client:
|
|
895
|
+
client: Ma,
|
|
896
896
|
children: e
|
|
897
897
|
})
|
|
898
898
|
});
|
|
899
|
-
}, Mt = /* @__PURE__ */ Ce({}),
|
|
899
|
+
}, Mt = /* @__PURE__ */ Ce({}), Sa = () => We(Mt), Dt = ({
|
|
900
900
|
children: e
|
|
901
901
|
}) => {
|
|
902
|
-
const [t, r] =
|
|
902
|
+
const [t, r] = D({}), a = y((l, c) => {
|
|
903
903
|
var d;
|
|
904
904
|
return `${l}_${(d = c == null ? void 0 : c.dashboardId) != null ? d : ""}`;
|
|
905
|
-
}, []), o =
|
|
906
|
-
r((s) =>
|
|
905
|
+
}, []), o = y((l, c, d) => {
|
|
906
|
+
r((s) => M(C({}, s), {
|
|
907
907
|
[a(c, d)]: l
|
|
908
908
|
}));
|
|
909
|
-
}, [a]), n =
|
|
909
|
+
}, [a]), n = y((l, c) => t[a(l, c)], [t, a]);
|
|
910
910
|
return /* @__PURE__ */ i(Mt.Provider, {
|
|
911
911
|
value: {
|
|
912
912
|
saveChatId: o,
|
|
@@ -915,29 +915,29 @@ const ya = new lt({
|
|
|
915
915
|
children: e
|
|
916
916
|
});
|
|
917
917
|
};
|
|
918
|
-
function
|
|
918
|
+
function Fo({
|
|
919
919
|
children: e,
|
|
920
920
|
volatile: t
|
|
921
921
|
}) {
|
|
922
922
|
return /* @__PURE__ */ i(Dt, {
|
|
923
|
-
children: /* @__PURE__ */ i(
|
|
923
|
+
children: /* @__PURE__ */ i(Da, {
|
|
924
924
|
volatile: t,
|
|
925
925
|
children: e
|
|
926
926
|
})
|
|
927
927
|
});
|
|
928
928
|
}
|
|
929
|
-
function
|
|
929
|
+
function Ia(e) {
|
|
930
930
|
var t, r;
|
|
931
931
|
if ("jaql" in e)
|
|
932
932
|
return e;
|
|
933
933
|
{
|
|
934
|
-
const a =
|
|
934
|
+
const a = ar(e.dataSource), {
|
|
935
935
|
filters: o = [],
|
|
936
936
|
relations: n
|
|
937
|
-
} =
|
|
937
|
+
} = ir(e.filters), {
|
|
938
938
|
metadata: l,
|
|
939
939
|
filterRelations: c
|
|
940
|
-
} =
|
|
940
|
+
} = or({
|
|
941
941
|
dataSource: e.dataSource,
|
|
942
942
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
943
943
|
measures: (r = e.measures) != null ? r : [],
|
|
@@ -954,8 +954,8 @@ function va(e) {
|
|
|
954
954
|
return e.verbosity && (d.verbosity = e.verbosity), d;
|
|
955
955
|
}
|
|
956
956
|
}
|
|
957
|
-
const
|
|
958
|
-
const r =
|
|
957
|
+
const pe = (e, t = !0) => {
|
|
958
|
+
const r = T(() => Ia(e), [e]), a = O(), {
|
|
959
959
|
data: o,
|
|
960
960
|
error: n,
|
|
961
961
|
isError: l,
|
|
@@ -977,17 +977,17 @@ const se = (e, t = !0) => {
|
|
|
977
977
|
isSuccess: d,
|
|
978
978
|
data: o,
|
|
979
979
|
error: n,
|
|
980
|
-
refetch:
|
|
980
|
+
refetch: y(() => {
|
|
981
981
|
s();
|
|
982
982
|
}, [s])
|
|
983
983
|
};
|
|
984
|
-
},
|
|
984
|
+
}, St = (e) => {
|
|
985
985
|
const t = e, {
|
|
986
986
|
enabled: r
|
|
987
|
-
} = t, a =
|
|
988
|
-
return
|
|
989
|
-
},
|
|
990
|
-
function
|
|
987
|
+
} = t, a = ya(t, ["enabled"]);
|
|
988
|
+
return pe(a, r);
|
|
989
|
+
}, Vo = Me("useGetNlgInsights")(St), $o = Me("useGetNlgQueryResult")(St), Aa = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
990
|
+
function La(e) {
|
|
991
991
|
const {
|
|
992
992
|
dataSource: t,
|
|
993
993
|
query: r,
|
|
@@ -999,15 +999,15 @@ function Da(e) {
|
|
|
999
999
|
text: r,
|
|
1000
1000
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
1001
1001
|
timezone: "UTC",
|
|
1002
|
-
chartTypes: a ?? [...
|
|
1002
|
+
chartTypes: a ?? [...Aa]
|
|
1003
1003
|
}
|
|
1004
1004
|
};
|
|
1005
1005
|
}
|
|
1006
|
-
const
|
|
1006
|
+
const Na = (e) => {
|
|
1007
1007
|
const {
|
|
1008
1008
|
contextTitle: t,
|
|
1009
1009
|
request: r
|
|
1010
|
-
} =
|
|
1010
|
+
} = La(e), a = O(), {
|
|
1011
1011
|
isLoading: o,
|
|
1012
1012
|
isError: n,
|
|
1013
1013
|
isSuccess: l,
|
|
@@ -1018,7 +1018,7 @@ const Ia = (e) => {
|
|
|
1018
1018
|
queryKey: ["getNlqResult", t, r, a],
|
|
1019
1019
|
queryFn: () => a == null ? void 0 : a.ai.getNlqResult(t, r),
|
|
1020
1020
|
enabled: !!a && e.enabled
|
|
1021
|
-
}), u = c ?
|
|
1021
|
+
}), u = c ? se(c, {
|
|
1022
1022
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
1023
1023
|
}) : void 0;
|
|
1024
1024
|
return {
|
|
@@ -1027,31 +1027,31 @@ const Ia = (e) => {
|
|
|
1027
1027
|
isSuccess: l,
|
|
1028
1028
|
data: u,
|
|
1029
1029
|
error: d,
|
|
1030
|
-
refetch:
|
|
1030
|
+
refetch: y(() => {
|
|
1031
1031
|
s();
|
|
1032
1032
|
}, [s])
|
|
1033
1033
|
};
|
|
1034
|
-
},
|
|
1034
|
+
}, Jo = Me("useGetNlqResult")(Na), Ta = 4, It = (e) => {
|
|
1035
1035
|
const {
|
|
1036
1036
|
contextTitle: t,
|
|
1037
1037
|
count: r,
|
|
1038
1038
|
enableAxisTitlesInWidgetProps: a,
|
|
1039
1039
|
enabled: o
|
|
1040
|
-
} = e, n =
|
|
1040
|
+
} = e, n = O(), l = r ?? Ta, c = (o === void 0 || o === !0) && l > 0, {
|
|
1041
1041
|
isLoading: d,
|
|
1042
1042
|
isError: s,
|
|
1043
1043
|
isSuccess: u,
|
|
1044
1044
|
data: p,
|
|
1045
1045
|
error: m,
|
|
1046
|
-
refetch:
|
|
1046
|
+
refetch: f
|
|
1047
1047
|
} = te({
|
|
1048
1048
|
queryKey: ["getQueryRecommendations", t, l, n],
|
|
1049
1049
|
queryFn: () => n == null ? void 0 : n.ai.getQueryRecommendations(t, {
|
|
1050
1050
|
numOfRecommendations: l
|
|
1051
1051
|
}),
|
|
1052
1052
|
enabled: !!n && c
|
|
1053
|
-
}),
|
|
1054
|
-
widgetProps:
|
|
1053
|
+
}), w = T(() => p == null ? void 0 : p.map((x) => M(C({}, x), {
|
|
1054
|
+
widgetProps: x.jaql ? se(x, {
|
|
1055
1055
|
useCustomizedStyleOptions: a
|
|
1056
1056
|
}) : void 0
|
|
1057
1057
|
})), [p, a]);
|
|
@@ -1059,25 +1059,25 @@ const Ia = (e) => {
|
|
|
1059
1059
|
isLoading: c ? d : !1,
|
|
1060
1060
|
isError: s,
|
|
1061
1061
|
isSuccess: u,
|
|
1062
|
-
data:
|
|
1062
|
+
data: w ?? void 0,
|
|
1063
1063
|
error: m,
|
|
1064
|
-
refetch:
|
|
1065
|
-
|
|
1066
|
-
}, [
|
|
1064
|
+
refetch: y(() => {
|
|
1065
|
+
f();
|
|
1066
|
+
}, [f])
|
|
1067
1067
|
};
|
|
1068
|
-
},
|
|
1068
|
+
}, Xo = Me("useGetQueryRecommendations")(It), At = Object.freeze({
|
|
1069
1069
|
enableFollowupQuestions: !1,
|
|
1070
1070
|
enableHeader: !0,
|
|
1071
1071
|
enableInsights: !0,
|
|
1072
1072
|
numOfRecommendations: 4,
|
|
1073
1073
|
numOfRecentPrompts: 5
|
|
1074
|
-
}), Lt = /* @__PURE__ */ Ce(
|
|
1074
|
+
}), Lt = /* @__PURE__ */ Ce(C({}, At)), G = () => We(Lt), ja = ({
|
|
1075
1075
|
children: e,
|
|
1076
1076
|
value: t
|
|
1077
1077
|
}) => {
|
|
1078
1078
|
const {
|
|
1079
1079
|
t: r
|
|
1080
|
-
} =
|
|
1080
|
+
} = _(), a = Object.entries(t).reduce((o, [n, l]) => (l !== void 0 && (o[n] = l), o), M(C({}, At), {
|
|
1081
1081
|
inputPromptText: r("ai.config.inputPromptText"),
|
|
1082
1082
|
welcomeText: r("ai.config.welcomeText"),
|
|
1083
1083
|
suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
|
|
@@ -1086,13 +1086,13 @@ const Ia = (e) => {
|
|
|
1086
1086
|
value: a,
|
|
1087
1087
|
children: e
|
|
1088
1088
|
});
|
|
1089
|
-
}, Ye = "chatHistory",
|
|
1090
|
-
const t =
|
|
1089
|
+
}, Ye = "chatHistory", Ea = (e) => {
|
|
1090
|
+
const t = O(), {
|
|
1091
1091
|
hideHistory: r
|
|
1092
|
-
} =
|
|
1092
|
+
} = G();
|
|
1093
1093
|
return te({
|
|
1094
1094
|
queryKey: [Ye, e, t],
|
|
1095
|
-
queryFn: () =>
|
|
1095
|
+
queryFn: () => J(void 0, null, function* () {
|
|
1096
1096
|
if (!t || !e)
|
|
1097
1097
|
return;
|
|
1098
1098
|
if (r)
|
|
@@ -1103,9 +1103,9 @@ const Ia = (e) => {
|
|
|
1103
1103
|
enabled: !!t && !!e
|
|
1104
1104
|
});
|
|
1105
1105
|
}, Nt = (e) => {
|
|
1106
|
-
const t =
|
|
1106
|
+
const t = O(), r = ce();
|
|
1107
1107
|
return Ge({
|
|
1108
|
-
mutationFn: () =>
|
|
1108
|
+
mutationFn: () => J(void 0, null, function* () {
|
|
1109
1109
|
if (!(!t || !e))
|
|
1110
1110
|
return t.ai.chat.clearHistory(e);
|
|
1111
1111
|
}),
|
|
@@ -1121,7 +1121,7 @@ const Ia = (e) => {
|
|
|
1121
1121
|
data: t,
|
|
1122
1122
|
isLoading: r,
|
|
1123
1123
|
isError: a
|
|
1124
|
-
} =
|
|
1124
|
+
} = Ea(e), {
|
|
1125
1125
|
mutate: o
|
|
1126
1126
|
} = Nt(e);
|
|
1127
1127
|
return re(() => {
|
|
@@ -1131,14 +1131,14 @@ const Ia = (e) => {
|
|
|
1131
1131
|
isLoading: r,
|
|
1132
1132
|
isError: a
|
|
1133
1133
|
};
|
|
1134
|
-
},
|
|
1135
|
-
const e =
|
|
1134
|
+
}, za = () => {
|
|
1135
|
+
const e = O(), {
|
|
1136
1136
|
data: t,
|
|
1137
1137
|
isLoading: r,
|
|
1138
1138
|
fetchStatus: a
|
|
1139
1139
|
} = te({
|
|
1140
1140
|
queryKey: ["getDataTopics", e],
|
|
1141
|
-
queryFn: () =>
|
|
1141
|
+
queryFn: () => J(void 0, null, function* () {
|
|
1142
1142
|
if (e)
|
|
1143
1143
|
return e.getChatContexts();
|
|
1144
1144
|
}),
|
|
@@ -1149,8 +1149,8 @@ const Ia = (e) => {
|
|
|
1149
1149
|
isLoading: r,
|
|
1150
1150
|
fetchStatus: a
|
|
1151
1151
|
};
|
|
1152
|
-
},
|
|
1153
|
-
const e =
|
|
1152
|
+
}, Oa = () => {
|
|
1153
|
+
const e = O(), {
|
|
1154
1154
|
data: t,
|
|
1155
1155
|
isLoading: r
|
|
1156
1156
|
} = te({
|
|
@@ -1162,9 +1162,9 @@ const Ia = (e) => {
|
|
|
1162
1162
|
data: t ?? [],
|
|
1163
1163
|
isLoading: r
|
|
1164
1164
|
};
|
|
1165
|
-
},
|
|
1166
|
-
const a =
|
|
1167
|
-
mutationFn: () =>
|
|
1165
|
+
}, Ra = (e, t, r) => {
|
|
1166
|
+
const a = ce(), o = O(), n = Ge({
|
|
1167
|
+
mutationFn: () => J(void 0, null, function* () {
|
|
1168
1168
|
if (!(!o || !e))
|
|
1169
1169
|
return o.ai.chat.create(e, r);
|
|
1170
1170
|
}),
|
|
@@ -1173,7 +1173,7 @@ const Ia = (e) => {
|
|
|
1173
1173
|
return re(() => {
|
|
1174
1174
|
t && n.isIdle && n.mutate();
|
|
1175
1175
|
}, [t, n]), n;
|
|
1176
|
-
},
|
|
1176
|
+
}, Za = (e, t) => {
|
|
1177
1177
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
1178
1178
|
case "nlq":
|
|
1179
1179
|
return {
|
|
@@ -1190,16 +1190,16 @@ const Ia = (e) => {
|
|
|
1190
1190
|
default:
|
|
1191
1191
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1192
1192
|
}
|
|
1193
|
-
},
|
|
1194
|
-
const r =
|
|
1193
|
+
}, Wa = (e, t) => {
|
|
1194
|
+
const r = ce(), a = y((d) => {
|
|
1195
1195
|
e && r.setQueriesData([Ye, e], (s) => s && [...s, d]);
|
|
1196
1196
|
}, [r, e]), {
|
|
1197
1197
|
t: o
|
|
1198
|
-
} =
|
|
1198
|
+
} = _(), n = O(), {
|
|
1199
1199
|
mutate: l,
|
|
1200
1200
|
isLoading: c
|
|
1201
1201
|
} = Ge({
|
|
1202
|
-
mutationFn: (d) =>
|
|
1202
|
+
mutationFn: (d) => J(void 0, null, function* () {
|
|
1203
1203
|
if (!(!n || !e))
|
|
1204
1204
|
return n.ai.chat.post(e, {
|
|
1205
1205
|
text: d,
|
|
@@ -1226,7 +1226,7 @@ const Ia = (e) => {
|
|
|
1226
1226
|
if (!d)
|
|
1227
1227
|
return;
|
|
1228
1228
|
const s = o("ai.errors.unknownResponse");
|
|
1229
|
-
a(
|
|
1229
|
+
a(Za(d, s));
|
|
1230
1230
|
}
|
|
1231
1231
|
});
|
|
1232
1232
|
return {
|
|
@@ -1238,14 +1238,14 @@ const Ia = (e) => {
|
|
|
1238
1238
|
const {
|
|
1239
1239
|
data: o,
|
|
1240
1240
|
isLoading: n
|
|
1241
|
-
} =
|
|
1241
|
+
} = Oa(), l = Sa(), c = l.getChatId(e, t) || ((a = o.find((p) => {
|
|
1242
1242
|
var m;
|
|
1243
1243
|
return p.contextTitle === e && ((m = p.contextDetails) == null ? void 0 : m.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
1244
1244
|
})) == null ? void 0 : a.chatId), {
|
|
1245
1245
|
isError: d,
|
|
1246
1246
|
data: s,
|
|
1247
1247
|
isSuccess: u
|
|
1248
|
-
} =
|
|
1248
|
+
} = Ra(e, r && !n && !c, t);
|
|
1249
1249
|
return re(() => {
|
|
1250
1250
|
u && s && !c && l.saveChatId(s.chatId, e, t);
|
|
1251
1251
|
}, [s, u, e, t, c, l]), {
|
|
@@ -1253,43 +1253,43 @@ const Ia = (e) => {
|
|
|
1253
1253
|
isLoading: n,
|
|
1254
1254
|
isError: d
|
|
1255
1255
|
};
|
|
1256
|
-
},
|
|
1256
|
+
}, Et = (e) => T(() => {
|
|
1257
|
+
if (e != null && e.length) {
|
|
1258
|
+
const t = e[e.length - 1];
|
|
1259
|
+
if (zt(t))
|
|
1260
|
+
return JSON.parse(t.content);
|
|
1261
|
+
}
|
|
1262
|
+
return null;
|
|
1263
|
+
}, [e]), zt = (e) => !!e && "type" in e && e.type === "nlq", qa = (e) => !!e && "type" in e && e.type === "text", Ga = (e, t) => {
|
|
1257
1264
|
const {
|
|
1258
1265
|
t: r
|
|
1259
|
-
} =
|
|
1266
|
+
} = _(), {
|
|
1260
1267
|
enableFollowupQuestions: a
|
|
1261
|
-
} =
|
|
1268
|
+
} = G(), {
|
|
1262
1269
|
chatId: o,
|
|
1263
1270
|
isError: n
|
|
1264
|
-
} = jt(e, t, !0), [l, c] =
|
|
1271
|
+
} = jt(e, t, !0), [l, c] = D(null), {
|
|
1265
1272
|
history: d,
|
|
1266
1273
|
isLoading: s,
|
|
1267
1274
|
isError: u
|
|
1268
1275
|
} = Tt(o);
|
|
1269
1276
|
re(() => {
|
|
1270
|
-
n ? c(new
|
|
1277
|
+
n ? c(new $("ai.errors.chatUnavailable")) : u && c(new $("ai.errors.fetchHistory"));
|
|
1271
1278
|
}, [n, u, r]);
|
|
1272
1279
|
const {
|
|
1273
1280
|
mutate: p,
|
|
1274
1281
|
isLoading: m
|
|
1275
|
-
} =
|
|
1276
|
-
if (d != null && d.length) {
|
|
1277
|
-
const x = d[d.length - 1];
|
|
1278
|
-
if (Pe(x))
|
|
1279
|
-
return JSON.parse(x.content);
|
|
1280
|
-
}
|
|
1281
|
-
return null;
|
|
1282
|
-
}, [d]);
|
|
1282
|
+
} = Wa(o, a), f = Et(d);
|
|
1283
1283
|
return {
|
|
1284
1284
|
chatId: o,
|
|
1285
1285
|
history: d ?? [],
|
|
1286
|
-
lastNlqResponse:
|
|
1286
|
+
lastNlqResponse: f,
|
|
1287
1287
|
sendMessage: p,
|
|
1288
1288
|
isAwaitingResponse: m,
|
|
1289
1289
|
isLoading: s,
|
|
1290
1290
|
lastError: l
|
|
1291
1291
|
};
|
|
1292
|
-
},
|
|
1292
|
+
}, Ko = ({
|
|
1293
1293
|
contextTitle: e,
|
|
1294
1294
|
contextDetails: t
|
|
1295
1295
|
}) => {
|
|
@@ -1298,28 +1298,21 @@ const Ia = (e) => {
|
|
|
1298
1298
|
} = jt(e, t), {
|
|
1299
1299
|
history: a
|
|
1300
1300
|
} = Tt(r);
|
|
1301
|
-
return
|
|
1302
|
-
|
|
1303
|
-
const o = a[a.length - 1];
|
|
1304
|
-
if (Pe(o))
|
|
1305
|
-
return JSON.parse(o.content);
|
|
1306
|
-
}
|
|
1307
|
-
return null;
|
|
1308
|
-
}, [a]);
|
|
1309
|
-
}, Ra = 500, Wa = 500, qa = 500, Ga = 900, Ha = /* @__PURE__ */ g("div", {
|
|
1301
|
+
return Et(a);
|
|
1302
|
+
}, Ha = 500, Ya = 500, Pa = 500, Ba = 900, Qa = /* @__PURE__ */ g("div", {
|
|
1310
1303
|
target: "e1ldv6710",
|
|
1311
1304
|
label: "ChatFrame"
|
|
1312
1305
|
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({
|
|
1313
1306
|
theme: e
|
|
1314
1307
|
}) => e.aiChat.borderRadius, ";background-color:", ({
|
|
1315
1308
|
theme: e
|
|
1316
|
-
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
1309
|
+
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Ha, "px;min-height:", Ya, "px;width:", ({
|
|
1317
1310
|
width: e
|
|
1318
|
-
}) => e ? rt(e) : `${
|
|
1311
|
+
}) => e ? rt(e) : `${Pa}px`, ";height:", ({
|
|
1319
1312
|
height: e
|
|
1320
|
-
}) => e ? rt(e) : `${
|
|
1313
|
+
}) => e ? rt(e) : `${Ba}px`, ";", ({
|
|
1321
1314
|
theme: e
|
|
1322
|
-
}) =>
|
|
1315
|
+
}) => L`
|
|
1323
1316
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
1324
1317
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
1325
1318
|
`, " border:", ({
|
|
@@ -1328,7 +1321,7 @@ const Ia = (e) => {
|
|
|
1328
1321
|
function rt(e) {
|
|
1329
1322
|
return typeof e == "number" ? `${e}px` : e;
|
|
1330
1323
|
}
|
|
1331
|
-
function
|
|
1324
|
+
function Ua({
|
|
1332
1325
|
spin: e
|
|
1333
1326
|
}) {
|
|
1334
1327
|
return /* @__PURE__ */ h("svg", {
|
|
@@ -1356,12 +1349,12 @@ function De() {
|
|
|
1356
1349
|
return /* @__PURE__ */ i("div", {
|
|
1357
1350
|
className: "csdk-m-auto",
|
|
1358
1351
|
"aria-label": "loading spinner",
|
|
1359
|
-
children: /* @__PURE__ */ i(
|
|
1352
|
+
children: /* @__PURE__ */ i(Ua, {
|
|
1360
1353
|
spin: !0
|
|
1361
1354
|
})
|
|
1362
1355
|
});
|
|
1363
1356
|
}
|
|
1364
|
-
function
|
|
1357
|
+
function Fa({
|
|
1365
1358
|
theme: e
|
|
1366
1359
|
}) {
|
|
1367
1360
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -1376,7 +1369,7 @@ function Pa({
|
|
|
1376
1369
|
})
|
|
1377
1370
|
});
|
|
1378
1371
|
}
|
|
1379
|
-
function
|
|
1372
|
+
function Va({
|
|
1380
1373
|
theme: e
|
|
1381
1374
|
}) {
|
|
1382
1375
|
const t = e.aiChat.icons.color;
|
|
@@ -1398,17 +1391,17 @@ function Ba({
|
|
|
1398
1391
|
})]
|
|
1399
1392
|
});
|
|
1400
1393
|
}
|
|
1401
|
-
const
|
|
1394
|
+
const $a = /* @__PURE__ */ g("div", {
|
|
1402
1395
|
target: "e1q6h1ze0",
|
|
1403
1396
|
label: "Section"
|
|
1404
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
1397
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), Ja = /* @__PURE__ */ g("div", {
|
|
1405
1398
|
target: "e1q6h1ze1",
|
|
1406
1399
|
label: "SectionHeader"
|
|
1407
1400
|
})("font-size:11px;line-height:18px;font-weight:300;color:", ({
|
|
1408
1401
|
theme: e
|
|
1409
1402
|
}) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
1410
1403
|
theme: e
|
|
1411
|
-
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
1404
|
+
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), Xa = /* @__PURE__ */ g("div", {
|
|
1412
1405
|
target: "e1q6h1ze2",
|
|
1413
1406
|
label: "DropupItem"
|
|
1414
1407
|
})("font-size:", ({
|
|
@@ -1420,28 +1413,28 @@ const Qa = /* @__PURE__ */ g("div", {
|
|
|
1420
1413
|
}) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
1421
1414
|
theme: e
|
|
1422
1415
|
}) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
1423
|
-
function
|
|
1416
|
+
function Ka({
|
|
1424
1417
|
title: e,
|
|
1425
1418
|
items: t,
|
|
1426
1419
|
onSelect: r,
|
|
1427
1420
|
alwaysExpanded: a = !1
|
|
1428
1421
|
}) {
|
|
1429
|
-
const [o, n] =
|
|
1422
|
+
const [o, n] = D(!1), {
|
|
1430
1423
|
themeSettings: l
|
|
1431
|
-
} =
|
|
1432
|
-
return /* @__PURE__ */ h(
|
|
1433
|
-
children: [/* @__PURE__ */ i(
|
|
1424
|
+
} = k();
|
|
1425
|
+
return /* @__PURE__ */ h($a, {
|
|
1426
|
+
children: [/* @__PURE__ */ i(Ja, {
|
|
1434
1427
|
onClick: () => n((c) => !c),
|
|
1435
1428
|
theme: l,
|
|
1436
1429
|
children: e.toUpperCase()
|
|
1437
|
-
}), (o || a) && t.map((c, d) => /* @__PURE__ */ i(
|
|
1430
|
+
}), (o || a) && t.map((c, d) => /* @__PURE__ */ i(Xa, {
|
|
1438
1431
|
onClick: () => r(c),
|
|
1439
1432
|
theme: l,
|
|
1440
1433
|
children: c
|
|
1441
1434
|
}, d))]
|
|
1442
1435
|
});
|
|
1443
1436
|
}
|
|
1444
|
-
const
|
|
1437
|
+
const ei = /* @__PURE__ */ g("div", {
|
|
1445
1438
|
target: "e10x5x4a0",
|
|
1446
1439
|
label: "PopupContent"
|
|
1447
1440
|
})("font-family:", ({
|
|
@@ -1456,7 +1449,7 @@ const $a = /* @__PURE__ */ g("div", {
|
|
|
1456
1449
|
theme: e
|
|
1457
1450
|
}) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({
|
|
1458
1451
|
theme: e
|
|
1459
|
-
}) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"),
|
|
1452
|
+
}) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), ti = /* @__PURE__ */ g("div", {
|
|
1460
1453
|
target: "e10x5x4a1",
|
|
1461
1454
|
label: "ErrorMessage"
|
|
1462
1455
|
})("font-size:", ({
|
|
@@ -1466,7 +1459,7 @@ const $a = /* @__PURE__ */ g("div", {
|
|
|
1466
1459
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
1467
1460
|
theme: e
|
|
1468
1461
|
}) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Oe = (e) => e.startsWith("/");
|
|
1469
|
-
function
|
|
1462
|
+
function ri({
|
|
1470
1463
|
recentPrompts: e,
|
|
1471
1464
|
suggestions: t,
|
|
1472
1465
|
isLoading: r,
|
|
@@ -1485,9 +1478,9 @@ function Xa({
|
|
|
1485
1478
|
onSelect: a
|
|
1486
1479
|
}].filter((p) => p.title.slice(0, n.length) === n), {
|
|
1487
1480
|
themeSettings: d
|
|
1488
|
-
} =
|
|
1481
|
+
} = k(), {
|
|
1489
1482
|
t: s
|
|
1490
|
-
} =
|
|
1483
|
+
} = _(), u = c.length === 1;
|
|
1491
1484
|
return /* @__PURE__ */ i(gt, {
|
|
1492
1485
|
open: Oe(n) && c.length > 0,
|
|
1493
1486
|
anchorEl: o,
|
|
@@ -1501,29 +1494,29 @@ function Xa({
|
|
|
1501
1494
|
sx: {
|
|
1502
1495
|
zIndex: 3
|
|
1503
1496
|
},
|
|
1504
|
-
children: /* @__PURE__ */ h(
|
|
1497
|
+
children: /* @__PURE__ */ h(ei, {
|
|
1505
1498
|
style: {
|
|
1506
1499
|
width: o == null ? void 0 : o.offsetWidth
|
|
1507
1500
|
},
|
|
1508
1501
|
theme: d,
|
|
1509
|
-
children: [r && /* @__PURE__ */ i(De, {}), !r && !l && c.map((p) => /* @__PURE__ */ i(
|
|
1502
|
+
children: [r && /* @__PURE__ */ i(De, {}), !r && !l && c.map((p) => /* @__PURE__ */ i(Ka, M(C({}, p), {
|
|
1510
1503
|
alwaysExpanded: u
|
|
1511
|
-
}), p.title)), l && /* @__PURE__ */ i(
|
|
1504
|
+
}), p.title)), l && /* @__PURE__ */ i(ti, {
|
|
1512
1505
|
theme: d,
|
|
1513
1506
|
children: s("ai.errors.recommendationsNotAvailable")
|
|
1514
1507
|
})]
|
|
1515
1508
|
})
|
|
1516
1509
|
});
|
|
1517
1510
|
}
|
|
1518
|
-
function
|
|
1511
|
+
function ge({
|
|
1519
1512
|
title: e,
|
|
1520
1513
|
placement: t = "top",
|
|
1521
1514
|
children: r
|
|
1522
1515
|
}) {
|
|
1523
1516
|
const {
|
|
1524
1517
|
themeSettings: a
|
|
1525
|
-
} =
|
|
1526
|
-
return /* @__PURE__ */ i(
|
|
1518
|
+
} = k();
|
|
1519
|
+
return /* @__PURE__ */ i(Ar, {
|
|
1527
1520
|
title: e,
|
|
1528
1521
|
placement: t,
|
|
1529
1522
|
disableInteractive: !0,
|
|
@@ -1551,15 +1544,15 @@ function pe({
|
|
|
1551
1544
|
children: r
|
|
1552
1545
|
});
|
|
1553
1546
|
}
|
|
1554
|
-
const
|
|
1547
|
+
const ai = 500, ii = /* @__PURE__ */ g("div", {
|
|
1555
1548
|
target: "e6iwkw10",
|
|
1556
1549
|
label: "ChatInputContainer"
|
|
1557
1550
|
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({
|
|
1558
1551
|
theme: e
|
|
1559
|
-
}) => e.aiChat.backgroundColor, ";"),
|
|
1552
|
+
}) => e.aiChat.backgroundColor, ";"), oi = /* @__PURE__ */ g("button", {
|
|
1560
1553
|
target: "e6iwkw11",
|
|
1561
1554
|
label: "ClearHistoryButton"
|
|
1562
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
1555
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), ni = /* @__PURE__ */ g("textarea", {
|
|
1563
1556
|
target: "e6iwkw12",
|
|
1564
1557
|
label: "TextInput"
|
|
1565
1558
|
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({
|
|
@@ -1568,21 +1561,21 @@ const Ka = 500, ei = /* @__PURE__ */ g("div", {
|
|
|
1568
1561
|
theme: e
|
|
1569
1562
|
}) => e.aiChat.primaryTextColor, ";background-color:", ({
|
|
1570
1563
|
theme: e
|
|
1571
|
-
}) => e.aiChat.input.backgroundColor, ";"),
|
|
1564
|
+
}) => e.aiChat.input.backgroundColor, ";"), li = /* @__PURE__ */ g("button", {
|
|
1572
1565
|
target: "e6iwkw13",
|
|
1573
1566
|
label: "SendMessageButton"
|
|
1574
1567
|
})("height:34px;background-color:inherit;border-style:none;color:", ({
|
|
1575
1568
|
theme: e
|
|
1576
1569
|
}) => e.aiChat.primaryTextColor, ";", ({
|
|
1577
1570
|
disabled: e
|
|
1578
|
-
}) => e ?
|
|
1571
|
+
}) => e ? L`
|
|
1579
1572
|
opacity: 0.3;
|
|
1580
1573
|
cursor: not-allowed;
|
|
1581
|
-
` :
|
|
1574
|
+
` : L`
|
|
1582
1575
|
opacity: 1;
|
|
1583
1576
|
cursor: pointer;
|
|
1584
|
-
`),
|
|
1585
|
-
function
|
|
1577
|
+
`), di = 34;
|
|
1578
|
+
function ci({
|
|
1586
1579
|
onSendMessage: e,
|
|
1587
1580
|
onClearHistoryClick: t,
|
|
1588
1581
|
disabled: r,
|
|
@@ -1592,172 +1585,172 @@ function oi({
|
|
|
1592
1585
|
recommendationsError: l,
|
|
1593
1586
|
onChange: c
|
|
1594
1587
|
}) {
|
|
1595
|
-
const [d, s] =
|
|
1588
|
+
const [d, s] = D(""), {
|
|
1596
1589
|
inputPromptText: u
|
|
1597
|
-
} =
|
|
1590
|
+
} = G(), p = y(() => {
|
|
1598
1591
|
if (r)
|
|
1599
1592
|
return;
|
|
1600
1593
|
if (Oe(d)) {
|
|
1601
1594
|
s("");
|
|
1602
1595
|
return;
|
|
1603
1596
|
}
|
|
1604
|
-
const
|
|
1605
|
-
|
|
1606
|
-
}, [r, e, d]), m =
|
|
1607
|
-
e(
|
|
1608
|
-
}, [e]),
|
|
1609
|
-
|
|
1610
|
-
}, [p, d]),
|
|
1611
|
-
c == null || c(
|
|
1612
|
-
}, [c]),
|
|
1597
|
+
const v = d.trim();
|
|
1598
|
+
v.length !== 0 && (e(v), s(""));
|
|
1599
|
+
}, [r, e, d]), m = y((v) => {
|
|
1600
|
+
e(v), s("");
|
|
1601
|
+
}, [e]), f = y((v) => {
|
|
1602
|
+
v.key === "Enter" ? (v.preventDefault(), p()) : v.key === "Escape" && Oe(d) && s("");
|
|
1603
|
+
}, [p, d]), w = y((v) => {
|
|
1604
|
+
c == null || c(v.target.value), s(v.target.value);
|
|
1605
|
+
}, [c]), x = V(null);
|
|
1613
1606
|
ke(() => {
|
|
1614
|
-
|
|
1607
|
+
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, di)}px`);
|
|
1615
1608
|
}, [d]), ke(() => {
|
|
1616
|
-
|
|
1609
|
+
x.current && x.current.focus({
|
|
1617
1610
|
preventScroll: !0
|
|
1618
1611
|
});
|
|
1619
1612
|
}, []);
|
|
1620
1613
|
const {
|
|
1621
|
-
themeSettings:
|
|
1622
|
-
} =
|
|
1623
|
-
t:
|
|
1624
|
-
} =
|
|
1625
|
-
var
|
|
1626
|
-
if ((
|
|
1627
|
-
const
|
|
1628
|
-
var
|
|
1629
|
-
document.removeEventListener("mouseup",
|
|
1614
|
+
themeSettings: S
|
|
1615
|
+
} = k(), {
|
|
1616
|
+
t: I
|
|
1617
|
+
} = _(), E = y((v) => {
|
|
1618
|
+
var R;
|
|
1619
|
+
if ((R = document.getElementById("csdk-chatbot-frame")) != null && R.contains(v.relatedTarget)) {
|
|
1620
|
+
const H = (Z) => {
|
|
1621
|
+
var B;
|
|
1622
|
+
document.removeEventListener("mouseup", H), document.removeEventListener("keyup", H), Z.type === "mouseup" && ((B = document.getSelection()) == null ? void 0 : B.type) !== "Range" && v.target.focus({
|
|
1630
1623
|
preventScroll: !0
|
|
1631
1624
|
});
|
|
1632
1625
|
};
|
|
1633
|
-
document.addEventListener("mouseup",
|
|
1626
|
+
document.addEventListener("mouseup", H), document.addEventListener("keyup", H);
|
|
1634
1627
|
}
|
|
1635
1628
|
}, []);
|
|
1636
|
-
return /* @__PURE__ */ h(
|
|
1637
|
-
theme:
|
|
1638
|
-
children: [/* @__PURE__ */ i(
|
|
1629
|
+
return /* @__PURE__ */ h(ii, {
|
|
1630
|
+
theme: S,
|
|
1631
|
+
children: [/* @__PURE__ */ i(ri, {
|
|
1639
1632
|
recentPrompts: a,
|
|
1640
1633
|
suggestions: o,
|
|
1641
1634
|
isLoading: n,
|
|
1642
1635
|
onSelection: m,
|
|
1643
|
-
anchorEl:
|
|
1636
|
+
anchorEl: x.current,
|
|
1644
1637
|
text: d,
|
|
1645
1638
|
recommendationsError: l
|
|
1646
|
-
}), t && /* @__PURE__ */ i(
|
|
1647
|
-
title:
|
|
1639
|
+
}), t && /* @__PURE__ */ i(ge, {
|
|
1640
|
+
title: I("ai.buttons.clearChat"),
|
|
1648
1641
|
placement: "bottom-start",
|
|
1649
|
-
children: /* @__PURE__ */ i(
|
|
1642
|
+
children: /* @__PURE__ */ i(oi, {
|
|
1650
1643
|
"aria-label": "clear history",
|
|
1651
1644
|
onClick: t,
|
|
1652
|
-
children: /* @__PURE__ */ i(
|
|
1653
|
-
theme:
|
|
1645
|
+
children: /* @__PURE__ */ i(Va, {
|
|
1646
|
+
theme: S
|
|
1654
1647
|
})
|
|
1655
1648
|
})
|
|
1656
|
-
}), /* @__PURE__ */ i(
|
|
1649
|
+
}), /* @__PURE__ */ i(ni, {
|
|
1657
1650
|
"aria-label": "chat input",
|
|
1658
|
-
onBlur:
|
|
1659
|
-
maxLength:
|
|
1660
|
-
ref:
|
|
1651
|
+
onBlur: E,
|
|
1652
|
+
maxLength: ai,
|
|
1653
|
+
ref: x,
|
|
1661
1654
|
rows: 1,
|
|
1662
|
-
onChange:
|
|
1655
|
+
onChange: w,
|
|
1663
1656
|
spellCheck: "true",
|
|
1664
1657
|
placeholder: u,
|
|
1665
1658
|
value: d,
|
|
1666
|
-
onKeyDown:
|
|
1667
|
-
theme:
|
|
1668
|
-
}), /* @__PURE__ */ i(
|
|
1659
|
+
onKeyDown: f,
|
|
1660
|
+
theme: S
|
|
1661
|
+
}), /* @__PURE__ */ i(li, {
|
|
1669
1662
|
"aria-label": "send chat message",
|
|
1670
1663
|
disabled: r || d.length === 0,
|
|
1671
1664
|
onClick: p,
|
|
1672
|
-
theme:
|
|
1665
|
+
theme: S,
|
|
1673
1666
|
children: /* @__PURE__ */ i("span", {
|
|
1674
1667
|
"data-state": "closed",
|
|
1675
|
-
children: /* @__PURE__ */ i(
|
|
1676
|
-
theme:
|
|
1668
|
+
children: /* @__PURE__ */ i(Fa, {
|
|
1669
|
+
theme: S
|
|
1677
1670
|
})
|
|
1678
1671
|
})
|
|
1679
1672
|
})]
|
|
1680
1673
|
});
|
|
1681
1674
|
}
|
|
1682
|
-
const
|
|
1675
|
+
const si = /* @__PURE__ */ g("div", {
|
|
1683
1676
|
target: "er3yjg60",
|
|
1684
1677
|
label: "FlexContainer"
|
|
1685
1678
|
})("display:flex;", ({
|
|
1686
1679
|
align: e
|
|
1687
|
-
}) => e === "right" ?
|
|
1680
|
+
}) => e === "right" ? L`
|
|
1688
1681
|
justify-content: flex-end;
|
|
1689
|
-
` :
|
|
1682
|
+
` : L`
|
|
1690
1683
|
justify-content: flex-start;
|
|
1691
|
-
`),
|
|
1684
|
+
`), Ot = /* @__PURE__ */ g("div", {
|
|
1692
1685
|
target: "er3yjg61",
|
|
1693
1686
|
label: "MessageContainer"
|
|
1694
1687
|
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({
|
|
1695
1688
|
align: e
|
|
1696
|
-
}) => e === "right" ?
|
|
1689
|
+
}) => e === "right" ? L`
|
|
1697
1690
|
text-align: right;
|
|
1698
1691
|
border-radius: 10px 10px 0px 10px;
|
|
1699
|
-
` :
|
|
1692
|
+
` : L`
|
|
1700
1693
|
text-align: left;
|
|
1701
1694
|
border-radius: 10px 10px 10px 0px;
|
|
1702
1695
|
`, " ", ({
|
|
1703
1696
|
align: e
|
|
1704
|
-
}) => e !== "full" ?
|
|
1697
|
+
}) => e !== "full" ? L`
|
|
1705
1698
|
max-width: 85%;
|
|
1706
1699
|
` : "", " color:", ({
|
|
1707
1700
|
theme: e
|
|
1708
1701
|
}) => e.aiChat.primaryTextColor, ";background-color:", ({
|
|
1709
1702
|
theme: e,
|
|
1710
1703
|
align: t
|
|
1711
|
-
}) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"),
|
|
1704
|
+
}) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), P = ({
|
|
1712
1705
|
align: e,
|
|
1713
1706
|
children: t
|
|
1714
1707
|
}) => {
|
|
1715
1708
|
const {
|
|
1716
1709
|
themeSettings: r
|
|
1717
|
-
} =
|
|
1718
|
-
return /* @__PURE__ */ i(
|
|
1710
|
+
} = k();
|
|
1711
|
+
return /* @__PURE__ */ i(si, {
|
|
1719
1712
|
theme: r,
|
|
1720
1713
|
align: e,
|
|
1721
|
-
children: /* @__PURE__ */ i(
|
|
1714
|
+
children: /* @__PURE__ */ i(Ot, {
|
|
1722
1715
|
theme: r,
|
|
1723
1716
|
align: e,
|
|
1724
1717
|
children: t
|
|
1725
1718
|
})
|
|
1726
1719
|
});
|
|
1727
1720
|
};
|
|
1728
|
-
function
|
|
1721
|
+
function pi() {
|
|
1729
1722
|
const {
|
|
1730
1723
|
welcomeText: e
|
|
1731
|
-
} =
|
|
1732
|
-
return e === !1 ? null : /* @__PURE__ */ i(
|
|
1724
|
+
} = G();
|
|
1725
|
+
return e === !1 ? null : /* @__PURE__ */ i(P, {
|
|
1733
1726
|
align: "left",
|
|
1734
1727
|
children: e
|
|
1735
1728
|
});
|
|
1736
1729
|
}
|
|
1737
|
-
const
|
|
1730
|
+
const gi = /* @__PURE__ */ g("div", {
|
|
1738
1731
|
target: "e1r5p4wy0",
|
|
1739
1732
|
label: "Container"
|
|
1740
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
1733
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), ui = /* @__PURE__ */ g("div", {
|
|
1741
1734
|
target: "e1r5p4wy1",
|
|
1742
1735
|
label: "Title"
|
|
1743
1736
|
})("color:", ({
|
|
1744
1737
|
theme: e
|
|
1745
|
-
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
1738
|
+
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), hi = /* @__PURE__ */ g("div", {
|
|
1746
1739
|
target: "e1r5p4wy2",
|
|
1747
1740
|
label: "ActionButton"
|
|
1748
1741
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
1749
|
-
function
|
|
1742
|
+
function Rt({
|
|
1750
1743
|
text: e,
|
|
1751
1744
|
action: t
|
|
1752
1745
|
}) {
|
|
1753
1746
|
const {
|
|
1754
1747
|
themeSettings: r
|
|
1755
|
-
} =
|
|
1756
|
-
return /* @__PURE__ */ h(
|
|
1757
|
-
children: [/* @__PURE__ */ i(
|
|
1748
|
+
} = k();
|
|
1749
|
+
return /* @__PURE__ */ h(gi, {
|
|
1750
|
+
children: [/* @__PURE__ */ i(ui, {
|
|
1758
1751
|
theme: r,
|
|
1759
1752
|
children: e
|
|
1760
|
-
}), /* @__PURE__ */ i(
|
|
1753
|
+
}), /* @__PURE__ */ i(kr, {}), t && /* @__PURE__ */ i(hi, {
|
|
1761
1754
|
onClick: t.onClick,
|
|
1762
1755
|
children: t.text
|
|
1763
1756
|
})]
|
|
@@ -1767,10 +1760,10 @@ const be = /* @__PURE__ */ g("div", {
|
|
|
1767
1760
|
target: "e3ryei50",
|
|
1768
1761
|
label: "Dot"
|
|
1769
1762
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
|
1770
|
-
function
|
|
1763
|
+
function Pe() {
|
|
1771
1764
|
const {
|
|
1772
1765
|
themeSettings: e
|
|
1773
|
-
} =
|
|
1766
|
+
} = k(), t = e.aiChat.icons.color;
|
|
1774
1767
|
return /* @__PURE__ */ h("div", {
|
|
1775
1768
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
1776
1769
|
"aria-label": "loading dots",
|
|
@@ -1785,16 +1778,16 @@ function Be() {
|
|
|
1785
1778
|
})]
|
|
1786
1779
|
});
|
|
1787
1780
|
}
|
|
1788
|
-
const
|
|
1781
|
+
const mi = /* @__PURE__ */ g("div", {
|
|
1789
1782
|
target: "ed5z2fc0",
|
|
1790
1783
|
label: "FlexContainer"
|
|
1791
1784
|
})("display:flex;", ({
|
|
1792
1785
|
align: e
|
|
1793
|
-
}) => e === "right" ?
|
|
1786
|
+
}) => e === "right" ? L`
|
|
1794
1787
|
justify-content: flex-end;
|
|
1795
|
-
` :
|
|
1788
|
+
` : L`
|
|
1796
1789
|
justify-content: flex-start;
|
|
1797
|
-
`),
|
|
1790
|
+
`), bi = /* @__PURE__ */ g("button", {
|
|
1798
1791
|
target: "ed5z2fc1",
|
|
1799
1792
|
label: "MessageButton"
|
|
1800
1793
|
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({
|
|
@@ -1809,13 +1802,13 @@ const pi = /* @__PURE__ */ g("div", {
|
|
|
1809
1802
|
theme: e
|
|
1810
1803
|
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({
|
|
1811
1804
|
align: e
|
|
1812
|
-
}) => e === "right" ?
|
|
1805
|
+
}) => e === "right" ? L`
|
|
1813
1806
|
text-align: right;
|
|
1814
|
-
` :
|
|
1807
|
+
` : L`
|
|
1815
1808
|
text-align: left;
|
|
1816
1809
|
`, " ", ({
|
|
1817
1810
|
align: e
|
|
1818
|
-
}) => e !== "full" ?
|
|
1811
|
+
}) => e !== "full" ? L`
|
|
1819
1812
|
max-width: 382px;
|
|
1820
1813
|
` : "", " ", ({
|
|
1821
1814
|
theme: e
|
|
@@ -1826,7 +1819,7 @@ const pi = /* @__PURE__ */ g("div", {
|
|
|
1826
1819
|
} = e.aiChat.suggestions;
|
|
1827
1820
|
if (t) {
|
|
1828
1821
|
const [a, o] = t;
|
|
1829
|
-
return
|
|
1822
|
+
return L`
|
|
1830
1823
|
border: none;
|
|
1831
1824
|
position: relative;
|
|
1832
1825
|
border-radius: ${r};
|
|
@@ -1858,10 +1851,10 @@ function _e({
|
|
|
1858
1851
|
}) {
|
|
1859
1852
|
const {
|
|
1860
1853
|
themeSettings: l
|
|
1861
|
-
} =
|
|
1862
|
-
return /* @__PURE__ */ i(
|
|
1854
|
+
} = k();
|
|
1855
|
+
return /* @__PURE__ */ i(mi, {
|
|
1863
1856
|
align: t,
|
|
1864
|
-
children: /* @__PURE__ */ i(
|
|
1857
|
+
children: /* @__PURE__ */ i(bi, {
|
|
1865
1858
|
"aria-label": n,
|
|
1866
1859
|
theme: l,
|
|
1867
1860
|
onClick: r,
|
|
@@ -1872,15 +1865,15 @@ function _e({
|
|
|
1872
1865
|
})
|
|
1873
1866
|
});
|
|
1874
1867
|
}
|
|
1875
|
-
function
|
|
1868
|
+
function fi({
|
|
1876
1869
|
onCancel: e,
|
|
1877
1870
|
onConfirm: t
|
|
1878
1871
|
}) {
|
|
1879
1872
|
const {
|
|
1880
1873
|
t: r
|
|
1881
|
-
} =
|
|
1874
|
+
} = _();
|
|
1882
1875
|
return /* @__PURE__ */ h(N, {
|
|
1883
|
-
children: [/* @__PURE__ */ i(
|
|
1876
|
+
children: [/* @__PURE__ */ i(P, {
|
|
1884
1877
|
align: "left",
|
|
1885
1878
|
children: r("ai.clearHistoryPrompt")
|
|
1886
1879
|
}), /* @__PURE__ */ h("div", {
|
|
@@ -1905,19 +1898,19 @@ function ui({
|
|
|
1905
1898
|
})]
|
|
1906
1899
|
});
|
|
1907
1900
|
}
|
|
1908
|
-
function
|
|
1909
|
-
return
|
|
1901
|
+
function xi(e) {
|
|
1902
|
+
return Mr("MuiDialog", e);
|
|
1910
1903
|
}
|
|
1911
|
-
const je =
|
|
1912
|
-
process.env.NODE_ENV !== "production" && (
|
|
1913
|
-
const
|
|
1904
|
+
const je = er("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), Zt = /* @__PURE__ */ Ce({});
|
|
1905
|
+
process.env.NODE_ENV !== "production" && (Zt.displayName = "DialogContext");
|
|
1906
|
+
const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], wi = ve(tr, {
|
|
1914
1907
|
name: "MuiDialog",
|
|
1915
1908
|
slot: "Backdrop",
|
|
1916
1909
|
overrides: (e, t) => t.backdrop
|
|
1917
1910
|
})({
|
|
1918
1911
|
// Improve scrollable dialog support.
|
|
1919
1912
|
zIndex: -1
|
|
1920
|
-
}),
|
|
1913
|
+
}), yi = (e) => {
|
|
1921
1914
|
const {
|
|
1922
1915
|
classes: t,
|
|
1923
1916
|
scroll: r,
|
|
@@ -1929,8 +1922,8 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1929
1922
|
container: ["container", `scroll${ee(r)}`],
|
|
1930
1923
|
paper: ["paper", `paperScroll${ee(r)}`, `paperWidth${ee(String(a))}`, o && "paperFullWidth", n && "paperFullScreen"]
|
|
1931
1924
|
};
|
|
1932
|
-
return
|
|
1933
|
-
},
|
|
1925
|
+
return hr(l, xi, t);
|
|
1926
|
+
}, _i = ve(rr, {
|
|
1934
1927
|
name: "MuiDialog",
|
|
1935
1928
|
slot: "Root",
|
|
1936
1929
|
overridesResolver: (e, t) => t.root
|
|
@@ -1939,7 +1932,7 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1939
1932
|
// Use !important to override the Modal inline-style.
|
|
1940
1933
|
position: "absolute !important"
|
|
1941
1934
|
}
|
|
1942
|
-
}),
|
|
1935
|
+
}), Ci = ve("div", {
|
|
1943
1936
|
name: "MuiDialog",
|
|
1944
1937
|
slot: "Container",
|
|
1945
1938
|
overridesResolver: (e, t) => {
|
|
@@ -1950,7 +1943,7 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1950
1943
|
}
|
|
1951
1944
|
})(({
|
|
1952
1945
|
ownerState: e
|
|
1953
|
-
}) =>
|
|
1946
|
+
}) => U({
|
|
1954
1947
|
height: "100%",
|
|
1955
1948
|
"@media print": {
|
|
1956
1949
|
height: "auto"
|
|
@@ -1972,7 +1965,7 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1972
1965
|
height: "100%",
|
|
1973
1966
|
width: "0"
|
|
1974
1967
|
}
|
|
1975
|
-
})),
|
|
1968
|
+
})), vi = ve(dt, {
|
|
1976
1969
|
name: "MuiDialog",
|
|
1977
1970
|
slot: "Paper",
|
|
1978
1971
|
overridesResolver: (e, t) => {
|
|
@@ -1984,7 +1977,7 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1984
1977
|
})(({
|
|
1985
1978
|
theme: e,
|
|
1986
1979
|
ownerState: t
|
|
1987
|
-
}) =>
|
|
1980
|
+
}) => U({
|
|
1988
1981
|
margin: 32,
|
|
1989
1982
|
position: "relative",
|
|
1990
1983
|
overflowY: "auto",
|
|
@@ -2031,11 +2024,11 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
2031
2024
|
margin: 0,
|
|
2032
2025
|
maxWidth: "100%"
|
|
2033
2026
|
}
|
|
2034
|
-
})),
|
|
2035
|
-
const r =
|
|
2027
|
+
})), Wt = /* @__PURE__ */ ct(function(e, t) {
|
|
2028
|
+
const r = nr({
|
|
2036
2029
|
props: e,
|
|
2037
2030
|
name: "MuiDialog"
|
|
2038
|
-
}), a =
|
|
2031
|
+
}), a = lr(), o = {
|
|
2039
2032
|
enter: a.transitions.duration.enteringScreen,
|
|
2040
2033
|
exit: a.transitions.duration.leavingScreen
|
|
2041
2034
|
}, {
|
|
@@ -2047,71 +2040,71 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
2047
2040
|
className: u,
|
|
2048
2041
|
disableEscapeKeyDown: p = !1,
|
|
2049
2042
|
fullScreen: m = !1,
|
|
2050
|
-
fullWidth:
|
|
2051
|
-
maxWidth:
|
|
2052
|
-
onBackdropClick:
|
|
2053
|
-
onClick:
|
|
2054
|
-
onClose:
|
|
2055
|
-
open:
|
|
2056
|
-
PaperComponent:
|
|
2057
|
-
PaperProps:
|
|
2058
|
-
scroll:
|
|
2059
|
-
TransitionComponent:
|
|
2060
|
-
transitionDuration:
|
|
2061
|
-
TransitionProps:
|
|
2062
|
-
} = r,
|
|
2043
|
+
fullWidth: f = !1,
|
|
2044
|
+
maxWidth: w = "sm",
|
|
2045
|
+
onBackdropClick: x,
|
|
2046
|
+
onClick: S,
|
|
2047
|
+
onClose: I,
|
|
2048
|
+
open: E,
|
|
2049
|
+
PaperComponent: v = dt,
|
|
2050
|
+
PaperProps: R = {},
|
|
2051
|
+
scroll: H = "paper",
|
|
2052
|
+
TransitionComponent: Z = mr,
|
|
2053
|
+
transitionDuration: B = o,
|
|
2054
|
+
TransitionProps: Ie
|
|
2055
|
+
} = r, he = dr(r, ki), Q = U({}, r, {
|
|
2063
2056
|
disableEscapeKeyDown: p,
|
|
2064
2057
|
fullScreen: m,
|
|
2065
|
-
fullWidth:
|
|
2066
|
-
maxWidth:
|
|
2067
|
-
scroll:
|
|
2068
|
-
}),
|
|
2069
|
-
ae.current =
|
|
2070
|
-
},
|
|
2071
|
-
|
|
2072
|
-
},
|
|
2073
|
-
titleId:
|
|
2074
|
-
}), [
|
|
2075
|
-
return /* @__PURE__ */
|
|
2076
|
-
className: Ne(
|
|
2058
|
+
fullWidth: f,
|
|
2059
|
+
maxWidth: w,
|
|
2060
|
+
scroll: H
|
|
2061
|
+
}), X = yi(Q), ae = V(), Ae = (W) => {
|
|
2062
|
+
ae.current = W.target === W.currentTarget;
|
|
2063
|
+
}, ie = (W) => {
|
|
2064
|
+
S && S(W), ae.current && (ae.current = null, x && x(W), I && I(W, "backdropClick"));
|
|
2065
|
+
}, oe = cr(l), j = T(() => ({
|
|
2066
|
+
titleId: oe
|
|
2067
|
+
}), [oe]);
|
|
2068
|
+
return /* @__PURE__ */ ne(_i, U({
|
|
2069
|
+
className: Ne(X.root, u),
|
|
2077
2070
|
closeAfterTransition: !0,
|
|
2078
2071
|
components: {
|
|
2079
|
-
Backdrop:
|
|
2072
|
+
Backdrop: wi
|
|
2080
2073
|
},
|
|
2081
2074
|
componentsProps: {
|
|
2082
|
-
backdrop:
|
|
2083
|
-
transitionDuration:
|
|
2075
|
+
backdrop: U({
|
|
2076
|
+
transitionDuration: B,
|
|
2084
2077
|
as: c
|
|
2085
2078
|
}, d)
|
|
2086
2079
|
},
|
|
2087
2080
|
disableEscapeKeyDown: p,
|
|
2088
|
-
onClose:
|
|
2089
|
-
open:
|
|
2081
|
+
onClose: I,
|
|
2082
|
+
open: E,
|
|
2090
2083
|
ref: t,
|
|
2091
|
-
onClick:
|
|
2092
|
-
ownerState:
|
|
2093
|
-
},
|
|
2094
|
-
children: /* @__PURE__ */
|
|
2084
|
+
onClick: ie,
|
|
2085
|
+
ownerState: Q
|
|
2086
|
+
}, he, {
|
|
2087
|
+
children: /* @__PURE__ */ ne(Z, U({
|
|
2095
2088
|
appear: !0,
|
|
2096
|
-
in:
|
|
2097
|
-
timeout:
|
|
2089
|
+
in: E,
|
|
2090
|
+
timeout: B,
|
|
2098
2091
|
role: "presentation"
|
|
2099
|
-
},
|
|
2100
|
-
children: /* @__PURE__ */
|
|
2101
|
-
className: Ne(
|
|
2102
|
-
onMouseDown:
|
|
2103
|
-
ownerState:
|
|
2104
|
-
children: /* @__PURE__ */
|
|
2105
|
-
as:
|
|
2092
|
+
}, Ie, {
|
|
2093
|
+
children: /* @__PURE__ */ ne(Ci, {
|
|
2094
|
+
className: Ne(X.container),
|
|
2095
|
+
onMouseDown: Ae,
|
|
2096
|
+
ownerState: Q,
|
|
2097
|
+
children: /* @__PURE__ */ ne(vi, U({
|
|
2098
|
+
as: v,
|
|
2106
2099
|
elevation: 24,
|
|
2107
2100
|
role: "dialog",
|
|
2108
2101
|
"aria-describedby": n,
|
|
2109
|
-
"aria-labelledby":
|
|
2110
|
-
},
|
|
2111
|
-
className: Ne(
|
|
2112
|
-
ownerState:
|
|
2113
|
-
children: /* @__PURE__ */
|
|
2114
|
-
value:
|
|
2102
|
+
"aria-labelledby": oe
|
|
2103
|
+
}, R, {
|
|
2104
|
+
className: Ne(X.paper, R.className),
|
|
2105
|
+
ownerState: Q,
|
|
2106
|
+
children: /* @__PURE__ */ ne(Zt.Provider, {
|
|
2107
|
+
value: j,
|
|
2115
2108
|
children: s
|
|
2116
2109
|
})
|
|
2117
2110
|
}))
|
|
@@ -2119,7 +2112,7 @@ const mi = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
2119
2112
|
}))
|
|
2120
2113
|
}));
|
|
2121
2114
|
});
|
|
2122
|
-
process.env.NODE_ENV !== "production" && (
|
|
2115
|
+
process.env.NODE_ENV !== "production" && (Wt.propTypes = {
|
|
2123
2116
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
2124
2117
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
2125
2118
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -2127,11 +2120,11 @@ process.env.NODE_ENV !== "production" && (Zt.propTypes = {
|
|
|
2127
2120
|
/**
|
|
2128
2121
|
* The id(s) of the element(s) that describe the dialog.
|
|
2129
2122
|
*/
|
|
2130
|
-
"aria-describedby":
|
|
2123
|
+
"aria-describedby": b.string,
|
|
2131
2124
|
/**
|
|
2132
2125
|
* The id(s) of the element(s) that label the dialog.
|
|
2133
2126
|
*/
|
|
2134
|
-
"aria-labelledby":
|
|
2127
|
+
"aria-labelledby": b.string,
|
|
2135
2128
|
/**
|
|
2136
2129
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
2137
2130
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -2146,92 +2139,92 @@ process.env.NODE_ENV !== "production" && (Zt.propTypes = {
|
|
|
2146
2139
|
* zIndex: -1,
|
|
2147
2140
|
* })
|
|
2148
2141
|
*/
|
|
2149
|
-
BackdropComponent:
|
|
2142
|
+
BackdropComponent: b.elementType,
|
|
2150
2143
|
/**
|
|
2151
2144
|
* @ignore
|
|
2152
2145
|
*/
|
|
2153
|
-
BackdropProps:
|
|
2146
|
+
BackdropProps: b.object,
|
|
2154
2147
|
/**
|
|
2155
2148
|
* Dialog children, usually the included sub-components.
|
|
2156
2149
|
*/
|
|
2157
|
-
children:
|
|
2150
|
+
children: b.node,
|
|
2158
2151
|
/**
|
|
2159
2152
|
* Override or extend the styles applied to the component.
|
|
2160
2153
|
*/
|
|
2161
|
-
classes:
|
|
2154
|
+
classes: b.object,
|
|
2162
2155
|
/**
|
|
2163
2156
|
* @ignore
|
|
2164
2157
|
*/
|
|
2165
|
-
className:
|
|
2158
|
+
className: b.string,
|
|
2166
2159
|
/**
|
|
2167
2160
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
2168
2161
|
* @default false
|
|
2169
2162
|
*/
|
|
2170
|
-
disableEscapeKeyDown:
|
|
2163
|
+
disableEscapeKeyDown: b.bool,
|
|
2171
2164
|
/**
|
|
2172
2165
|
* If `true`, the dialog is full-screen.
|
|
2173
2166
|
* @default false
|
|
2174
2167
|
*/
|
|
2175
|
-
fullScreen:
|
|
2168
|
+
fullScreen: b.bool,
|
|
2176
2169
|
/**
|
|
2177
2170
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
2178
2171
|
*
|
|
2179
2172
|
* Notice that the dialog width grow is limited by the default margin.
|
|
2180
2173
|
* @default false
|
|
2181
2174
|
*/
|
|
2182
|
-
fullWidth:
|
|
2175
|
+
fullWidth: b.bool,
|
|
2183
2176
|
/**
|
|
2184
2177
|
* Determine the max-width of the dialog.
|
|
2185
2178
|
* The dialog width grows with the size of the screen.
|
|
2186
2179
|
* Set to `false` to disable `maxWidth`.
|
|
2187
2180
|
* @default 'sm'
|
|
2188
2181
|
*/
|
|
2189
|
-
maxWidth:
|
|
2182
|
+
maxWidth: b.oneOfType([b.oneOf(["xs", "sm", "md", "lg", "xl", !1]), b.string]),
|
|
2190
2183
|
/**
|
|
2191
2184
|
* Callback fired when the backdrop is clicked.
|
|
2192
2185
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
2193
2186
|
*/
|
|
2194
|
-
onBackdropClick:
|
|
2187
|
+
onBackdropClick: b.func,
|
|
2195
2188
|
/**
|
|
2196
2189
|
* @ignore
|
|
2197
2190
|
*/
|
|
2198
|
-
onClick:
|
|
2191
|
+
onClick: b.func,
|
|
2199
2192
|
/**
|
|
2200
2193
|
* Callback fired when the component requests to be closed.
|
|
2201
2194
|
*
|
|
2202
2195
|
* @param {object} event The event source of the callback.
|
|
2203
2196
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
2204
2197
|
*/
|
|
2205
|
-
onClose:
|
|
2198
|
+
onClose: b.func,
|
|
2206
2199
|
/**
|
|
2207
2200
|
* If `true`, the component is shown.
|
|
2208
2201
|
*/
|
|
2209
|
-
open:
|
|
2202
|
+
open: b.bool.isRequired,
|
|
2210
2203
|
/**
|
|
2211
2204
|
* The component used to render the body of the dialog.
|
|
2212
2205
|
* @default Paper
|
|
2213
2206
|
*/
|
|
2214
|
-
PaperComponent:
|
|
2207
|
+
PaperComponent: b.elementType,
|
|
2215
2208
|
/**
|
|
2216
2209
|
* Props applied to the [`Paper`](/material-ui/api/paper/) element.
|
|
2217
2210
|
* @default {}
|
|
2218
2211
|
*/
|
|
2219
|
-
PaperProps:
|
|
2212
|
+
PaperProps: b.object,
|
|
2220
2213
|
/**
|
|
2221
2214
|
* Determine the container for scrolling the dialog.
|
|
2222
2215
|
* @default 'paper'
|
|
2223
2216
|
*/
|
|
2224
|
-
scroll:
|
|
2217
|
+
scroll: b.oneOf(["body", "paper"]),
|
|
2225
2218
|
/**
|
|
2226
2219
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
2227
2220
|
*/
|
|
2228
|
-
sx:
|
|
2221
|
+
sx: b.oneOfType([b.arrayOf(b.oneOfType([b.func, b.object, b.bool])), b.func, b.object]),
|
|
2229
2222
|
/**
|
|
2230
2223
|
* The component used for the transition.
|
|
2231
2224
|
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
2232
2225
|
* @default Fade
|
|
2233
2226
|
*/
|
|
2234
|
-
TransitionComponent:
|
|
2227
|
+
TransitionComponent: b.elementType,
|
|
2235
2228
|
/**
|
|
2236
2229
|
* The duration for the transition, in milliseconds.
|
|
2237
2230
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -2240,18 +2233,18 @@ process.env.NODE_ENV !== "production" && (Zt.propTypes = {
|
|
|
2240
2233
|
* exit: theme.transitions.duration.leavingScreen,
|
|
2241
2234
|
* }
|
|
2242
2235
|
*/
|
|
2243
|
-
transitionDuration:
|
|
2244
|
-
appear:
|
|
2245
|
-
enter:
|
|
2246
|
-
exit:
|
|
2236
|
+
transitionDuration: b.oneOfType([b.number, b.shape({
|
|
2237
|
+
appear: b.number,
|
|
2238
|
+
enter: b.number,
|
|
2239
|
+
exit: b.number
|
|
2247
2240
|
})]),
|
|
2248
2241
|
/**
|
|
2249
2242
|
* Props applied to the transition element.
|
|
2250
2243
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
2251
2244
|
*/
|
|
2252
|
-
TransitionProps:
|
|
2245
|
+
TransitionProps: b.object
|
|
2253
2246
|
});
|
|
2254
|
-
function
|
|
2247
|
+
function Mi({
|
|
2255
2248
|
fillColor: e = "#262E3D"
|
|
2256
2249
|
}) {
|
|
2257
2250
|
return /* @__PURE__ */ h("svg", {
|
|
@@ -2275,7 +2268,7 @@ function yi({
|
|
|
2275
2268
|
})]
|
|
2276
2269
|
});
|
|
2277
2270
|
}
|
|
2278
|
-
const
|
|
2271
|
+
const qt = {
|
|
2279
2272
|
row: {
|
|
2280
2273
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
2281
2274
|
},
|
|
@@ -2360,9 +2353,9 @@ const Rt = {
|
|
|
2360
2353
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2361
2354
|
}
|
|
2362
2355
|
}
|
|
2363
|
-
},
|
|
2356
|
+
}, Di = {
|
|
2364
2357
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2365
|
-
},
|
|
2358
|
+
}, ue = /* @__PURE__ */ g(ht, Di, {
|
|
2366
2359
|
target: "e869yoj0",
|
|
2367
2360
|
label: "IconButton"
|
|
2368
2361
|
})(({
|
|
@@ -2370,10 +2363,10 @@ const Rt = {
|
|
|
2370
2363
|
}) => ({
|
|
2371
2364
|
padding: 2,
|
|
2372
2365
|
"&.MuiIconButton-root:hover": {
|
|
2373
|
-
backgroundColor: e ??
|
|
2366
|
+
backgroundColor: e ?? qt.interaction.defaultHover
|
|
2374
2367
|
}
|
|
2375
2368
|
}));
|
|
2376
|
-
function
|
|
2369
|
+
function Si({
|
|
2377
2370
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2378
2371
|
}) {
|
|
2379
2372
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2390,7 +2383,7 @@ function Ci({
|
|
|
2390
2383
|
})
|
|
2391
2384
|
});
|
|
2392
2385
|
}
|
|
2393
|
-
function
|
|
2386
|
+
function Ii({
|
|
2394
2387
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2395
2388
|
}) {
|
|
2396
2389
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2407,7 +2400,7 @@ function vi({
|
|
|
2407
2400
|
})
|
|
2408
2401
|
});
|
|
2409
2402
|
}
|
|
2410
|
-
function
|
|
2403
|
+
function Ai() {
|
|
2411
2404
|
return /* @__PURE__ */ i("svg", {
|
|
2412
2405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2413
2406
|
width: "24",
|
|
@@ -2423,7 +2416,7 @@ function Mi() {
|
|
|
2423
2416
|
})
|
|
2424
2417
|
});
|
|
2425
2418
|
}
|
|
2426
|
-
function
|
|
2419
|
+
function Li({
|
|
2427
2420
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2428
2421
|
}) {
|
|
2429
2422
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2440,41 +2433,41 @@ function Di({
|
|
|
2440
2433
|
})
|
|
2441
2434
|
});
|
|
2442
2435
|
}
|
|
2443
|
-
const
|
|
2436
|
+
const Be = (e) => ut(e.chart.backgroundColor), Ni = ({
|
|
2444
2437
|
title: e
|
|
2445
2438
|
}) => {
|
|
2446
2439
|
const {
|
|
2447
2440
|
themeSettings: t
|
|
2448
|
-
} =
|
|
2449
|
-
return /* @__PURE__ */ i(
|
|
2441
|
+
} = k();
|
|
2442
|
+
return /* @__PURE__ */ i(ge, {
|
|
2450
2443
|
title: e,
|
|
2451
|
-
children: /* @__PURE__ */ i(
|
|
2444
|
+
children: /* @__PURE__ */ i(ue, {
|
|
2452
2445
|
disableTouchRipple: !0,
|
|
2453
|
-
$hoverColor:
|
|
2454
|
-
children: /* @__PURE__ */ i(
|
|
2446
|
+
$hoverColor: Be(t),
|
|
2447
|
+
children: /* @__PURE__ */ i(Ii, {
|
|
2455
2448
|
fill: t.chart.textColor
|
|
2456
2449
|
})
|
|
2457
2450
|
})
|
|
2458
2451
|
});
|
|
2459
|
-
},
|
|
2452
|
+
}, Ti = ({
|
|
2460
2453
|
items: e
|
|
2461
2454
|
}) => {
|
|
2462
|
-
const [t, r] =
|
|
2455
|
+
const [t, r] = D(null), a = (l) => {
|
|
2463
2456
|
r(l.currentTarget);
|
|
2464
2457
|
}, o = () => {
|
|
2465
2458
|
r(null);
|
|
2466
2459
|
}, {
|
|
2467
2460
|
themeSettings: n
|
|
2468
|
-
} =
|
|
2461
|
+
} = k();
|
|
2469
2462
|
return /* @__PURE__ */ h(N, {
|
|
2470
|
-
children: [/* @__PURE__ */ i(
|
|
2463
|
+
children: [/* @__PURE__ */ i(ue, {
|
|
2471
2464
|
onClick: a,
|
|
2472
|
-
$hoverColor:
|
|
2465
|
+
$hoverColor: Be(n),
|
|
2473
2466
|
"aria-label": "three dots button",
|
|
2474
|
-
children: /* @__PURE__ */ i(
|
|
2467
|
+
children: /* @__PURE__ */ i(Li, {
|
|
2475
2468
|
fill: n.chart.textColor
|
|
2476
2469
|
})
|
|
2477
|
-
}), /* @__PURE__ */ i(
|
|
2470
|
+
}), /* @__PURE__ */ i(zr, {
|
|
2478
2471
|
anchorEl: t,
|
|
2479
2472
|
anchorOrigin: {
|
|
2480
2473
|
vertical: "bottom",
|
|
@@ -2486,14 +2479,14 @@ const Qe = (e) => ut(e.chart.backgroundColor), Ii = ({
|
|
|
2486
2479
|
},
|
|
2487
2480
|
open: !!t,
|
|
2488
2481
|
onClose: o,
|
|
2489
|
-
children: e.map((l) => /* @__PURE__ */ h(
|
|
2482
|
+
children: e.map((l) => /* @__PURE__ */ h(Er, {
|
|
2490
2483
|
onClick: () => {
|
|
2491
2484
|
l.onClick(), o();
|
|
2492
2485
|
},
|
|
2493
2486
|
sx: {
|
|
2494
2487
|
fontSize: "13px",
|
|
2495
2488
|
fontFamily: n.typography.fontFamily,
|
|
2496
|
-
color:
|
|
2489
|
+
color: qt.text.content
|
|
2497
2490
|
},
|
|
2498
2491
|
disableRipple: !0,
|
|
2499
2492
|
children: [l.icon, /* @__PURE__ */ i("div", {
|
|
@@ -2503,63 +2496,63 @@ const Qe = (e) => ut(e.chart.backgroundColor), Ii = ({
|
|
|
2503
2496
|
}, l.title))
|
|
2504
2497
|
})]
|
|
2505
2498
|
});
|
|
2506
|
-
},
|
|
2499
|
+
}, ji = ({
|
|
2507
2500
|
onClick: e
|
|
2508
2501
|
}) => {
|
|
2509
2502
|
const {
|
|
2510
2503
|
themeSettings: t
|
|
2511
|
-
} =
|
|
2504
|
+
} = k(), {
|
|
2512
2505
|
t: r
|
|
2513
|
-
} =
|
|
2514
|
-
return /* @__PURE__ */ i(
|
|
2506
|
+
} = _();
|
|
2507
|
+
return /* @__PURE__ */ i(ge, {
|
|
2515
2508
|
title: r("ai.preview"),
|
|
2516
|
-
children: /* @__PURE__ */ i(
|
|
2509
|
+
children: /* @__PURE__ */ i(ue, {
|
|
2517
2510
|
onClick: e,
|
|
2518
|
-
$hoverColor:
|
|
2519
|
-
children: /* @__PURE__ */ i(
|
|
2511
|
+
$hoverColor: Be(t),
|
|
2512
|
+
children: /* @__PURE__ */ i(Si, {
|
|
2520
2513
|
fill: t.chart.textColor
|
|
2521
2514
|
})
|
|
2522
2515
|
})
|
|
2523
2516
|
});
|
|
2524
|
-
},
|
|
2517
|
+
}, Ei = /* @__PURE__ */ g("div", {
|
|
2525
2518
|
target: "e1cseu7j0",
|
|
2526
2519
|
label: "ToolbarContainer"
|
|
2527
2520
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
2528
|
-
function
|
|
2521
|
+
function zi({
|
|
2529
2522
|
infoTooltipText: e,
|
|
2530
2523
|
onRefresh: t,
|
|
2531
2524
|
onExpand: r
|
|
2532
2525
|
}) {
|
|
2533
|
-
const a =
|
|
2526
|
+
const a = T(() => [{
|
|
2534
2527
|
title: "Refresh",
|
|
2535
2528
|
onClick: t,
|
|
2536
|
-
icon: /* @__PURE__ */ i(
|
|
2529
|
+
icon: /* @__PURE__ */ i(Ai, {})
|
|
2537
2530
|
}], [t]);
|
|
2538
|
-
return /* @__PURE__ */ h(
|
|
2531
|
+
return /* @__PURE__ */ h(Ei, {
|
|
2539
2532
|
"aria-label": "chatbot chart toolbar",
|
|
2540
|
-
children: [/* @__PURE__ */ i(
|
|
2533
|
+
children: [/* @__PURE__ */ i(Ni, {
|
|
2541
2534
|
title: e ?? ""
|
|
2542
|
-
}), /* @__PURE__ */ i(
|
|
2535
|
+
}), /* @__PURE__ */ i(Ti, {
|
|
2543
2536
|
items: a
|
|
2544
|
-
}), /* @__PURE__ */ i(
|
|
2537
|
+
}), /* @__PURE__ */ i(ji, {
|
|
2545
2538
|
onClick: r
|
|
2546
2539
|
})]
|
|
2547
2540
|
});
|
|
2548
2541
|
}
|
|
2549
|
-
function
|
|
2542
|
+
function Oi({
|
|
2550
2543
|
content: e
|
|
2551
2544
|
}) {
|
|
2552
|
-
const [t, r] =
|
|
2545
|
+
const [t, r] = D(!1), {
|
|
2553
2546
|
themeSettings: a
|
|
2554
|
-
} =
|
|
2547
|
+
} = k(), {
|
|
2555
2548
|
inlineElement: o,
|
|
2556
2549
|
expandedElement: n
|
|
2557
|
-
} =
|
|
2558
|
-
const l =
|
|
2550
|
+
} = T(() => {
|
|
2551
|
+
const l = se(e, {
|
|
2559
2552
|
useCustomizedStyleOptions: !0
|
|
2560
2553
|
});
|
|
2561
2554
|
if (l === void 0 || !xe(l))
|
|
2562
|
-
throw new
|
|
2555
|
+
throw new $("errors.otherWidgetTypesNotSupported");
|
|
2563
2556
|
const {
|
|
2564
2557
|
detailedDescription: c
|
|
2565
2558
|
} = e, {
|
|
@@ -2567,7 +2560,7 @@ function Ti({
|
|
|
2567
2560
|
} = l, s = {
|
|
2568
2561
|
cornerRadius: "Small",
|
|
2569
2562
|
header: {
|
|
2570
|
-
renderToolbar: (m) => /* @__PURE__ */ i(
|
|
2563
|
+
renderToolbar: (m) => /* @__PURE__ */ i(zi, {
|
|
2571
2564
|
infoTooltipText: c,
|
|
2572
2565
|
onRefresh: m,
|
|
2573
2566
|
onExpand: () => r(!0)
|
|
@@ -2575,13 +2568,13 @@ function Ti({
|
|
|
2575
2568
|
}
|
|
2576
2569
|
};
|
|
2577
2570
|
let u, p;
|
|
2578
|
-
if (
|
|
2571
|
+
if (Tr(l.chartType))
|
|
2579
2572
|
u = /* @__PURE__ */ i("div", {
|
|
2580
2573
|
className: "csdk-h-[245px]",
|
|
2581
|
-
children: /* @__PURE__ */ i(
|
|
2574
|
+
children: /* @__PURE__ */ i(le, M(C({}, l), {
|
|
2582
2575
|
styleOptions: s
|
|
2583
2576
|
}))
|
|
2584
|
-
}), p = /* @__PURE__ */ i(
|
|
2577
|
+
}), p = /* @__PURE__ */ i(le, M(C({}, l), {
|
|
2585
2578
|
styleOptions: {
|
|
2586
2579
|
header: {
|
|
2587
2580
|
hidden: !0
|
|
@@ -2589,21 +2582,21 @@ function Ti({
|
|
|
2589
2582
|
}
|
|
2590
2583
|
}));
|
|
2591
2584
|
else {
|
|
2592
|
-
const m =
|
|
2585
|
+
const m = M(C({}, d), {
|
|
2593
2586
|
header: {
|
|
2594
2587
|
hidden: !0
|
|
2595
2588
|
}
|
|
2596
|
-
}),
|
|
2589
|
+
}), f = C(M(C({}, d), {
|
|
2597
2590
|
legend: void 0,
|
|
2598
2591
|
xAxis: void 0,
|
|
2599
2592
|
yAxis: void 0
|
|
2600
2593
|
}), s);
|
|
2601
|
-
delete
|
|
2602
|
-
children: /* @__PURE__ */ i(
|
|
2603
|
-
styleOptions:
|
|
2594
|
+
delete f.legend, delete f.xAxis, delete f.yAxis, u = /* @__PURE__ */ i("div", {
|
|
2595
|
+
children: /* @__PURE__ */ i(le, M(C({}, l), {
|
|
2596
|
+
styleOptions: f
|
|
2604
2597
|
}))
|
|
2605
|
-
}), p = /* @__PURE__ */ i(
|
|
2606
|
-
styleOptions:
|
|
2598
|
+
}), p = /* @__PURE__ */ i(le, M(C({}, l), {
|
|
2599
|
+
styleOptions: C({
|
|
2607
2600
|
cornerRadius: "None"
|
|
2608
2601
|
}, m)
|
|
2609
2602
|
}));
|
|
@@ -2614,7 +2607,7 @@ function Ti({
|
|
|
2614
2607
|
};
|
|
2615
2608
|
}, [e]);
|
|
2616
2609
|
return /* @__PURE__ */ h(N, {
|
|
2617
|
-
children: [o, /* @__PURE__ */ h(
|
|
2610
|
+
children: [o, /* @__PURE__ */ h(Wt, {
|
|
2618
2611
|
open: t,
|
|
2619
2612
|
onClose: () => r(!1),
|
|
2620
2613
|
maxWidth: "xl",
|
|
@@ -2633,7 +2626,7 @@ function Ti({
|
|
|
2633
2626
|
}), /* @__PURE__ */ i(ht, {
|
|
2634
2627
|
onClick: () => r(!1),
|
|
2635
2628
|
"aria-label": "close expanded chart",
|
|
2636
|
-
children: /* @__PURE__ */ i(
|
|
2629
|
+
children: /* @__PURE__ */ i(Mi, {
|
|
2637
2630
|
fillColor: a.aiChat.primaryTextColor
|
|
2638
2631
|
})
|
|
2639
2632
|
})]
|
|
@@ -2644,7 +2637,7 @@ function Ti({
|
|
|
2644
2637
|
})]
|
|
2645
2638
|
});
|
|
2646
2639
|
}
|
|
2647
|
-
function
|
|
2640
|
+
function Ri({
|
|
2648
2641
|
theme: e
|
|
2649
2642
|
}) {
|
|
2650
2643
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2661,29 +2654,29 @@ function ji({
|
|
|
2661
2654
|
})
|
|
2662
2655
|
});
|
|
2663
2656
|
}
|
|
2664
|
-
function
|
|
2657
|
+
function Zi({
|
|
2665
2658
|
onClick: e,
|
|
2666
2659
|
disabled: t
|
|
2667
2660
|
}) {
|
|
2668
2661
|
const {
|
|
2669
2662
|
themeSettings: r
|
|
2670
|
-
} =
|
|
2663
|
+
} = k(), {
|
|
2671
2664
|
t: a
|
|
2672
|
-
} =
|
|
2673
|
-
return /* @__PURE__ */ i(
|
|
2665
|
+
} = _();
|
|
2666
|
+
return /* @__PURE__ */ i(ge, {
|
|
2674
2667
|
title: a("ai.buttons.incorrectResponse"),
|
|
2675
|
-
children: /* @__PURE__ */ i(
|
|
2668
|
+
children: /* @__PURE__ */ i(ue, {
|
|
2676
2669
|
"aria-label": "thumbs-down",
|
|
2677
2670
|
onClick: e,
|
|
2678
2671
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
2679
2672
|
disabled: t,
|
|
2680
|
-
children: /* @__PURE__ */ i(
|
|
2673
|
+
children: /* @__PURE__ */ i(Ri, {
|
|
2681
2674
|
theme: r
|
|
2682
2675
|
})
|
|
2683
2676
|
})
|
|
2684
2677
|
});
|
|
2685
2678
|
}
|
|
2686
|
-
function
|
|
2679
|
+
function Wi({
|
|
2687
2680
|
theme: e
|
|
2688
2681
|
}) {
|
|
2689
2682
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2700,97 +2693,97 @@ function zi({
|
|
|
2700
2693
|
})
|
|
2701
2694
|
});
|
|
2702
2695
|
}
|
|
2703
|
-
function
|
|
2696
|
+
function qi({
|
|
2704
2697
|
onClick: e,
|
|
2705
2698
|
disabled: t
|
|
2706
2699
|
}) {
|
|
2707
2700
|
const {
|
|
2708
2701
|
themeSettings: r
|
|
2709
|
-
} =
|
|
2702
|
+
} = k(), {
|
|
2710
2703
|
t: a
|
|
2711
|
-
} =
|
|
2712
|
-
return /* @__PURE__ */ i(
|
|
2704
|
+
} = _();
|
|
2705
|
+
return /* @__PURE__ */ i(ge, {
|
|
2713
2706
|
title: a("ai.buttons.correctResponse"),
|
|
2714
|
-
children: /* @__PURE__ */ i(
|
|
2707
|
+
children: /* @__PURE__ */ i(ue, {
|
|
2715
2708
|
"aria-label": "thumbs-up",
|
|
2716
2709
|
onClick: e,
|
|
2717
2710
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
2718
2711
|
disabled: t,
|
|
2719
|
-
children: /* @__PURE__ */ i(
|
|
2712
|
+
children: /* @__PURE__ */ i(Wi, {
|
|
2720
2713
|
theme: r
|
|
2721
2714
|
})
|
|
2722
2715
|
})
|
|
2723
2716
|
});
|
|
2724
2717
|
}
|
|
2725
|
-
const
|
|
2726
|
-
const [e, t] =
|
|
2718
|
+
const Gi = () => {
|
|
2719
|
+
const [e, t] = D(!1), r = V(null), a = y(() => {
|
|
2727
2720
|
t(!0);
|
|
2728
|
-
}, []), o =
|
|
2721
|
+
}, []), o = y(() => {
|
|
2729
2722
|
t(!1);
|
|
2730
2723
|
}, []);
|
|
2731
|
-
return [
|
|
2724
|
+
return [y((n) => {
|
|
2732
2725
|
var l;
|
|
2733
2726
|
((l = r.current) == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (r.current.removeEventListener("mouseenter", a), r.current.removeEventListener("mouseleave", o)), (n == null ? void 0 : n.nodeType) === Node.ELEMENT_NODE && (n.addEventListener("mouseenter", a), n.addEventListener("mouseleave", o)), r.current = n;
|
|
2734
2727
|
}, [a, o]), e];
|
|
2735
|
-
},
|
|
2728
|
+
}, Hi = /* @__PURE__ */ g("div", {
|
|
2736
2729
|
target: "e2xyvaw0",
|
|
2737
2730
|
label: "Container"
|
|
2738
2731
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
2739
2732
|
theme: e
|
|
2740
2733
|
}) => e.aiChat.body.gapBetweenMessages, ";");
|
|
2741
|
-
function
|
|
2734
|
+
function Yi({
|
|
2742
2735
|
visible: e,
|
|
2743
2736
|
onSend: t
|
|
2744
2737
|
}) {
|
|
2745
|
-
const [r, a] =
|
|
2738
|
+
const [r, a] = D(!1), o = y((l) => {
|
|
2746
2739
|
a(!0), t(l === "up" ? 1 : -1);
|
|
2747
2740
|
}, [t]);
|
|
2748
2741
|
return e ? /* @__PURE__ */ h("div", {
|
|
2749
2742
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
|
2750
|
-
children: [/* @__PURE__ */ i(
|
|
2743
|
+
children: [/* @__PURE__ */ i(qi, {
|
|
2751
2744
|
onClick: () => o("up"),
|
|
2752
2745
|
disabled: r
|
|
2753
|
-
}), /* @__PURE__ */ i(
|
|
2746
|
+
}), /* @__PURE__ */ i(Zi, {
|
|
2754
2747
|
onClick: () => o("down"),
|
|
2755
2748
|
disabled: r
|
|
2756
2749
|
})]
|
|
2757
2750
|
}) : null;
|
|
2758
2751
|
}
|
|
2759
|
-
function
|
|
2752
|
+
function Re({
|
|
2760
2753
|
sourceId: e,
|
|
2761
2754
|
data: t,
|
|
2762
2755
|
type: r,
|
|
2763
2756
|
buttonVisibility: a = "onHover",
|
|
2764
2757
|
renderContent: o
|
|
2765
2758
|
}) {
|
|
2766
|
-
const n =
|
|
2759
|
+
const n = O(), l = Dr(y((p) => {
|
|
2767
2760
|
n && n.ai.sendFeedback({
|
|
2768
2761
|
sourceId: e,
|
|
2769
2762
|
type: r,
|
|
2770
2763
|
data: t,
|
|
2771
2764
|
rating: p
|
|
2772
2765
|
});
|
|
2773
|
-
}, [n, e, t, r]), 200), [c, d] =
|
|
2766
|
+
}, [n, e, t, r]), 200), [c, d] = Gi(), s = T(() => a === "onHover" ? d : a !== "never", [d, a]), {
|
|
2774
2767
|
themeSettings: u
|
|
2775
|
-
} =
|
|
2776
|
-
return /* @__PURE__ */ i(
|
|
2768
|
+
} = k();
|
|
2769
|
+
return /* @__PURE__ */ i(Hi, {
|
|
2777
2770
|
ref: c,
|
|
2778
2771
|
theme: u,
|
|
2779
|
-
children: o(/* @__PURE__ */ i(
|
|
2772
|
+
children: o(/* @__PURE__ */ i(Yi, {
|
|
2780
2773
|
onSend: l,
|
|
2781
2774
|
visible: s
|
|
2782
2775
|
}))
|
|
2783
2776
|
});
|
|
2784
2777
|
}
|
|
2785
|
-
const
|
|
2786
|
-
function
|
|
2778
|
+
const Pi = 18 * 5;
|
|
2779
|
+
function Se({
|
|
2787
2780
|
text: e
|
|
2788
2781
|
}) {
|
|
2789
|
-
const [t, r] =
|
|
2782
|
+
const [t, r] = D(!0), [a, o] = D(!1), {
|
|
2790
2783
|
t: n
|
|
2791
|
-
} =
|
|
2784
|
+
} = _(), l = V(null);
|
|
2792
2785
|
return ke(() => {
|
|
2793
|
-
l.current && l.current.scrollHeight >
|
|
2786
|
+
l.current && l.current.scrollHeight > Pi && o(!0);
|
|
2794
2787
|
}, [e]), /* @__PURE__ */ h("div", {
|
|
2795
2788
|
children: [/* @__PURE__ */ i("div", {
|
|
2796
2789
|
ref: l,
|
|
@@ -2806,30 +2799,30 @@ function Ie({
|
|
|
2806
2799
|
})]
|
|
2807
2800
|
});
|
|
2808
2801
|
}
|
|
2809
|
-
function
|
|
2802
|
+
function Bi({
|
|
2810
2803
|
nlgRequest: e
|
|
2811
2804
|
}) {
|
|
2812
2805
|
const {
|
|
2813
2806
|
data: t,
|
|
2814
2807
|
isLoading: r,
|
|
2815
2808
|
isError: a
|
|
2816
|
-
} =
|
|
2809
|
+
} = pe(e), {
|
|
2817
2810
|
t: o
|
|
2818
|
-
} =
|
|
2819
|
-
return r ? /* @__PURE__ */ i(
|
|
2811
|
+
} = _();
|
|
2812
|
+
return r ? /* @__PURE__ */ i(Pe, {}) : a ? /* @__PURE__ */ i(P, {
|
|
2820
2813
|
align: "left",
|
|
2821
2814
|
children: o("ai.errors.unexpected")
|
|
2822
|
-
}) : /* @__PURE__ */ i(
|
|
2815
|
+
}) : /* @__PURE__ */ i(P, {
|
|
2823
2816
|
align: "full",
|
|
2824
|
-
children: /* @__PURE__ */ i(
|
|
2817
|
+
children: /* @__PURE__ */ i(Se, {
|
|
2825
2818
|
text: t ?? o("ai.errors.insightsNotAvailable")
|
|
2826
2819
|
})
|
|
2827
2820
|
});
|
|
2828
2821
|
}
|
|
2829
|
-
function
|
|
2822
|
+
function Qi() {
|
|
2830
2823
|
const {
|
|
2831
2824
|
themeSettings: e
|
|
2832
|
-
} =
|
|
2825
|
+
} = k();
|
|
2833
2826
|
return /* @__PURE__ */ i("svg", {
|
|
2834
2827
|
width: "24",
|
|
2835
2828
|
height: "25",
|
|
@@ -2844,129 +2837,130 @@ function Hi() {
|
|
|
2844
2837
|
})
|
|
2845
2838
|
});
|
|
2846
2839
|
}
|
|
2847
|
-
function
|
|
2840
|
+
function Ui({
|
|
2848
2841
|
onClick: e
|
|
2849
2842
|
}) {
|
|
2850
2843
|
const {
|
|
2851
2844
|
t
|
|
2852
|
-
} =
|
|
2845
|
+
} = _();
|
|
2853
2846
|
return /* @__PURE__ */ i(_e, {
|
|
2854
2847
|
align: "left",
|
|
2855
2848
|
onClick: e,
|
|
2856
2849
|
children: /* @__PURE__ */ h("div", {
|
|
2857
2850
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
2858
|
-
children: [/* @__PURE__ */ i(
|
|
2851
|
+
children: [/* @__PURE__ */ i(Qi, {}), t("ai.buttons.insights")]
|
|
2859
2852
|
})
|
|
2860
2853
|
});
|
|
2861
2854
|
}
|
|
2862
|
-
var
|
|
2855
|
+
var Fi = jr("toLowerCase");
|
|
2863
2856
|
const at = /* @__PURE__ */ g("div", {
|
|
2864
|
-
target: "
|
|
2857
|
+
target: "es26a860",
|
|
2865
2858
|
label: "FlexRow"
|
|
2866
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
2867
|
-
function
|
|
2859
|
+
})("display:flex;align-items:center;column-gap:10px;"), Vi = (e) => !!e && "aeiou".includes(e[0]);
|
|
2860
|
+
function $i({
|
|
2868
2861
|
data: e,
|
|
2869
2862
|
alwaysShowFeedback: t
|
|
2870
2863
|
}) {
|
|
2871
2864
|
const {
|
|
2872
2865
|
chatMode: r = "analyze",
|
|
2873
2866
|
enableInsights: a
|
|
2874
|
-
} =
|
|
2867
|
+
} = G(), {
|
|
2875
2868
|
themeSettings: o
|
|
2876
|
-
} =
|
|
2869
|
+
} = k(), {
|
|
2877
2870
|
queryTitle: n,
|
|
2878
2871
|
chartRecommendations: l,
|
|
2879
|
-
jaql: c
|
|
2872
|
+
jaql: c,
|
|
2873
|
+
userMsg: d
|
|
2880
2874
|
} = e;
|
|
2881
2875
|
console.debug(`JAQL for ${n}`, c), console.debug(`chart recommendations for ${n}`, l);
|
|
2882
|
-
const
|
|
2883
|
-
let
|
|
2884
|
-
|
|
2885
|
-
const
|
|
2886
|
-
|
|
2876
|
+
const s = "chartType" in l ? l.chartType : "table";
|
|
2877
|
+
let u;
|
|
2878
|
+
Vi(s) ? u = `an ${s}` : u = `a ${s}`, s !== "table" && (u += " chart");
|
|
2879
|
+
const p = c.datasource.title, [m, f] = D(!1), w = y(() => {
|
|
2880
|
+
f((I) => !I);
|
|
2887
2881
|
}, []), x = {
|
|
2888
2882
|
jaql: {
|
|
2889
2883
|
datasource: c.datasource,
|
|
2890
2884
|
metadata: c.metadata
|
|
2891
2885
|
}
|
|
2892
|
-
},
|
|
2886
|
+
}, S = r === "analyze";
|
|
2893
2887
|
return /* @__PURE__ */ h(N, {
|
|
2894
|
-
children: [/* @__PURE__ */ i(
|
|
2895
|
-
sourceId:
|
|
2888
|
+
children: [/* @__PURE__ */ i(Re, {
|
|
2889
|
+
sourceId: p,
|
|
2896
2890
|
data: e,
|
|
2897
2891
|
type: "chats/nlq",
|
|
2898
2892
|
buttonVisibility: t ? "always" : "onHover",
|
|
2899
|
-
renderContent: (
|
|
2893
|
+
renderContent: (I) => /* @__PURE__ */ h(N, {
|
|
2900
2894
|
children: [/* @__PURE__ */ h(at, {
|
|
2901
|
-
children: [/* @__PURE__ */ i(
|
|
2895
|
+
children: [/* @__PURE__ */ i(Ot, {
|
|
2902
2896
|
align: "left",
|
|
2903
2897
|
theme: o,
|
|
2904
|
-
children: `Here's ${
|
|
2905
|
-
}),
|
|
2906
|
-
}),
|
|
2898
|
+
children: d || `Here's ${u} showing ${Fi(n)}.`
|
|
2899
|
+
}), I]
|
|
2900
|
+
}), S && /* @__PURE__ */ i(Oi, {
|
|
2907
2901
|
content: e
|
|
2908
2902
|
})]
|
|
2909
2903
|
})
|
|
2910
|
-
}), a && /* @__PURE__ */ i(
|
|
2911
|
-
sourceId:
|
|
2904
|
+
}), a && /* @__PURE__ */ i(Re, {
|
|
2905
|
+
sourceId: p,
|
|
2912
2906
|
data: x,
|
|
2913
2907
|
type: "nlg/queryResult",
|
|
2914
|
-
buttonVisibility:
|
|
2915
|
-
renderContent: (
|
|
2908
|
+
buttonVisibility: m ? "onHover" : "never",
|
|
2909
|
+
renderContent: (I) => /* @__PURE__ */ h(N, {
|
|
2916
2910
|
children: [/* @__PURE__ */ h(at, {
|
|
2917
|
-
children: [/* @__PURE__ */ i(
|
|
2918
|
-
onClick:
|
|
2919
|
-
}),
|
|
2920
|
-
}),
|
|
2911
|
+
children: [/* @__PURE__ */ i(Ui, {
|
|
2912
|
+
onClick: w
|
|
2913
|
+
}), I]
|
|
2914
|
+
}), m && /* @__PURE__ */ i(Bi, {
|
|
2921
2915
|
nlgRequest: x
|
|
2922
2916
|
})]
|
|
2923
2917
|
})
|
|
2924
2918
|
})]
|
|
2925
2919
|
});
|
|
2926
2920
|
}
|
|
2927
|
-
function
|
|
2921
|
+
function Ji({
|
|
2928
2922
|
message: e,
|
|
2929
2923
|
isLastMessage: t
|
|
2930
2924
|
}) {
|
|
2931
|
-
if (
|
|
2925
|
+
if (zt(e)) {
|
|
2932
2926
|
const a = JSON.parse(e.content);
|
|
2933
|
-
return /* @__PURE__ */ i(
|
|
2927
|
+
return /* @__PURE__ */ i($i, {
|
|
2934
2928
|
data: a,
|
|
2935
2929
|
alwaysShowFeedback: t
|
|
2936
2930
|
});
|
|
2937
2931
|
}
|
|
2938
|
-
const r =
|
|
2939
|
-
return /* @__PURE__ */ i(
|
|
2932
|
+
const r = qa(e) ? JSON.parse(e.content).answer : e.content;
|
|
2933
|
+
return /* @__PURE__ */ i(P, {
|
|
2940
2934
|
align: e.role === "user" ? "right" : "left",
|
|
2941
2935
|
children: r
|
|
2942
2936
|
});
|
|
2943
2937
|
}
|
|
2944
|
-
const
|
|
2938
|
+
const Xi = /* @__PURE__ */ Lr(Ji), Ki = ({
|
|
2945
2939
|
error: e,
|
|
2946
2940
|
displayMessage: t
|
|
2947
|
-
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ i(
|
|
2941
|
+
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ i(P, {
|
|
2948
2942
|
align: "left",
|
|
2949
2943
|
children: t
|
|
2950
2944
|
}));
|
|
2951
|
-
function
|
|
2945
|
+
function eo({
|
|
2952
2946
|
messages: e
|
|
2953
2947
|
}) {
|
|
2954
2948
|
const {
|
|
2955
2949
|
t
|
|
2956
|
-
} =
|
|
2950
|
+
} = _();
|
|
2957
2951
|
return /* @__PURE__ */ i(N, {
|
|
2958
|
-
children: e.map((r, a) => /* @__PURE__ */ i(
|
|
2959
|
-
fallbackRender: (o) =>
|
|
2952
|
+
children: e.map((r, a) => /* @__PURE__ */ i(Sr, {
|
|
2953
|
+
fallbackRender: (o) => Ki(M(C({}, o), {
|
|
2960
2954
|
displayMessage: t("ai.errors.unexpected")
|
|
2961
2955
|
})),
|
|
2962
|
-
children: /* @__PURE__ */ i(
|
|
2956
|
+
children: /* @__PURE__ */ i(Xi, {
|
|
2963
2957
|
message: r,
|
|
2964
2958
|
isLastMessage: a === e.length - 1
|
|
2965
2959
|
}, a)
|
|
2966
2960
|
}, a))
|
|
2967
2961
|
});
|
|
2968
2962
|
}
|
|
2969
|
-
function
|
|
2963
|
+
function Gt({
|
|
2970
2964
|
color: e
|
|
2971
2965
|
}) {
|
|
2972
2966
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2981,7 +2975,7 @@ function Wt({
|
|
|
2981
2975
|
})
|
|
2982
2976
|
});
|
|
2983
2977
|
}
|
|
2984
|
-
function
|
|
2978
|
+
function to({
|
|
2985
2979
|
onClick: e,
|
|
2986
2980
|
color: t
|
|
2987
2981
|
}) {
|
|
@@ -2989,12 +2983,12 @@ function Ji({
|
|
|
2989
2983
|
"aria-label": "go back",
|
|
2990
2984
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2991
2985
|
onClick: e,
|
|
2992
|
-
children: /* @__PURE__ */ i(
|
|
2986
|
+
children: /* @__PURE__ */ i(Gt, {
|
|
2993
2987
|
color: t
|
|
2994
2988
|
})
|
|
2995
2989
|
});
|
|
2996
2990
|
}
|
|
2997
|
-
const
|
|
2991
|
+
const ro = /* @__PURE__ */ g("button", {
|
|
2998
2992
|
target: "e1p0q0z20",
|
|
2999
2993
|
label: "Button"
|
|
3000
2994
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({
|
|
@@ -3020,7 +3014,7 @@ const Xi = /* @__PURE__ */ g("button", {
|
|
|
3020
3014
|
} = e.aiChat.suggestions;
|
|
3021
3015
|
if (t) {
|
|
3022
3016
|
const [a, o] = t;
|
|
3023
|
-
return
|
|
3017
|
+
return L`
|
|
3024
3018
|
border: none;
|
|
3025
3019
|
position: relative;
|
|
3026
3020
|
border-radius: ${r};
|
|
@@ -3048,29 +3042,29 @@ function it({
|
|
|
3048
3042
|
}) {
|
|
3049
3043
|
const {
|
|
3050
3044
|
themeSettings: r
|
|
3051
|
-
} =
|
|
3052
|
-
return /* @__PURE__ */ i(
|
|
3045
|
+
} = k();
|
|
3046
|
+
return /* @__PURE__ */ i(ro, {
|
|
3053
3047
|
onClick: t,
|
|
3054
3048
|
theme: r,
|
|
3055
3049
|
children: e
|
|
3056
3050
|
});
|
|
3057
3051
|
}
|
|
3058
|
-
const
|
|
3052
|
+
const ao = /* @__PURE__ */ g("div", {
|
|
3059
3053
|
target: "eu11cc50",
|
|
3060
3054
|
label: "ListContainer"
|
|
3061
3055
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({
|
|
3062
3056
|
theme: e
|
|
3063
3057
|
}) => e.aiChat.suggestions.gap, ";");
|
|
3064
|
-
function
|
|
3058
|
+
function io({
|
|
3065
3059
|
questions: e,
|
|
3066
3060
|
onSelection: t
|
|
3067
3061
|
}) {
|
|
3068
3062
|
const {
|
|
3069
3063
|
t: r
|
|
3070
|
-
} =
|
|
3064
|
+
} = _(), [a, o] = D(!0), n = T(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
|
3071
3065
|
themeSettings: l
|
|
3072
|
-
} =
|
|
3073
|
-
return /* @__PURE__ */ h(
|
|
3066
|
+
} = k();
|
|
3067
|
+
return /* @__PURE__ */ h(ao, {
|
|
3074
3068
|
"aria-label": "list of suggested questions",
|
|
3075
3069
|
theme: l,
|
|
3076
3070
|
children: [n.map((c) => /* @__PURE__ */ i(it, {
|
|
@@ -3082,7 +3076,7 @@ function eo({
|
|
|
3082
3076
|
})]
|
|
3083
3077
|
});
|
|
3084
3078
|
}
|
|
3085
|
-
const
|
|
3079
|
+
const oo = /* @__PURE__ */ g("div", {
|
|
3086
3080
|
target: "ebwb3nc0",
|
|
3087
3081
|
label: "Row"
|
|
3088
3082
|
})("width:283px;height:32px;border-radius:10px;background:", ({
|
|
@@ -3095,60 +3089,60 @@ const to = /* @__PURE__ */ g("div", {
|
|
|
3095
3089
|
${r} 50%,
|
|
3096
3090
|
${t} 100%
|
|
3097
3091
|
)`;
|
|
3098
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
3092
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), no = /* @__PURE__ */ g("div", {
|
|
3099
3093
|
target: "ebwb3nc1",
|
|
3100
3094
|
label: "SkeletonContainer"
|
|
3101
3095
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
3102
|
-
function
|
|
3096
|
+
function lo() {
|
|
3103
3097
|
const {
|
|
3104
3098
|
themeSettings: e
|
|
3105
|
-
} =
|
|
3106
|
-
return /* @__PURE__ */ i(
|
|
3099
|
+
} = k();
|
|
3100
|
+
return /* @__PURE__ */ i(no, {
|
|
3107
3101
|
children: Array.from({
|
|
3108
3102
|
length: 3
|
|
3109
|
-
}, (t, r) => /* @__PURE__ */ i(
|
|
3103
|
+
}, (t, r) => /* @__PURE__ */ i(oo, {
|
|
3110
3104
|
theme: e
|
|
3111
3105
|
}, r))
|
|
3112
3106
|
});
|
|
3113
3107
|
}
|
|
3114
|
-
function
|
|
3108
|
+
function co({
|
|
3115
3109
|
questions: e,
|
|
3116
3110
|
isLoading: t,
|
|
3117
3111
|
onSelection: r
|
|
3118
3112
|
}) {
|
|
3119
3113
|
const a = e.length > 0, {
|
|
3120
3114
|
suggestionsWelcomeText: o
|
|
3121
|
-
} =
|
|
3122
|
-
return t ? /* @__PURE__ */ i(
|
|
3123
|
-
children: [o && /* @__PURE__ */ i(
|
|
3115
|
+
} = G();
|
|
3116
|
+
return t ? /* @__PURE__ */ i(lo, {}) : a ? /* @__PURE__ */ h(N, {
|
|
3117
|
+
children: [o && /* @__PURE__ */ i(P, {
|
|
3124
3118
|
align: "left",
|
|
3125
3119
|
children: o
|
|
3126
|
-
}), /* @__PURE__ */ i(
|
|
3120
|
+
}), /* @__PURE__ */ i(io, {
|
|
3127
3121
|
onSelection: r,
|
|
3128
3122
|
questions: e
|
|
3129
3123
|
})]
|
|
3130
3124
|
}) : null;
|
|
3131
3125
|
}
|
|
3132
|
-
const
|
|
3126
|
+
const so = /* @__PURE__ */ g("div", {
|
|
3133
3127
|
target: "ew7avl30",
|
|
3134
3128
|
label: "ToolbarContainer"
|
|
3135
3129
|
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({
|
|
3136
3130
|
style: e
|
|
3137
|
-
}) => e.backgroundColor, ";"),
|
|
3131
|
+
}) => e.backgroundColor, ";"), po = /* @__PURE__ */ g("div", {
|
|
3138
3132
|
target: "ew7avl31",
|
|
3139
3133
|
label: "ToolbarTitle"
|
|
3140
3134
|
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({
|
|
3141
3135
|
style: e
|
|
3142
|
-
}) => e.textColor, ";"),
|
|
3136
|
+
}) => e.textColor, ";"), Ht = /* @__PURE__ */ ct(function({
|
|
3143
3137
|
title: e,
|
|
3144
3138
|
leftNav: t,
|
|
3145
3139
|
rightNav: r,
|
|
3146
3140
|
style: a
|
|
3147
3141
|
}, o) {
|
|
3148
|
-
return /* @__PURE__ */ h(
|
|
3142
|
+
return /* @__PURE__ */ h(so, {
|
|
3149
3143
|
ref: o,
|
|
3150
3144
|
style: a,
|
|
3151
|
-
children: [t, /* @__PURE__ */ i(
|
|
3145
|
+
children: [t, /* @__PURE__ */ i(po, {
|
|
3152
3146
|
style: a,
|
|
3153
3147
|
children: e
|
|
3154
3148
|
}), r && /* @__PURE__ */ i("div", {
|
|
@@ -3156,19 +3150,19 @@ const oo = /* @__PURE__ */ g("div", {
|
|
|
3156
3150
|
children: r
|
|
3157
3151
|
})]
|
|
3158
3152
|
});
|
|
3159
|
-
}),
|
|
3153
|
+
}), go = /* @__PURE__ */ g("div", {
|
|
3160
3154
|
target: "e14yc7id0",
|
|
3161
3155
|
label: "AiDisclaimerContainer"
|
|
3162
3156
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({
|
|
3163
3157
|
theme: e
|
|
3164
3158
|
}) => e.aiChat.secondaryTextColor, ";");
|
|
3165
|
-
function
|
|
3159
|
+
function uo({
|
|
3166
3160
|
theme: e
|
|
3167
3161
|
}) {
|
|
3168
3162
|
const {
|
|
3169
3163
|
t
|
|
3170
|
-
} =
|
|
3171
|
-
return /* @__PURE__ */ h(
|
|
3164
|
+
} = _();
|
|
3165
|
+
return /* @__PURE__ */ h(go, {
|
|
3172
3166
|
theme: e,
|
|
3173
3167
|
children: [/* @__PURE__ */ i("div", {
|
|
3174
3168
|
children: t("ai.disclaimer.poweredByAi")
|
|
@@ -3177,28 +3171,28 @@ function co({
|
|
|
3177
3171
|
})]
|
|
3178
3172
|
});
|
|
3179
3173
|
}
|
|
3180
|
-
const
|
|
3174
|
+
const ho = /* @__PURE__ */ g("div", {
|
|
3181
3175
|
target: "e103xz8p0",
|
|
3182
3176
|
label: "Container"
|
|
3183
3177
|
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({
|
|
3184
3178
|
theme: e
|
|
3185
3179
|
}) => e.aiChat.suggestions.textColor, ";background-color:", ({
|
|
3186
3180
|
theme: e
|
|
3187
|
-
}) => e.aiChat.suggestions.backgroundColor, ";"),
|
|
3181
|
+
}) => e.aiChat.suggestions.backgroundColor, ";"), Yt = () => {
|
|
3188
3182
|
const {
|
|
3189
3183
|
t: e
|
|
3190
|
-
} =
|
|
3184
|
+
} = _(), {
|
|
3191
3185
|
themeSettings: t
|
|
3192
|
-
} =
|
|
3193
|
-
return /* @__PURE__ */ i(
|
|
3186
|
+
} = k();
|
|
3187
|
+
return /* @__PURE__ */ i(ho, {
|
|
3194
3188
|
theme: t,
|
|
3195
3189
|
children: e("ai.betaLabel")
|
|
3196
3190
|
});
|
|
3197
3191
|
};
|
|
3198
|
-
function
|
|
3192
|
+
function mo() {
|
|
3199
3193
|
const {
|
|
3200
3194
|
themeSettings: e
|
|
3201
|
-
} =
|
|
3195
|
+
} = k();
|
|
3202
3196
|
return /* @__PURE__ */ i("svg", {
|
|
3203
3197
|
width: "24",
|
|
3204
3198
|
height: "24",
|
|
@@ -3213,15 +3207,15 @@ function po() {
|
|
|
3213
3207
|
})
|
|
3214
3208
|
});
|
|
3215
3209
|
}
|
|
3216
|
-
const
|
|
3217
|
-
const r = new
|
|
3210
|
+
const bo = (e, t) => {
|
|
3211
|
+
const r = new Nr(e);
|
|
3218
3212
|
return r.alpha = t, r;
|
|
3219
|
-
},
|
|
3213
|
+
}, fo = /* @__PURE__ */ g("div", {
|
|
3220
3214
|
target: "e1rxvpki0",
|
|
3221
3215
|
label: "Container"
|
|
3222
3216
|
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({
|
|
3223
3217
|
theme: e
|
|
3224
|
-
}) => `0 4px 8px 0 ${
|
|
3218
|
+
}) => `0 4px 8px 0 ${bo(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({
|
|
3225
3219
|
theme: e
|
|
3226
3220
|
}) => e.aiChat.clickableMessages.textColor, ";background-color:", ({
|
|
3227
3221
|
theme: e
|
|
@@ -3229,18 +3223,18 @@ const go = (e, t) => {
|
|
|
3229
3223
|
theme: e
|
|
3230
3224
|
}) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({
|
|
3231
3225
|
theme: e
|
|
3232
|
-
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"),
|
|
3226
|
+
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), xo = ({
|
|
3233
3227
|
onClick: e
|
|
3234
3228
|
}) => {
|
|
3235
3229
|
const {
|
|
3236
3230
|
themeSettings: t
|
|
3237
|
-
} =
|
|
3238
|
-
return /* @__PURE__ */ i(
|
|
3231
|
+
} = k();
|
|
3232
|
+
return /* @__PURE__ */ i(fo, {
|
|
3239
3233
|
theme: t,
|
|
3240
3234
|
onClick: e,
|
|
3241
|
-
children: /* @__PURE__ */ i(
|
|
3235
|
+
children: /* @__PURE__ */ i(mo, {})
|
|
3242
3236
|
});
|
|
3243
|
-
},
|
|
3237
|
+
}, ko = ({
|
|
3244
3238
|
isVisible: e,
|
|
3245
3239
|
onClick: t,
|
|
3246
3240
|
anchorElement: r
|
|
@@ -3251,11 +3245,11 @@ const go = (e, t) => {
|
|
|
3251
3245
|
sx: {
|
|
3252
3246
|
zIndex: 2
|
|
3253
3247
|
},
|
|
3254
|
-
children: /* @__PURE__ */ i(
|
|
3248
|
+
children: /* @__PURE__ */ i(xo, {
|
|
3255
3249
|
onClick: t
|
|
3256
3250
|
})
|
|
3257
|
-
}),
|
|
3258
|
-
target: "
|
|
3251
|
+
}), wo = /* @__PURE__ */ g("div", {
|
|
3252
|
+
target: "e145urtk0",
|
|
3259
3253
|
label: "ChatBody"
|
|
3260
3254
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
3261
3255
|
theme: e
|
|
@@ -3267,8 +3261,8 @@ const go = (e, t) => {
|
|
|
3267
3261
|
theme: e
|
|
3268
3262
|
}) => e.aiChat.body.paddingTop, ";padding-bottom:", ({
|
|
3269
3263
|
theme: e
|
|
3270
|
-
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
3271
|
-
target: "
|
|
3264
|
+
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), yo = /* @__PURE__ */ g("div", {
|
|
3265
|
+
target: "e145urtk1",
|
|
3272
3266
|
label: "ChatFooter"
|
|
3273
3267
|
})("padding-left:", ({
|
|
3274
3268
|
theme: e
|
|
@@ -3278,147 +3272,148 @@ const go = (e, t) => {
|
|
|
3278
3272
|
theme: e
|
|
3279
3273
|
}) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({
|
|
3280
3274
|
theme: e
|
|
3281
|
-
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
3282
|
-
target: "
|
|
3275
|
+
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), _o = /* @__PURE__ */ g("div", {
|
|
3276
|
+
target: "e145urtk2",
|
|
3283
3277
|
label: "FollowupQuestionsContainer"
|
|
3284
3278
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
3285
3279
|
theme: e
|
|
3286
3280
|
}) => e.aiChat.suggestions.gap, ";");
|
|
3287
|
-
function
|
|
3281
|
+
function Co({
|
|
3288
3282
|
contextTitle: e,
|
|
3289
3283
|
onGoBack: t,
|
|
3290
3284
|
contextDetails: r
|
|
3291
3285
|
}) {
|
|
3286
|
+
var a, o, n;
|
|
3292
3287
|
const {
|
|
3293
|
-
t:
|
|
3294
|
-
} =
|
|
3295
|
-
enableFollowupQuestions:
|
|
3296
|
-
enableHeader:
|
|
3297
|
-
numOfRecentPrompts:
|
|
3298
|
-
numOfRecommendations:
|
|
3299
|
-
} =
|
|
3300
|
-
themeSettings:
|
|
3301
|
-
} =
|
|
3302
|
-
data:
|
|
3303
|
-
isLoading:
|
|
3304
|
-
isError:
|
|
3305
|
-
} =
|
|
3288
|
+
t: l
|
|
3289
|
+
} = _(), {
|
|
3290
|
+
enableFollowupQuestions: c,
|
|
3291
|
+
enableHeader: d,
|
|
3292
|
+
numOfRecentPrompts: s,
|
|
3293
|
+
numOfRecommendations: u
|
|
3294
|
+
} = G(), {
|
|
3295
|
+
themeSettings: p
|
|
3296
|
+
} = k(), {
|
|
3297
|
+
data: m,
|
|
3298
|
+
isLoading: f,
|
|
3299
|
+
isError: w
|
|
3300
|
+
} = It({
|
|
3306
3301
|
contextTitle: e,
|
|
3307
|
-
count:
|
|
3308
|
-
}),
|
|
3309
|
-
history:
|
|
3310
|
-
lastNlqResponse:
|
|
3311
|
-
isAwaitingResponse:
|
|
3312
|
-
sendMessage:
|
|
3313
|
-
isLoading:
|
|
3314
|
-
chatId:
|
|
3315
|
-
lastError:
|
|
3316
|
-
} =
|
|
3317
|
-
mutate:
|
|
3318
|
-
isLoading:
|
|
3319
|
-
} = Nt(
|
|
3320
|
-
|
|
3321
|
-
}, j =
|
|
3302
|
+
count: u
|
|
3303
|
+
}), x = T(() => m == null ? void 0 : m.map((A) => A.nlqPrompt), [m]), {
|
|
3304
|
+
history: S,
|
|
3305
|
+
lastNlqResponse: I,
|
|
3306
|
+
isAwaitingResponse: E,
|
|
3307
|
+
sendMessage: v,
|
|
3308
|
+
isLoading: R,
|
|
3309
|
+
chatId: H,
|
|
3310
|
+
lastError: Z
|
|
3311
|
+
} = Ga(e, r), {
|
|
3312
|
+
mutate: B,
|
|
3313
|
+
isLoading: Ie
|
|
3314
|
+
} = Nt(H), [he, Q] = D(!1), [X, ae] = D(!1), Ae = () => Q(!0), ie = () => Q(!1), oe = () => {
|
|
3315
|
+
B(), ie();
|
|
3316
|
+
}, j = V(null), W = V(null), Pt = () => {
|
|
3322
3317
|
if (!(j != null && j.current))
|
|
3323
3318
|
return;
|
|
3324
3319
|
const {
|
|
3325
|
-
scrollTop:
|
|
3326
|
-
clientHeight:
|
|
3320
|
+
scrollTop: A,
|
|
3321
|
+
clientHeight: Y,
|
|
3327
3322
|
scrollHeight: Ue
|
|
3328
3323
|
} = j.current;
|
|
3329
|
-
if (
|
|
3324
|
+
if (A === void 0 || Y === void 0 || Ue === void 0)
|
|
3330
3325
|
return;
|
|
3331
|
-
const Fe = Ue -
|
|
3332
|
-
|
|
3326
|
+
const Fe = Ue - A - Y > Y / 2;
|
|
3327
|
+
X !== Fe && ae(Fe);
|
|
3333
3328
|
};
|
|
3334
3329
|
ke(() => {
|
|
3335
3330
|
j.current && (j.current.scrollTop = j.current.scrollHeight);
|
|
3336
|
-
}, [
|
|
3337
|
-
const
|
|
3338
|
-
ref:
|
|
3331
|
+
}, [S, he, E]);
|
|
3332
|
+
const Bt = V(null), Qe = d ? /* @__PURE__ */ i(Ht, {
|
|
3333
|
+
ref: Bt,
|
|
3339
3334
|
title: e,
|
|
3340
|
-
leftNav: t && /* @__PURE__ */ i(
|
|
3335
|
+
leftNav: t && /* @__PURE__ */ i(to, {
|
|
3341
3336
|
onClick: t,
|
|
3342
|
-
color:
|
|
3337
|
+
color: p.aiChat.header.textColor
|
|
3343
3338
|
}),
|
|
3344
|
-
rightNav: /* @__PURE__ */ i(
|
|
3345
|
-
style:
|
|
3346
|
-
}) : null,
|
|
3347
|
-
return (
|
|
3348
|
-
children: [
|
|
3349
|
-
text:
|
|
3339
|
+
rightNav: /* @__PURE__ */ i(Yt, {}),
|
|
3340
|
+
style: p.aiChat.header
|
|
3341
|
+
}) : null, Qt = T(() => [...new Set(S.filter((A) => A.role === "user").filter((A) => !(x != null && x.includes(A.content))).map((A) => A.content).reverse())].slice(0, s), [S, s, x]);
|
|
3342
|
+
return (Z == null ? void 0 : Z.message) === l("ai.errors.chatUnavailable") ? /* @__PURE__ */ h(N, {
|
|
3343
|
+
children: [d && Qe, /* @__PURE__ */ i(Rt, {
|
|
3344
|
+
text: Z.message
|
|
3350
3345
|
})]
|
|
3351
3346
|
}) : /* @__PURE__ */ h(N, {
|
|
3352
|
-
children: [
|
|
3347
|
+
children: [Qe, /* @__PURE__ */ h(wo, {
|
|
3353
3348
|
ref: j,
|
|
3354
|
-
theme:
|
|
3355
|
-
onScroll:
|
|
3356
|
-
children: [/* @__PURE__ */ i(
|
|
3357
|
-
isVisible:
|
|
3358
|
-
anchorElement:
|
|
3349
|
+
theme: p,
|
|
3350
|
+
onScroll: Pt,
|
|
3351
|
+
children: [/* @__PURE__ */ i(ko, {
|
|
3352
|
+
isVisible: X,
|
|
3353
|
+
anchorElement: W.current,
|
|
3359
3354
|
onClick: () => {
|
|
3360
|
-
var
|
|
3361
|
-
(
|
|
3362
|
-
top: (
|
|
3355
|
+
var A, Y;
|
|
3356
|
+
(Y = j.current) == null || Y.scroll({
|
|
3357
|
+
top: (A = j.current) == null ? void 0 : A.scrollHeight,
|
|
3363
3358
|
behavior: "smooth"
|
|
3364
3359
|
});
|
|
3365
3360
|
}
|
|
3366
|
-
}), /* @__PURE__ */ i(
|
|
3367
|
-
questions:
|
|
3368
|
-
isLoading:
|
|
3369
|
-
onSelection:
|
|
3370
|
-
}),
|
|
3361
|
+
}), /* @__PURE__ */ i(pi, {}), /* @__PURE__ */ i(co, {
|
|
3362
|
+
questions: x || [],
|
|
3363
|
+
isLoading: f,
|
|
3364
|
+
onSelection: v
|
|
3365
|
+
}), Z && /* @__PURE__ */ i(P, {
|
|
3371
3366
|
align: "left",
|
|
3372
|
-
children:
|
|
3373
|
-
}),
|
|
3374
|
-
messages:
|
|
3375
|
-
}),
|
|
3376
|
-
theme:
|
|
3377
|
-
children:
|
|
3367
|
+
children: Z.message
|
|
3368
|
+
}), R ? /* @__PURE__ */ i(De, {}) : /* @__PURE__ */ i(eo, {
|
|
3369
|
+
messages: S
|
|
3370
|
+
}), c && I && ((o = (a = I.followupQuestions) == null ? void 0 : a.length) != null ? o : 0) > 0 && /* @__PURE__ */ i(_o, {
|
|
3371
|
+
theme: p,
|
|
3372
|
+
children: (n = I.followupQuestions) == null ? void 0 : n.slice(0, 2).map((A, Y) => /* @__PURE__ */ i(_e, {
|
|
3378
3373
|
align: "left",
|
|
3379
3374
|
onClick: () => {
|
|
3380
|
-
|
|
3375
|
+
v(A);
|
|
3381
3376
|
},
|
|
3382
3377
|
children: /* @__PURE__ */ i("div", {
|
|
3383
3378
|
className: "csdk-py-[7px] csdk-px-4",
|
|
3384
|
-
children:
|
|
3379
|
+
children: A
|
|
3385
3380
|
})
|
|
3386
|
-
},
|
|
3387
|
-
}), (
|
|
3388
|
-
onCancel:
|
|
3389
|
-
onConfirm:
|
|
3381
|
+
}, Y))
|
|
3382
|
+
}), (E || Ie) && /* @__PURE__ */ i(Pe, {}), he && /* @__PURE__ */ i(fi, {
|
|
3383
|
+
onCancel: ie,
|
|
3384
|
+
onConfirm: oe
|
|
3390
3385
|
})]
|
|
3391
|
-
}), /* @__PURE__ */ h(
|
|
3392
|
-
ref:
|
|
3393
|
-
theme:
|
|
3394
|
-
children: [/* @__PURE__ */ i(
|
|
3395
|
-
onSendMessage:
|
|
3396
|
-
disabled:
|
|
3397
|
-
onClearHistoryClick:
|
|
3398
|
-
suggestions:
|
|
3399
|
-
recentPrompts:
|
|
3400
|
-
isLoading:
|
|
3401
|
-
recommendationsError:
|
|
3402
|
-
onChange:
|
|
3403
|
-
}), /* @__PURE__ */ i(
|
|
3404
|
-
theme:
|
|
3386
|
+
}), /* @__PURE__ */ h(yo, {
|
|
3387
|
+
ref: W,
|
|
3388
|
+
theme: p,
|
|
3389
|
+
children: [/* @__PURE__ */ i(ci, {
|
|
3390
|
+
onSendMessage: v,
|
|
3391
|
+
disabled: E || R,
|
|
3392
|
+
onClearHistoryClick: Ae,
|
|
3393
|
+
suggestions: x || [],
|
|
3394
|
+
recentPrompts: Qt,
|
|
3395
|
+
isLoading: f || R,
|
|
3396
|
+
recommendationsError: w,
|
|
3397
|
+
onChange: ie
|
|
3398
|
+
}), /* @__PURE__ */ i(uo, {
|
|
3399
|
+
theme: p
|
|
3405
3400
|
})]
|
|
3406
3401
|
})]
|
|
3407
3402
|
});
|
|
3408
3403
|
}
|
|
3409
|
-
const
|
|
3404
|
+
const vo = /* @__PURE__ */ g("button", {
|
|
3410
3405
|
target: "e5a38pw0",
|
|
3411
3406
|
label: "Container"
|
|
3412
3407
|
})("font-family:", ({
|
|
3413
3408
|
theme: e
|
|
3414
3409
|
}) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({
|
|
3415
3410
|
theme: e
|
|
3416
|
-
}) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
3411
|
+
}) => e.aiChat.dataTopics.items.backgroundColor, ";"), Mo = /* @__PURE__ */ g("div", {
|
|
3417
3412
|
target: "e5a38pw1",
|
|
3418
3413
|
label: "Title"
|
|
3419
3414
|
})("font-size:1.05rem;line-height:28px;color:", ({
|
|
3420
3415
|
theme: e
|
|
3421
|
-
}) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
3416
|
+
}) => e.aiChat.dataTopics.items.textColor, ";"), Do = /* @__PURE__ */ g("div", {
|
|
3422
3417
|
target: "e5a38pw2",
|
|
3423
3418
|
label: "Description"
|
|
3424
3419
|
})("font-size:", ({
|
|
@@ -3427,75 +3422,75 @@ const wo = /* @__PURE__ */ g("button", {
|
|
|
3427
3422
|
theme: e
|
|
3428
3423
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
3429
3424
|
theme: e
|
|
3430
|
-
}) => ut(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"),
|
|
3425
|
+
}) => ut(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), So = /* @__PURE__ */ g("div", {
|
|
3431
3426
|
target: "e5a38pw3",
|
|
3432
3427
|
label: "IconContainer"
|
|
3433
3428
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
3434
|
-
function
|
|
3429
|
+
function Io(e) {
|
|
3435
3430
|
const {
|
|
3436
3431
|
title: t,
|
|
3437
3432
|
description: r,
|
|
3438
3433
|
onClick: a
|
|
3439
3434
|
} = e, {
|
|
3440
3435
|
themeSettings: o
|
|
3441
|
-
} =
|
|
3442
|
-
return /* @__PURE__ */ h(
|
|
3436
|
+
} = k();
|
|
3437
|
+
return /* @__PURE__ */ h(vo, {
|
|
3443
3438
|
onClick: a,
|
|
3444
3439
|
theme: o,
|
|
3445
3440
|
children: [/* @__PURE__ */ h("div", {
|
|
3446
|
-
children: [/* @__PURE__ */ i(
|
|
3441
|
+
children: [/* @__PURE__ */ i(Mo, {
|
|
3447
3442
|
theme: o,
|
|
3448
3443
|
children: t
|
|
3449
|
-
}), /* @__PURE__ */ i(
|
|
3444
|
+
}), /* @__PURE__ */ i(Do, {
|
|
3450
3445
|
theme: o,
|
|
3451
3446
|
children: r
|
|
3452
3447
|
})]
|
|
3453
|
-
}), /* @__PURE__ */ i(
|
|
3454
|
-
children: /* @__PURE__ */ i(
|
|
3448
|
+
}), /* @__PURE__ */ i(So, {
|
|
3449
|
+
children: /* @__PURE__ */ i(Gt, {
|
|
3455
3450
|
color: o.aiChat.icons.color
|
|
3456
3451
|
})
|
|
3457
3452
|
})]
|
|
3458
3453
|
});
|
|
3459
3454
|
}
|
|
3460
|
-
const
|
|
3455
|
+
const Ao = /* @__PURE__ */ g("div", {
|
|
3461
3456
|
target: "emrh5y30",
|
|
3462
3457
|
label: "FlexContainer"
|
|
3463
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
3458
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), Lo = /* @__PURE__ */ g("div", {
|
|
3464
3459
|
target: "emrh5y31",
|
|
3465
3460
|
label: "Title"
|
|
3466
3461
|
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({
|
|
3467
3462
|
theme: e
|
|
3468
|
-
}) => e.aiChat.primaryTextColor, ";"),
|
|
3463
|
+
}) => e.aiChat.primaryTextColor, ";"), No = /* @__PURE__ */ g("div", {
|
|
3469
3464
|
target: "emrh5y32",
|
|
3470
3465
|
label: "Subtitle"
|
|
3471
3466
|
})("font-size:15px;line-height:22px;color:", ({
|
|
3472
3467
|
theme: e
|
|
3473
3468
|
}) => e.aiChat.primaryTextColor, ";");
|
|
3474
|
-
function
|
|
3469
|
+
function To(e) {
|
|
3475
3470
|
const {
|
|
3476
3471
|
dataTopics: t
|
|
3477
3472
|
} = e, {
|
|
3478
3473
|
themeSettings: r
|
|
3479
|
-
} =
|
|
3474
|
+
} = k(), {
|
|
3480
3475
|
t: a
|
|
3481
|
-
} =
|
|
3482
|
-
return /* @__PURE__ */ h(
|
|
3483
|
-
children: [/* @__PURE__ */ i(
|
|
3476
|
+
} = _();
|
|
3477
|
+
return /* @__PURE__ */ h(Ao, {
|
|
3478
|
+
children: [/* @__PURE__ */ i(Lo, {
|
|
3484
3479
|
theme: r,
|
|
3485
3480
|
children: a("ai.dataTopics")
|
|
3486
|
-
}), /* @__PURE__ */ h(
|
|
3481
|
+
}), /* @__PURE__ */ h(No, {
|
|
3487
3482
|
theme: r,
|
|
3488
3483
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ i("br", {}), /* @__PURE__ */ i("br", {}), a("ai.topicSelectPrompt")]
|
|
3489
|
-
}), t.map((o) => /* @__PURE__ */
|
|
3484
|
+
}), t.map((o) => /* @__PURE__ */ Ir(Io, M(C({}, o), {
|
|
3490
3485
|
key: o.title
|
|
3491
3486
|
})))]
|
|
3492
3487
|
});
|
|
3493
3488
|
}
|
|
3494
|
-
const
|
|
3495
|
-
function
|
|
3489
|
+
const jo = "#000000", Eo = "#FFFFFF";
|
|
3490
|
+
function zo({
|
|
3496
3491
|
isDarkBackground: e = !1
|
|
3497
3492
|
}) {
|
|
3498
|
-
const t = e ?
|
|
3493
|
+
const t = e ? Eo : jo;
|
|
3499
3494
|
return /* @__PURE__ */ h("svg", {
|
|
3500
3495
|
width: "32",
|
|
3501
3496
|
height: "32",
|
|
@@ -3553,83 +3548,83 @@ function No({
|
|
|
3553
3548
|
})]
|
|
3554
3549
|
});
|
|
3555
3550
|
}
|
|
3556
|
-
const
|
|
3551
|
+
const Oo = /* @__PURE__ */ g("div", {
|
|
3557
3552
|
target: "ecj9gfs0",
|
|
3558
3553
|
label: "LogoContainer"
|
|
3559
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
3554
|
+
})("margin-left:14px;margin-top:3px;"), Ro = /* @__PURE__ */ g("div", {
|
|
3560
3555
|
target: "ecj9gfs1",
|
|
3561
3556
|
label: "DataTopicsContainer"
|
|
3562
3557
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({
|
|
3563
3558
|
theme: e
|
|
3564
3559
|
}) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
3565
|
-
function
|
|
3560
|
+
function Zo({
|
|
3566
3561
|
dataTopicsList: e,
|
|
3567
3562
|
onDataTopicClick: t
|
|
3568
3563
|
}) {
|
|
3569
3564
|
const {
|
|
3570
3565
|
enableHeader: r
|
|
3571
|
-
} =
|
|
3566
|
+
} = G(), {
|
|
3572
3567
|
themeSettings: a
|
|
3573
|
-
} =
|
|
3568
|
+
} = k(), {
|
|
3574
3569
|
t: o
|
|
3575
|
-
} =
|
|
3570
|
+
} = _(), n = T(() => e == null ? void 0 : e.map((c) => ({
|
|
3576
3571
|
title: c,
|
|
3577
3572
|
onClick: () => t(c)
|
|
3578
|
-
})), [e, t]), l =
|
|
3573
|
+
})), [e, t]), l = wr(yr(a.aiChat.header.backgroundColor)) > 0.5;
|
|
3579
3574
|
return /* @__PURE__ */ h(N, {
|
|
3580
|
-
children: [r ? /* @__PURE__ */ i(
|
|
3575
|
+
children: [r ? /* @__PURE__ */ i(Ht, {
|
|
3581
3576
|
title: o("ai.analyticsChatbot"),
|
|
3582
|
-
leftNav: /* @__PURE__ */ i(
|
|
3583
|
-
children: /* @__PURE__ */ i(
|
|
3577
|
+
leftNav: /* @__PURE__ */ i(Oo, {
|
|
3578
|
+
children: /* @__PURE__ */ i(zo, {
|
|
3584
3579
|
isDarkBackground: l
|
|
3585
3580
|
})
|
|
3586
3581
|
}),
|
|
3587
|
-
rightNav: /* @__PURE__ */ i(
|
|
3582
|
+
rightNav: /* @__PURE__ */ i(Yt, {}),
|
|
3588
3583
|
style: a.aiChat.header
|
|
3589
|
-
}) : null, /* @__PURE__ */ h(
|
|
3584
|
+
}) : null, /* @__PURE__ */ h(Ro, {
|
|
3590
3585
|
theme: a,
|
|
3591
|
-
children: [!n && /* @__PURE__ */ i(De, {}), n && /* @__PURE__ */ i(
|
|
3586
|
+
children: [!n && /* @__PURE__ */ i(De, {}), n && /* @__PURE__ */ i(To, {
|
|
3592
3587
|
dataTopics: n
|
|
3593
3588
|
})]
|
|
3594
3589
|
})]
|
|
3595
3590
|
});
|
|
3596
3591
|
}
|
|
3597
|
-
function
|
|
3598
|
-
const [e, t] =
|
|
3592
|
+
function Wo() {
|
|
3593
|
+
const [e, t] = D(), [r, a] = D(), {
|
|
3599
3594
|
data: o,
|
|
3600
3595
|
fetchStatus: n
|
|
3601
|
-
} =
|
|
3596
|
+
} = za(), {
|
|
3602
3597
|
dataTopicsList: l,
|
|
3603
3598
|
contextDetails: c
|
|
3604
|
-
} =
|
|
3599
|
+
} = G(), {
|
|
3605
3600
|
t: d
|
|
3606
|
-
} =
|
|
3607
|
-
|
|
3608
|
-
}, [s]), p =
|
|
3601
|
+
} = _(), s = d("ai.errors.noAvailableDataTopics"), u = y((w) => {
|
|
3602
|
+
w.length ? w.length === 1 && (a(void 0), t(w[0])) : a(s);
|
|
3603
|
+
}, [s]), p = T(() => {
|
|
3609
3604
|
if (o && n === "idle") {
|
|
3610
|
-
const
|
|
3611
|
-
return u(
|
|
3605
|
+
const w = (l != null && l.length ? o == null ? void 0 : o.filter((x) => l == null ? void 0 : l.includes(x.title)) : o).map((x) => x.title);
|
|
3606
|
+
return u(w), w;
|
|
3612
3607
|
}
|
|
3613
3608
|
return [];
|
|
3614
|
-
}, [o, n, l, u]), m =
|
|
3609
|
+
}, [o, n, l, u]), m = ce(), f = y(() => {
|
|
3615
3610
|
a(void 0), m.invalidateQueries(["getDataTopics"]);
|
|
3616
3611
|
}, [m]);
|
|
3617
|
-
return r ? /* @__PURE__ */ i(
|
|
3612
|
+
return r ? /* @__PURE__ */ i(Rt, {
|
|
3618
3613
|
text: r,
|
|
3619
3614
|
action: {
|
|
3620
3615
|
text: d("ai.buttons.refresh"),
|
|
3621
|
-
onClick:
|
|
3616
|
+
onClick: f
|
|
3622
3617
|
}
|
|
3623
|
-
}) : p.length === 1 && !e ? /* @__PURE__ */ i(De, {}) : e ? /* @__PURE__ */ i(
|
|
3618
|
+
}) : p.length === 1 && !e ? /* @__PURE__ */ i(De, {}) : e ? /* @__PURE__ */ i(Co, {
|
|
3624
3619
|
contextTitle: e,
|
|
3625
3620
|
contextDetails: c,
|
|
3626
3621
|
onGoBack: p.length === 1 ? void 0 : () => t(void 0)
|
|
3627
|
-
}) : /* @__PURE__ */ i(
|
|
3622
|
+
}) : /* @__PURE__ */ i(Zo, {
|
|
3628
3623
|
dataTopicsList: p,
|
|
3629
|
-
onDataTopicClick: (
|
|
3624
|
+
onDataTopicClick: (w) => t(w)
|
|
3630
3625
|
});
|
|
3631
3626
|
}
|
|
3632
|
-
const
|
|
3627
|
+
const en = Ze({
|
|
3633
3628
|
componentName: "Chatbot"
|
|
3634
3629
|
})((e) => {
|
|
3635
3630
|
const {
|
|
@@ -3638,50 +3633,56 @@ const $o = Re({
|
|
|
3638
3633
|
config: a
|
|
3639
3634
|
} = e, {
|
|
3640
3635
|
themeSettings: o
|
|
3641
|
-
} =
|
|
3642
|
-
return /* @__PURE__ */ i(
|
|
3636
|
+
} = k();
|
|
3637
|
+
return /* @__PURE__ */ i(ja, {
|
|
3643
3638
|
value: a ?? {},
|
|
3644
|
-
children: /* @__PURE__ */ i(
|
|
3639
|
+
children: /* @__PURE__ */ i(Qa, {
|
|
3645
3640
|
id: "csdk-chatbot-frame",
|
|
3646
3641
|
width: t,
|
|
3647
3642
|
height: r,
|
|
3648
3643
|
theme: o,
|
|
3649
3644
|
tabIndex: 0,
|
|
3650
|
-
children: /* @__PURE__ */ i(
|
|
3645
|
+
children: /* @__PURE__ */ i(Wo, {})
|
|
3651
3646
|
})
|
|
3652
3647
|
});
|
|
3653
|
-
}),
|
|
3648
|
+
}), tn = Ze({
|
|
3654
3649
|
componentName: "GetNlgInsights"
|
|
3655
3650
|
})(function(e) {
|
|
3656
3651
|
const {
|
|
3657
3652
|
data: t,
|
|
3658
3653
|
isLoading: r,
|
|
3659
3654
|
isError: a
|
|
3660
|
-
} =
|
|
3655
|
+
} = pe(e), {
|
|
3661
3656
|
t: o
|
|
3662
|
-
} =
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3657
|
+
} = _();
|
|
3658
|
+
if (a)
|
|
3659
|
+
return /* @__PURE__ */ i(N, {
|
|
3660
|
+
children: o("ai.errors.unexpected")
|
|
3661
|
+
});
|
|
3662
|
+
const n = t ?? o("ai.errors.insightsNotAvailable");
|
|
3663
|
+
return /* @__PURE__ */ i(Se, {
|
|
3664
|
+
text: r ? "Loading..." : n
|
|
3667
3665
|
});
|
|
3668
|
-
}),
|
|
3666
|
+
}), rn = Ze({
|
|
3669
3667
|
componentName: "GetNlgQueryResult"
|
|
3670
3668
|
})(function(e) {
|
|
3671
3669
|
const {
|
|
3672
3670
|
data: t,
|
|
3673
3671
|
isLoading: r,
|
|
3674
3672
|
isError: a
|
|
3675
|
-
} =
|
|
3673
|
+
} = pe(e), {
|
|
3676
3674
|
t: o
|
|
3677
|
-
} =
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3675
|
+
} = _();
|
|
3676
|
+
if (a)
|
|
3677
|
+
return /* @__PURE__ */ i(N, {
|
|
3678
|
+
children: o("ai.errors.unexpected")
|
|
3679
|
+
});
|
|
3680
|
+
const n = t ?? o("ai.errors.insightsNotAvailable");
|
|
3681
|
+
return /* @__PURE__ */ i(Se, {
|
|
3682
|
+
text: r ? "Loading..." : n
|
|
3682
3683
|
});
|
|
3683
3684
|
});
|
|
3684
|
-
function
|
|
3685
|
+
function qo({
|
|
3685
3686
|
theme: e
|
|
3686
3687
|
}) {
|
|
3687
3688
|
const t = e.general.brandColor;
|
|
@@ -3692,71 +3693,71 @@ function Oo({
|
|
|
3692
3693
|
viewBox: "-2 -3 24 24",
|
|
3693
3694
|
fill: "none",
|
|
3694
3695
|
children: [/* @__PURE__ */ i("path", {
|
|
3695
|
-
|
|
3696
|
-
|
|
3696
|
+
fillRule: "evenodd",
|
|
3697
|
+
clipRule: "evenodd",
|
|
3697
3698
|
d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
|
|
3698
3699
|
fill: t
|
|
3699
3700
|
}), /* @__PURE__ */ i("path", {
|
|
3700
|
-
|
|
3701
|
-
|
|
3701
|
+
fillRule: "evenodd",
|
|
3702
|
+
clipRule: "evenodd",
|
|
3702
3703
|
d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
|
|
3703
3704
|
fill: t
|
|
3704
3705
|
}), /* @__PURE__ */ i("path", {
|
|
3705
|
-
|
|
3706
|
-
|
|
3706
|
+
fillRule: "evenodd",
|
|
3707
|
+
clipRule: "evenodd",
|
|
3707
3708
|
d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
|
|
3708
3709
|
fill: t
|
|
3709
3710
|
})]
|
|
3710
3711
|
});
|
|
3711
3712
|
}
|
|
3712
|
-
const
|
|
3713
|
+
const Go = /* @__PURE__ */ g("div", {
|
|
3713
3714
|
target: "eit37yz0",
|
|
3714
3715
|
label: "FlexDiv"
|
|
3715
3716
|
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({
|
|
3716
3717
|
theme: e
|
|
3717
3718
|
}) => e.chart.textColor, ";background-color:", ({
|
|
3718
3719
|
theme: e
|
|
3719
|
-
}) => e.chart.backgroundColor, ";"),
|
|
3720
|
+
}) => e.chart.backgroundColor, ";"), Ho = /* @__PURE__ */ g("div", {
|
|
3720
3721
|
target: "eit37yz1",
|
|
3721
3722
|
label: "IconDiv"
|
|
3722
|
-
})("align-self:flex-start;"),
|
|
3723
|
+
})("align-self:flex-start;"), Yo = ({
|
|
3723
3724
|
summary: e,
|
|
3724
3725
|
nlgRequest: t
|
|
3725
3726
|
}) => {
|
|
3726
3727
|
const {
|
|
3727
3728
|
themeSettings: r
|
|
3728
|
-
} =
|
|
3729
|
-
return /* @__PURE__ */ i(
|
|
3729
|
+
} = k();
|
|
3730
|
+
return /* @__PURE__ */ i(Re, {
|
|
3730
3731
|
sourceId: t.jaql.datasource.title,
|
|
3731
3732
|
data: t,
|
|
3732
3733
|
type: "chart/insights",
|
|
3733
3734
|
buttonVisibility: "always",
|
|
3734
|
-
renderContent: (a) => /* @__PURE__ */ h(
|
|
3735
|
+
renderContent: (a) => /* @__PURE__ */ h(Go, {
|
|
3735
3736
|
theme: r,
|
|
3736
|
-
children: [/* @__PURE__ */ i(
|
|
3737
|
+
children: [/* @__PURE__ */ i(Ho, {
|
|
3737
3738
|
theme: r,
|
|
3738
|
-
children: /* @__PURE__ */ i(
|
|
3739
|
+
children: /* @__PURE__ */ i(qo, {
|
|
3739
3740
|
theme: r
|
|
3740
3741
|
})
|
|
3741
|
-
}), /* @__PURE__ */ i(
|
|
3742
|
+
}), /* @__PURE__ */ i(Se, {
|
|
3742
3743
|
text: e
|
|
3743
3744
|
}), a]
|
|
3744
3745
|
})
|
|
3745
3746
|
});
|
|
3746
|
-
},
|
|
3747
|
+
}, an = ({
|
|
3747
3748
|
nlqResponse: e,
|
|
3748
3749
|
onDataReady: t,
|
|
3749
3750
|
styleOptions: r,
|
|
3750
3751
|
filters: a = []
|
|
3751
3752
|
}) => {
|
|
3752
|
-
e.queryTitle =
|
|
3753
|
+
e.queryTitle = sr(e.queryTitle);
|
|
3753
3754
|
const {
|
|
3754
3755
|
connectToWidgetProps: o
|
|
3755
|
-
} =
|
|
3756
|
+
} = pr({
|
|
3756
3757
|
initialFilters: a
|
|
3757
|
-
}), [n, l] =
|
|
3758
|
+
}), [n, l] = D(null);
|
|
3758
3759
|
re(() => {
|
|
3759
|
-
const p =
|
|
3760
|
+
const p = se(e, {
|
|
3760
3761
|
useCustomizedStyleOptions: !0
|
|
3761
3762
|
});
|
|
3762
3763
|
if (!p)
|
|
@@ -3770,10 +3771,10 @@ const Zo = /* @__PURE__ */ g("div", {
|
|
|
3770
3771
|
l(m);
|
|
3771
3772
|
}
|
|
3772
3773
|
}, [e, o, r]);
|
|
3773
|
-
const c =
|
|
3774
|
-
const p = n && xe(n) ?
|
|
3775
|
-
return
|
|
3776
|
-
jaql:
|
|
3774
|
+
const c = T(() => {
|
|
3775
|
+
const p = n && xe(n) ? gr(n == null ? void 0 : n.filters) : [], m = e.jaql.metadata.filter((f) => !f.jaql.filter).concat(p.filter((f) => !f.config.disabled).map((f) => f.jaql()));
|
|
3776
|
+
return M(C({}, e), {
|
|
3777
|
+
jaql: M(C({}, e.jaql), {
|
|
3777
3778
|
metadata: m
|
|
3778
3779
|
}),
|
|
3779
3780
|
verbosity: "Low"
|
|
@@ -3782,16 +3783,16 @@ const Zo = /* @__PURE__ */ g("div", {
|
|
|
3782
3783
|
data: d,
|
|
3783
3784
|
isLoading: s,
|
|
3784
3785
|
isError: u
|
|
3785
|
-
} =
|
|
3786
|
-
return s || !n ? /* @__PURE__ */ i(
|
|
3786
|
+
} = pe(c);
|
|
3787
|
+
return s || !n ? /* @__PURE__ */ i(Pe, {}) : xe(n) ? /* @__PURE__ */ i(le, M(C({}, n), {
|
|
3787
3788
|
highlightSelectionDisabled: !0,
|
|
3788
3789
|
onDataReady: t,
|
|
3789
|
-
topSlot: d && !u && /* @__PURE__ */ i(
|
|
3790
|
+
topSlot: d && !u && /* @__PURE__ */ i(Yo, {
|
|
3790
3791
|
nlgRequest: c,
|
|
3791
3792
|
summary: d
|
|
3792
3793
|
})
|
|
3793
3794
|
})) : /* @__PURE__ */ i(N, {});
|
|
3794
|
-
},
|
|
3795
|
+
}, Po = new lt({
|
|
3795
3796
|
defaultOptions: {
|
|
3796
3797
|
queries: {
|
|
3797
3798
|
refetchOnWindowFocus: !1,
|
|
@@ -3799,7 +3800,7 @@ const Zo = /* @__PURE__ */ g("div", {
|
|
|
3799
3800
|
}
|
|
3800
3801
|
}
|
|
3801
3802
|
});
|
|
3802
|
-
function
|
|
3803
|
+
function on({
|
|
3803
3804
|
children: e,
|
|
3804
3805
|
context: t
|
|
3805
3806
|
}) {
|
|
@@ -3807,7 +3808,7 @@ function en({
|
|
|
3807
3808
|
children: /* @__PURE__ */ i(He.Provider, {
|
|
3808
3809
|
value: t == null ? void 0 : t.api,
|
|
3809
3810
|
children: /* @__PURE__ */ i(st, {
|
|
3810
|
-
client:
|
|
3811
|
+
client: Po,
|
|
3811
3812
|
children: e
|
|
3812
3813
|
})
|
|
3813
3814
|
})
|
|
@@ -3817,28 +3818,28 @@ function en({
|
|
|
3817
3818
|
try {
|
|
3818
3819
|
if (typeof document < "u") {
|
|
3819
3820
|
var e = document.createElement("style");
|
|
3820
|
-
e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(e);
|
|
3821
|
+
e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible:not(.PrivateSwitchBase-input),.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(e);
|
|
3821
3822
|
}
|
|
3822
3823
|
} catch (t) {
|
|
3823
3824
|
console.error("vite-plugin-css-injected-by-js", t);
|
|
3824
3825
|
}
|
|
3825
3826
|
})();
|
|
3826
3827
|
export {
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3828
|
+
Fo as AiContextProvider,
|
|
3829
|
+
va as ChatRestApi,
|
|
3830
|
+
en as Chatbot,
|
|
3831
|
+
on as CustomAiContextProvider,
|
|
3832
|
+
Ta as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3833
|
+
tn as GetNlgInsights,
|
|
3834
|
+
rn as GetNlgQueryResult,
|
|
3835
|
+
an as NlqChartWidget,
|
|
3836
|
+
Ia as prepareGetNlgInsightsPayload,
|
|
3837
|
+
La as prepareGetNlqResultPayload,
|
|
3838
|
+
Ga as useChatSession,
|
|
3839
|
+
Vo as useGetNlgInsights,
|
|
3840
|
+
$o as useGetNlgQueryResult,
|
|
3841
|
+
Jo as useGetNlqResult,
|
|
3842
|
+
Xo as useGetQueryRecommendations,
|
|
3843
|
+
Ko as useLastNlqResponse,
|
|
3844
|
+
Uo as widgetComposer
|
|
3844
3845
|
};
|