@sisense/sdk-ui-preact 2.3.0 → 2.4.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 +23 -22
- package/dist/ai.js +535 -436
- package/dist/index.cjs +22 -22
- package/dist/index.js +6650 -6541
- package/dist/packages/sdk-ui-preact/src/component-adapter/custom-element.d.ts +2 -1
- package/dist/packages/sdk-ui-preact/src/render.d.ts +1 -1
- package/dist/{use-common-filters-BC4Vg9wu-ac7b626e.js → use-common-filters-B3lFbmtY-9713e013.js} +10561 -10530
- package/dist/{use-common-filters-BC4Vg9wu-fc414cf1.cjs → use-common-filters-B3lFbmtY-d9636d02.cjs} +171 -171
- package/package.json +3 -3
package/dist/ai.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { N as Qe,
|
|
1
|
+
import { N as Qe, eU as $r, eV as Vr, k as Se, cp as We, cH as Jr, cG as Xr, bI as Kr, bn as wt, eW as ve, m as Ht, cx as tt, b1 as ea, aX as Ee, eX as ta, b$ as ra, eY as aa, c as ia, eZ as oa, e_ as na, e$ as la, cB as Yt, j as Ut, ae as Ft, a9 as Be, B as da, p as He, f0 as sa, f1 as ca, K as he, f2 as Qt, M as pa, f as b, h as $t, F as D, n as o, v as O, ad as Y, f3 as ua, aE as ga, am as ha, T as G, br as fe, q as N, aB as dt, i as z, y as be, ap as Vt, a5 as ma, bu as fa, A as ce, f4 as ba, as as ke, X as $e, u as ye, f5 as xa, bE as ka, bG as ya, cJ as Ce, dv as Jt, aq as st, z as wa, f6 as Ie, a4 as _, cY as q, r as v, b_ as _a, f7 as _t, a as qe, f8 as Ca, f9 as va, fa as Xt, fb as Sa, fc as Ma, cc as Ia, cd as Da, fd as Aa, fe as La, ff as Ta, dP as Na, cb as ja, fg as Oa, cX as Kt, fh as Ea, dj as za, b5 as Ra, et as Za, _ as Wa, aY as er, aZ as tr, fi as qa, cu as Ga, fj as Pa, ev as Ba, cU as Ha, fk as Ya } from "./use-common-filters-B3lFbmtY-9713e013.js";
|
|
2
2
|
var Ua = Object.defineProperty, Fa = Object.defineProperties, Qa = Object.getOwnPropertyDescriptors, Ct = Object.getOwnPropertySymbols, $a = Object.prototype.hasOwnProperty, Va = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? Ua(e, t, {
|
|
3
3
|
enumerable: !0,
|
|
4
4
|
configurable: !0,
|
|
@@ -12,10 +12,10 @@ var Ua = Object.defineProperty, Fa = Object.defineProperties, Qa = Object.getOwn
|
|
|
12
12
|
Va.call(t, r) && vt(e, r, t[r]);
|
|
13
13
|
return e;
|
|
14
14
|
}, ne = (e, t) => Fa(e, Qa(t));
|
|
15
|
-
let
|
|
15
|
+
let rr = class extends Ht {
|
|
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 = ra(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
19
19
|
}
|
|
20
20
|
get id() {
|
|
21
21
|
return this.expression;
|
|
@@ -38,16 +38,16 @@ const Ja = {
|
|
|
38
38
|
};
|
|
39
39
|
function Xa(e) {
|
|
40
40
|
var t;
|
|
41
|
-
return new
|
|
41
|
+
return new rr(e, (t = Ja[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function ar(e) {
|
|
44
44
|
const {
|
|
45
45
|
jaql: t
|
|
46
46
|
} = e;
|
|
47
47
|
if (t.formula)
|
|
48
|
-
return
|
|
49
|
-
const r =
|
|
50
|
-
return "agg" in t && t.dim && t.datatype ?
|
|
48
|
+
return aa(t);
|
|
49
|
+
const r = ia.translateJaqlToGranularity(t);
|
|
50
|
+
return "agg" in t && t.dim && t.datatype ? oa({
|
|
51
51
|
expression: t.dim,
|
|
52
52
|
dataType: t.datatype,
|
|
53
53
|
agg: t.agg || "",
|
|
@@ -56,7 +56,7 @@ function rr(e) {
|
|
|
56
56
|
sort: t.sort,
|
|
57
57
|
title: t.title,
|
|
58
58
|
dataSource: t.datasource
|
|
59
|
-
}) : t.dim && t.datatype ?
|
|
59
|
+
}) : t.dim && t.datatype ? na({
|
|
60
60
|
expression: t.dim,
|
|
61
61
|
dataType: t.datatype,
|
|
62
62
|
granularity: r,
|
|
@@ -73,8 +73,8 @@ function ei(e) {
|
|
|
73
73
|
function ti(e) {
|
|
74
74
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
75
75
|
}
|
|
76
|
-
function
|
|
77
|
-
if (![...
|
|
76
|
+
function ir(e) {
|
|
77
|
+
if (![...Vr, "pivot", "pivot2"].includes(e))
|
|
78
78
|
throw new Se("errors.chartTypeNotSupported", {
|
|
79
79
|
chartType: e
|
|
80
80
|
});
|
|
@@ -566,10 +566,10 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
566
566
|
</template>`,
|
|
567
567
|
dashboardTmpl: "/** COMING SOON */"
|
|
568
568
|
}
|
|
569
|
-
},
|
|
570
|
-
const a =
|
|
569
|
+
}, or = (e, t) => ii[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => or(`${a}Tmpl`, t)), oi = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), rt = (e, t, r = "react") => {
|
|
570
|
+
const a = or(e, r);
|
|
571
571
|
return ai(oi(a, t));
|
|
572
|
-
}, ni = () => Object.values(
|
|
572
|
+
}, ni = () => Object.values(la).map((e) => Yt.aggregationToJAQL(e)).join("|"), nr = (e) => {
|
|
573
573
|
const {
|
|
574
574
|
formula: t,
|
|
575
575
|
context: r,
|
|
@@ -600,7 +600,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
600
600
|
return e;
|
|
601
601
|
}, ze = (e) => {
|
|
602
602
|
let t = e;
|
|
603
|
-
if ("formula" in e && (t =
|
|
603
|
+
if ("formula" in e && (t = nr(e)), "context" in t) {
|
|
604
604
|
const r = Z({}, t.context);
|
|
605
605
|
Object.keys(r).forEach((a) => {
|
|
606
606
|
r[`${a}`] = ze(r[`${a}`]);
|
|
@@ -615,7 +615,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
615
615
|
const {
|
|
616
616
|
jaql: a
|
|
617
617
|
} = r;
|
|
618
|
-
return (t = a.filter) != null && t.by && (a.filter.by =
|
|
618
|
+
return (t = a.filter) != null && t.by && (a.filter.by = nr(a.filter.by)), ne(Z({}, r), {
|
|
619
619
|
jaql: a
|
|
620
620
|
});
|
|
621
621
|
}, di = (e) => {
|
|
@@ -655,7 +655,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
655
655
|
title: l
|
|
656
656
|
} = e;
|
|
657
657
|
let d;
|
|
658
|
-
return r && a && (d = Ut(r, a, t, "DM")), i && r && a && l && (d = `measureFactory.${
|
|
658
|
+
return r && a && (d = Ut(r, a, t, "DM")), i && r && a && l && (d = `measureFactory.${Yt.aggregationFromJAQL(i)}(${d}, '${ve(l)}')`), d || at;
|
|
659
659
|
}, pi = (e, t) => {
|
|
660
660
|
const r = e.jaql(!1).jaql;
|
|
661
661
|
return "formula" in r ? si(r, t) : ci(r);
|
|
@@ -664,9 +664,9 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
664
664
|
return "";
|
|
665
665
|
if (typeof e == "string")
|
|
666
666
|
return `'${ve(e)}'`;
|
|
667
|
-
if (e instanceof
|
|
667
|
+
if (e instanceof rr)
|
|
668
668
|
return pi(e, t);
|
|
669
|
-
if (e instanceof
|
|
669
|
+
if (e instanceof Ht)
|
|
670
670
|
return e.composeCode || "";
|
|
671
671
|
let a = "";
|
|
672
672
|
return Array.isArray(e) ? a += `[${e.map((i) => te(i, t + 2))}${e.length ? je + " ".repeat(t + 2) : ""}]` : (a += `{${je}`, Object.entries(e).forEach(([i, l]) => {
|
|
@@ -682,16 +682,16 @@ function Mt(e, t = "data-source-placeholder") {
|
|
|
682
682
|
const r = typeof e == "object" && "title" in e ? e.title : e;
|
|
683
683
|
return ei(r);
|
|
684
684
|
}
|
|
685
|
-
function
|
|
685
|
+
function It(e, t = !0) {
|
|
686
686
|
const r = [];
|
|
687
687
|
return t && r.push("measureFactory"), J(e) && r.push("filterFactory"), r.length > 0 ? `import { ${r.join(", ")} } from '@sisense/sdk-data';` : "";
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const Dt = `
|
|
690
690
|
`, gi = (e, t) => {
|
|
691
691
|
if (e.composeCode)
|
|
692
|
-
return `${
|
|
692
|
+
return `${Dt}${" ".repeat(t)}${e.composeCode}`;
|
|
693
693
|
const r = e.jaql().jaql;
|
|
694
|
-
return `${
|
|
694
|
+
return `${Dt}${" ".repeat(t)}filterFactory.customFilter(${te(r, t, !0)})`;
|
|
695
695
|
}, hi = (e, t = 0) => {
|
|
696
696
|
if (!e)
|
|
697
697
|
return "";
|
|
@@ -705,7 +705,7 @@ const It = `
|
|
|
705
705
|
chartType: a = "table",
|
|
706
706
|
includeChart: i = !0
|
|
707
707
|
}) => {
|
|
708
|
-
|
|
708
|
+
ir(a);
|
|
709
709
|
const l = {
|
|
710
710
|
dashboardOid: e,
|
|
711
711
|
widgetOid: t
|
|
@@ -713,7 +713,7 @@ const It = `
|
|
|
713
713
|
return rt(d, l, r);
|
|
714
714
|
}, yi = (e, t, r) => {
|
|
715
715
|
if (We(e)) {
|
|
716
|
-
|
|
716
|
+
ir(e.chartType);
|
|
717
717
|
const a = St(e), i = {
|
|
718
718
|
idString: e.id,
|
|
719
719
|
widgetTypeString: "chart",
|
|
@@ -723,13 +723,13 @@ const It = `
|
|
|
723
723
|
dataOptionsString: ui(e.dataOptions),
|
|
724
724
|
filtersString: At(e.filters),
|
|
725
725
|
componentString: "ChartWidget",
|
|
726
|
-
extraImportsString:
|
|
726
|
+
extraImportsString: It(e.filters || [], a),
|
|
727
727
|
styleOptionsString: te(e.styleOptions || {}, Re),
|
|
728
728
|
drilldownOptionsString: te(e.drilldownOptions || {}, Re)
|
|
729
729
|
};
|
|
730
730
|
return rt(r.chart, i, t);
|
|
731
731
|
}
|
|
732
|
-
if (
|
|
732
|
+
if (Jr(e)) {
|
|
733
733
|
const a = St(e), i = {
|
|
734
734
|
idString: e.id,
|
|
735
735
|
widgetTypeString: "pivot",
|
|
@@ -738,13 +738,13 @@ const It = `
|
|
|
738
738
|
dataOptionsString: te(e.dataOptions),
|
|
739
739
|
filtersString: At(e.filters),
|
|
740
740
|
componentString: "PivotTableWidget",
|
|
741
|
-
extraImportsString:
|
|
741
|
+
extraImportsString: It(e.filters || [], a),
|
|
742
742
|
styleOptionsString: te(e.styleOptions || {}, Re)
|
|
743
743
|
};
|
|
744
744
|
return rt(r.pivot, i, t);
|
|
745
745
|
}
|
|
746
|
-
if (
|
|
747
|
-
return "/**
|
|
746
|
+
if (Xr(e))
|
|
747
|
+
return "/** Custom widget code not supported yet */";
|
|
748
748
|
throw new Se("errors.otherWidgetTypesNotSupported");
|
|
749
749
|
}, wi = ({
|
|
750
750
|
widgetProps: e,
|
|
@@ -754,7 +754,7 @@ const It = `
|
|
|
754
754
|
pivot: bi
|
|
755
755
|
}), _i = (e) => ({
|
|
756
756
|
dataOptions: {
|
|
757
|
-
columns: e.map(
|
|
757
|
+
columns: e.map(ar)
|
|
758
758
|
}
|
|
759
759
|
}), Ci = Object.freeze({
|
|
760
760
|
convolution: {
|
|
@@ -797,12 +797,12 @@ const It = `
|
|
|
797
797
|
name: n.column.name
|
|
798
798
|
}
|
|
799
799
|
};
|
|
800
|
-
const s =
|
|
800
|
+
const s = ar(p);
|
|
801
801
|
if (p.panel === "measures")
|
|
802
802
|
return ne(Z({}, n), {
|
|
803
803
|
column: s
|
|
804
804
|
});
|
|
805
|
-
if (
|
|
805
|
+
if (ea(s.type)) {
|
|
806
806
|
const h = (f = (x = p.format) == null ? void 0 : x.mask) == null ? void 0 : f[p.jaql.level];
|
|
807
807
|
if (h)
|
|
808
808
|
return ne(Z({}, n), {
|
|
@@ -867,7 +867,7 @@ const It = `
|
|
|
867
867
|
text: Tt(t, "x")
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
|
-
}, r) : i = Ee(
|
|
870
|
+
}, r) : i = Ee(ta(), r), i;
|
|
871
871
|
}, Mi = (e, t, r = !0) => {
|
|
872
872
|
const {
|
|
873
873
|
chartFamily: a,
|
|
@@ -879,11 +879,11 @@ const It = `
|
|
|
879
879
|
dataOptions: u,
|
|
880
880
|
chartStyleOptions: c
|
|
881
881
|
};
|
|
882
|
-
},
|
|
882
|
+
}, Ii = (e) => "chartType" in e ? e : {
|
|
883
883
|
chartType: "table",
|
|
884
884
|
chartFamily: "table",
|
|
885
885
|
axesMapping: {}
|
|
886
|
-
},
|
|
886
|
+
}, Di = (e) => e.map((t) => Kr(t.jaql)), Ai = (e) => e.reduce((t, r) => {
|
|
887
887
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(wt(r)), r.panel !== "scope") {
|
|
888
888
|
const a = wt(r);
|
|
889
889
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
|
@@ -906,11 +906,11 @@ const It = `
|
|
|
906
906
|
datasource: u
|
|
907
907
|
} = a, c = ne(Z({}, u), {
|
|
908
908
|
type: u.type || "elasticube"
|
|
909
|
-
}), g =
|
|
909
|
+
}), g = $r(c), x = d.map((M) => di(M)).map((M) => ne(Z({}, M), {
|
|
910
910
|
jaql: ne(Z({}, M.jaql), {
|
|
911
911
|
datasource: g
|
|
912
912
|
})
|
|
913
|
-
})), f =
|
|
913
|
+
})), f = Ii(i), n = f.chartType.toLowerCase(), p = {
|
|
914
914
|
cornerRadius: "Small",
|
|
915
915
|
header: {
|
|
916
916
|
// remove info button and render empty toolbar instead
|
|
@@ -919,7 +919,7 @@ const It = `
|
|
|
919
919
|
}, {
|
|
920
920
|
metadataColumns: s,
|
|
921
921
|
metadataFilters: h
|
|
922
|
-
} = Ai(x), m =
|
|
922
|
+
} = Ai(x), m = Di(h), {
|
|
923
923
|
dataOptions: w,
|
|
924
924
|
chartStyleOptions: C
|
|
925
925
|
} = Mi(s, f, r), y = Z(Z({}, C), p);
|
|
@@ -937,32 +937,32 @@ const It = `
|
|
|
937
937
|
console.error(r);
|
|
938
938
|
return;
|
|
939
939
|
}
|
|
940
|
-
},
|
|
940
|
+
}, De = (e, t) => Li(e, t), Ti = (e) => Ka(e) ? ki(e) : wi(e), ud = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
941
941
|
__proto__: null,
|
|
942
942
|
toWidgetCode: Ti,
|
|
943
|
-
toWidgetProps:
|
|
943
|
+
toWidgetProps: De
|
|
944
944
|
}, Symbol.toStringTag, {
|
|
945
945
|
value: "Module"
|
|
946
946
|
}));
|
|
947
|
-
var Ni = Object.defineProperty, ji = Object.defineProperties, Oi = Object.getOwnPropertyDescriptors, Ge = Object.getOwnPropertySymbols,
|
|
947
|
+
var Ni = Object.defineProperty, ji = Object.defineProperties, Oi = Object.getOwnPropertyDescriptors, Ge = Object.getOwnPropertySymbols, lr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable, Nt = (e, t, r) => t in e ? Ni(e, t, {
|
|
948
948
|
enumerable: !0,
|
|
949
949
|
configurable: !0,
|
|
950
950
|
writable: !0,
|
|
951
951
|
value: r
|
|
952
|
-
}) : e[t] = r,
|
|
952
|
+
}) : e[t] = r, I = (e, t) => {
|
|
953
953
|
for (var r in t || (t = {}))
|
|
954
|
-
|
|
954
|
+
lr.call(t, r) && Nt(e, r, t[r]);
|
|
955
955
|
if (Ge)
|
|
956
956
|
for (var r of Ge(t))
|
|
957
|
-
|
|
957
|
+
dr.call(t, r) && Nt(e, r, t[r]);
|
|
958
958
|
return e;
|
|
959
|
-
}, T = (e, t) => ji(e, Oi(t)),
|
|
959
|
+
}, T = (e, t) => ji(e, Oi(t)), sr = (e, t) => {
|
|
960
960
|
var r = {};
|
|
961
961
|
for (var a in e)
|
|
962
|
-
|
|
962
|
+
lr.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
963
963
|
if (e != null && Ge)
|
|
964
964
|
for (var a of Ge(e))
|
|
965
|
-
t.indexOf(a) < 0 &&
|
|
965
|
+
t.indexOf(a) < 0 && dr.call(e, a) && (r[a] = e[a]);
|
|
966
966
|
return r;
|
|
967
967
|
}, pe = (e, t, r) => new Promise((a, i) => {
|
|
968
968
|
var l = (c) => {
|
|
@@ -980,7 +980,7 @@ var Ni = Object.defineProperty, ji = Object.defineProperties, Oi = Object.getOwn
|
|
|
980
980
|
}, u = (c) => c.done ? a(c.value) : Promise.resolve(c.value).then(l, d);
|
|
981
981
|
u((r = r.apply(e, t)).next());
|
|
982
982
|
});
|
|
983
|
-
class Ei extends
|
|
983
|
+
class Ei extends Aa {
|
|
984
984
|
constructor(t, r) {
|
|
985
985
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
|
986
986
|
}
|
|
@@ -990,7 +990,7 @@ class Ei extends Da {
|
|
|
990
990
|
setOptions(t) {
|
|
991
991
|
var r;
|
|
992
992
|
const a = this.options;
|
|
993
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
993
|
+
this.options = this.client.defaultMutationOptions(t), La(a, this.options) || this.client.getMutationCache().notify({
|
|
994
994
|
type: "observerOptionsUpdated",
|
|
995
995
|
mutation: this.currentMutation,
|
|
996
996
|
observer: this
|
|
@@ -1018,12 +1018,12 @@ class Ei extends Da {
|
|
|
1018
1018
|
});
|
|
1019
1019
|
}
|
|
1020
1020
|
mutate(t, r) {
|
|
1021
|
-
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(
|
|
1021
|
+
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(I({}, this.options), {
|
|
1022
1022
|
variables: typeof t < "u" ? t : this.options.variables
|
|
1023
1023
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
1024
1024
|
}
|
|
1025
1025
|
updateResult() {
|
|
1026
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
1026
|
+
const t = this.currentMutation ? this.currentMutation.state : Ta(), r = T(I({}, t), {
|
|
1027
1027
|
isLoading: t.status === "loading",
|
|
1028
1028
|
isSuccess: t.status === "success",
|
|
1029
1029
|
isError: t.status === "error",
|
|
@@ -1053,18 +1053,18 @@ class Ei extends Da {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
function ct(e, t, r) {
|
|
1056
|
-
const a =
|
|
1056
|
+
const a = Ca(e, t), i = Ie({
|
|
1057
1057
|
context: a.context
|
|
1058
1058
|
}), [l] = z(() => new Ei(i, a));
|
|
1059
1059
|
be(() => {
|
|
1060
1060
|
l.setOptions(a);
|
|
1061
1061
|
}, [l, a]);
|
|
1062
|
-
const d =
|
|
1062
|
+
const d = va(N((c) => l.subscribe(Xt.batchCalls(c)), [l]), () => l.getCurrentResult(), () => l.getCurrentResult()), u = N((c, g) => {
|
|
1063
1063
|
l.mutate(c, g).catch(zi);
|
|
1064
1064
|
}, [l]);
|
|
1065
|
-
if (d.error &&
|
|
1065
|
+
if (d.error && Sa(l.options.useErrorBoundary, [d.error]))
|
|
1066
1066
|
throw d.error;
|
|
1067
|
-
return T(
|
|
1067
|
+
return T(I({}, d), {
|
|
1068
1068
|
mutate: u,
|
|
1069
1069
|
mutateAsync: d.mutate
|
|
1070
1070
|
});
|
|
@@ -1106,13 +1106,13 @@ const Zi = new Ft({
|
|
|
1106
1106
|
refetchOnMount: !1
|
|
1107
1107
|
}
|
|
1108
1108
|
}
|
|
1109
|
-
}), pt = /* @__PURE__ */
|
|
1109
|
+
}), pt = /* @__PURE__ */ Be(void 0), X = () => st(pt), Wi = ({
|
|
1110
1110
|
children: e,
|
|
1111
1111
|
volatile: t
|
|
1112
1112
|
}) => {
|
|
1113
1113
|
const {
|
|
1114
1114
|
app: r
|
|
1115
|
-
} =
|
|
1115
|
+
} = wa(), a = G(() => r ? new Ri(r.httpClient, t) : void 0, [r, t]);
|
|
1116
1116
|
return /* @__PURE__ */ o(pt.Provider, {
|
|
1117
1117
|
value: a,
|
|
1118
1118
|
children: /* @__PURE__ */ o(Jt, {
|
|
@@ -1120,18 +1120,18 @@ const Zi = new Ft({
|
|
|
1120
1120
|
children: e
|
|
1121
1121
|
})
|
|
1122
1122
|
});
|
|
1123
|
-
},
|
|
1123
|
+
}, cr = /* @__PURE__ */ Be({}), qi = () => st(cr), pr = ({
|
|
1124
1124
|
children: e
|
|
1125
1125
|
}) => {
|
|
1126
1126
|
const [t, r] = z({}), a = N((d, u) => {
|
|
1127
1127
|
var c;
|
|
1128
1128
|
return `${d}_${(c = u == null ? void 0 : u.dashboardId) != null ? c : ""}`;
|
|
1129
1129
|
}, []), i = N((d, u, c) => {
|
|
1130
|
-
r((g) => T(
|
|
1130
|
+
r((g) => T(I({}, g), {
|
|
1131
1131
|
[a(u, c)]: d
|
|
1132
1132
|
}));
|
|
1133
1133
|
}, [a]), l = N((d, u) => t[a(d, u)], [t, a]);
|
|
1134
|
-
return /* @__PURE__ */ o(
|
|
1134
|
+
return /* @__PURE__ */ o(cr.Provider, {
|
|
1135
1135
|
value: {
|
|
1136
1136
|
saveChatId: i,
|
|
1137
1137
|
getChatId: l
|
|
@@ -1139,11 +1139,11 @@ const Zi = new Ft({
|
|
|
1139
1139
|
children: e
|
|
1140
1140
|
});
|
|
1141
1141
|
};
|
|
1142
|
-
function
|
|
1142
|
+
function gd({
|
|
1143
1143
|
children: e,
|
|
1144
1144
|
volatile: t
|
|
1145
1145
|
}) {
|
|
1146
|
-
return /* @__PURE__ */ o(
|
|
1146
|
+
return /* @__PURE__ */ o(pr, {
|
|
1147
1147
|
children: /* @__PURE__ */ o(Wi, {
|
|
1148
1148
|
volatile: t,
|
|
1149
1149
|
children: e
|
|
@@ -1155,13 +1155,13 @@ function Gi(e) {
|
|
|
1155
1155
|
if ("jaql" in e)
|
|
1156
1156
|
return e;
|
|
1157
1157
|
{
|
|
1158
|
-
const a =
|
|
1158
|
+
const a = ua(e.dataSource), {
|
|
1159
1159
|
filters: i = [],
|
|
1160
1160
|
relations: l
|
|
1161
|
-
} =
|
|
1161
|
+
} = ga(e.filters), {
|
|
1162
1162
|
metadata: d,
|
|
1163
1163
|
filterRelations: u
|
|
1164
|
-
} =
|
|
1164
|
+
} = ha({
|
|
1165
1165
|
dataSource: e.dataSource,
|
|
1166
1166
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
1167
1167
|
measures: (r = e.measures) != null ? r : [],
|
|
@@ -1178,7 +1178,7 @@ function Gi(e) {
|
|
|
1178
1178
|
return e.verbosity && (c.verbosity = e.verbosity), c;
|
|
1179
1179
|
}
|
|
1180
1180
|
}
|
|
1181
|
-
const
|
|
1181
|
+
const Ye = (e, t = !0) => {
|
|
1182
1182
|
const r = G(() => Gi(e), [e]), a = X(), {
|
|
1183
1183
|
data: i,
|
|
1184
1184
|
error: l,
|
|
@@ -1208,10 +1208,10 @@ const He = (e, t = !0) => {
|
|
|
1208
1208
|
}, Pi = (e) => {
|
|
1209
1209
|
const t = e, {
|
|
1210
1210
|
enabled: r
|
|
1211
|
-
} = t, a =
|
|
1212
|
-
return
|
|
1213
|
-
},
|
|
1214
|
-
function
|
|
1211
|
+
} = t, a = sr(t, ["enabled"]);
|
|
1212
|
+
return Ye(a, r);
|
|
1213
|
+
}, hd = dt("useGetNlgInsights")(Pi), Bi = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
1214
|
+
function Hi(e) {
|
|
1215
1215
|
const {
|
|
1216
1216
|
dataSource: t,
|
|
1217
1217
|
query: r,
|
|
@@ -1223,15 +1223,15 @@ function Bi(e) {
|
|
|
1223
1223
|
text: r,
|
|
1224
1224
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
1225
1225
|
timezone: "UTC",
|
|
1226
|
-
chartTypes: a ?? [...
|
|
1226
|
+
chartTypes: a ?? [...Bi]
|
|
1227
1227
|
}
|
|
1228
1228
|
};
|
|
1229
1229
|
}
|
|
1230
|
-
const
|
|
1230
|
+
const Yi = (e) => {
|
|
1231
1231
|
const {
|
|
1232
1232
|
contextTitle: t,
|
|
1233
1233
|
request: r
|
|
1234
|
-
} =
|
|
1234
|
+
} = Hi(e), a = X(), {
|
|
1235
1235
|
isLoading: i,
|
|
1236
1236
|
isError: l,
|
|
1237
1237
|
isSuccess: d,
|
|
@@ -1242,7 +1242,7 @@ const Hi = (e) => {
|
|
|
1242
1242
|
queryKey: ["getNlqResult", t, r, a],
|
|
1243
1243
|
queryFn: () => a == null ? void 0 : a.ai.getNlqResult(t, r),
|
|
1244
1244
|
enabled: !!a && e.enabled
|
|
1245
|
-
}), x = u ?
|
|
1245
|
+
}), x = u ? De(u, {
|
|
1246
1246
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
1247
1247
|
}) : void 0;
|
|
1248
1248
|
return {
|
|
@@ -1255,7 +1255,7 @@ const Hi = (e) => {
|
|
|
1255
1255
|
g();
|
|
1256
1256
|
}, [g])
|
|
1257
1257
|
};
|
|
1258
|
-
},
|
|
1258
|
+
}, md = dt("useGetNlqResult")(Yi), Ui = 4, ur = (e) => {
|
|
1259
1259
|
const {
|
|
1260
1260
|
contextTitle: t,
|
|
1261
1261
|
count: r,
|
|
@@ -1274,8 +1274,8 @@ const Hi = (e) => {
|
|
|
1274
1274
|
numOfRecommendations: d
|
|
1275
1275
|
}),
|
|
1276
1276
|
enabled: !!l && u
|
|
1277
|
-
}), s = G(() => f == null ? void 0 : f.map((h) => T(
|
|
1278
|
-
widgetProps: h.jaql ?
|
|
1277
|
+
}), s = G(() => f == null ? void 0 : f.map((h) => T(I({}, h), {
|
|
1278
|
+
widgetProps: h.jaql ? De(h, {
|
|
1279
1279
|
useCustomizedStyleOptions: a
|
|
1280
1280
|
}) : void 0
|
|
1281
1281
|
})), [f, a]);
|
|
@@ -1289,24 +1289,24 @@ const Hi = (e) => {
|
|
|
1289
1289
|
p();
|
|
1290
1290
|
}, [p])
|
|
1291
1291
|
};
|
|
1292
|
-
},
|
|
1292
|
+
}, fd = dt("useGetQueryRecommendations")(ur), gr = Object.freeze({
|
|
1293
1293
|
enableFollowupQuestions: !1,
|
|
1294
1294
|
enableHeader: !0,
|
|
1295
1295
|
enableInsights: !0,
|
|
1296
1296
|
numOfRecommendations: 4,
|
|
1297
1297
|
numOfRecentPrompts: 5
|
|
1298
|
-
}),
|
|
1298
|
+
}), hr = /* @__PURE__ */ Be(I({}, gr)), re = () => st(hr), Fi = ({
|
|
1299
1299
|
children: e,
|
|
1300
1300
|
value: t
|
|
1301
1301
|
}) => {
|
|
1302
1302
|
const {
|
|
1303
1303
|
t: r
|
|
1304
|
-
} = O(), a = Object.entries(t).reduce((i, [l, d]) => (d !== void 0 && (i[l] = d), i), T(
|
|
1304
|
+
} = O(), a = Object.entries(t).reduce((i, [l, d]) => (d !== void 0 && (i[l] = d), i), T(I({}, gr), {
|
|
1305
1305
|
inputPromptText: r("ai.config.inputPromptText"),
|
|
1306
1306
|
welcomeText: r("ai.config.welcomeText"),
|
|
1307
1307
|
suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
|
|
1308
1308
|
}));
|
|
1309
|
-
return /* @__PURE__ */ o(
|
|
1309
|
+
return /* @__PURE__ */ o(hr.Provider, {
|
|
1310
1310
|
value: a,
|
|
1311
1311
|
children: e
|
|
1312
1312
|
});
|
|
@@ -1326,8 +1326,8 @@ const Hi = (e) => {
|
|
|
1326
1326
|
}),
|
|
1327
1327
|
enabled: !!t && !!e
|
|
1328
1328
|
});
|
|
1329
|
-
},
|
|
1330
|
-
const t = X(), r =
|
|
1329
|
+
}, mr = (e) => {
|
|
1330
|
+
const t = X(), r = Ie();
|
|
1331
1331
|
return ct({
|
|
1332
1332
|
mutationFn: () => pe(void 0, null, function* () {
|
|
1333
1333
|
if (!(!t || !e))
|
|
@@ -1347,7 +1347,7 @@ const Hi = (e) => {
|
|
|
1347
1347
|
isError: a
|
|
1348
1348
|
} = Qi(e), {
|
|
1349
1349
|
mutate: i
|
|
1350
|
-
} =
|
|
1350
|
+
} = mr(e);
|
|
1351
1351
|
return be(() => {
|
|
1352
1352
|
a && i();
|
|
1353
1353
|
}, [a, i]), {
|
|
@@ -1387,7 +1387,7 @@ const Hi = (e) => {
|
|
|
1387
1387
|
isLoading: r
|
|
1388
1388
|
};
|
|
1389
1389
|
}, Ji = (e, t, r) => {
|
|
1390
|
-
const a =
|
|
1390
|
+
const a = Ie(), i = X(), l = ct({
|
|
1391
1391
|
mutationFn: () => pe(void 0, null, function* () {
|
|
1392
1392
|
if (!(!i || !e))
|
|
1393
1393
|
return i.ai.chat.create(e, r);
|
|
@@ -1415,7 +1415,7 @@ const Hi = (e) => {
|
|
|
1415
1415
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1416
1416
|
}
|
|
1417
1417
|
}, Ki = (e, t) => {
|
|
1418
|
-
const r =
|
|
1418
|
+
const r = Ie(), a = N((c) => {
|
|
1419
1419
|
e && r.setQueriesData([ut, e], (g) => g && [...g, c]);
|
|
1420
1420
|
}, [r, e]), {
|
|
1421
1421
|
t: i
|
|
@@ -1477,7 +1477,7 @@ const Hi = (e) => {
|
|
|
1477
1477
|
isLoading: l,
|
|
1478
1478
|
isError: c
|
|
1479
1479
|
};
|
|
1480
|
-
},
|
|
1480
|
+
}, fr = (e) => G(() => {
|
|
1481
1481
|
if (e != null && e.length) {
|
|
1482
1482
|
const t = e[e.length - 1];
|
|
1483
1483
|
if (mt(t))
|
|
@@ -1503,7 +1503,7 @@ const Hi = (e) => {
|
|
|
1503
1503
|
const {
|
|
1504
1504
|
mutate: f,
|
|
1505
1505
|
isLoading: n
|
|
1506
|
-
} = Ki(i, a), p =
|
|
1506
|
+
} = Ki(i, a), p = fr(c);
|
|
1507
1507
|
return {
|
|
1508
1508
|
chatId: i,
|
|
1509
1509
|
history: c ?? [],
|
|
@@ -1513,7 +1513,7 @@ const Hi = (e) => {
|
|
|
1513
1513
|
isLoading: g,
|
|
1514
1514
|
lastError: d
|
|
1515
1515
|
};
|
|
1516
|
-
},
|
|
1516
|
+
}, bd = ({
|
|
1517
1517
|
contextTitle: e,
|
|
1518
1518
|
contextDetails: t
|
|
1519
1519
|
}) => {
|
|
@@ -1522,8 +1522,8 @@ const Hi = (e) => {
|
|
|
1522
1522
|
} = ht(e, t), {
|
|
1523
1523
|
history: a
|
|
1524
1524
|
} = gt(r);
|
|
1525
|
-
return
|
|
1526
|
-
},
|
|
1525
|
+
return fr(a);
|
|
1526
|
+
}, xd = ({
|
|
1527
1527
|
contextTitle: e,
|
|
1528
1528
|
contextDetails: t
|
|
1529
1529
|
}) => {
|
|
@@ -1662,7 +1662,7 @@ function ho({
|
|
|
1662
1662
|
}) {
|
|
1663
1663
|
const [i, l] = z(!1), {
|
|
1664
1664
|
themeSettings: d
|
|
1665
|
-
} =
|
|
1665
|
+
} = D();
|
|
1666
1666
|
return /* @__PURE__ */ v(po, {
|
|
1667
1667
|
children: [/* @__PURE__ */ o(uo, {
|
|
1668
1668
|
onClick: () => l((u) => !u),
|
|
@@ -1719,7 +1719,7 @@ function bo({
|
|
|
1719
1719
|
onSelect: a
|
|
1720
1720
|
}].filter((f) => f.title.slice(0, l.length) === l), {
|
|
1721
1721
|
themeSettings: c
|
|
1722
|
-
} =
|
|
1722
|
+
} = D(), {
|
|
1723
1723
|
t: g
|
|
1724
1724
|
} = O(), x = u.length === 1;
|
|
1725
1725
|
return /* @__PURE__ */ o(Kt, {
|
|
@@ -1740,7 +1740,7 @@ function bo({
|
|
|
1740
1740
|
width: i == null ? void 0 : i.offsetWidth
|
|
1741
1741
|
},
|
|
1742
1742
|
theme: c,
|
|
1743
|
-
children: [r && /* @__PURE__ */ o(Ue, {}), !r && !d && u.map((f) => /* @__PURE__ */ o(ho, T(
|
|
1743
|
+
children: [r && /* @__PURE__ */ o(Ue, {}), !r && !d && u.map((f) => /* @__PURE__ */ o(ho, T(I({}, f), {
|
|
1744
1744
|
alwaysExpanded: x
|
|
1745
1745
|
}), f.title)), d && /* @__PURE__ */ o(fo, {
|
|
1746
1746
|
theme: c,
|
|
@@ -1749,15 +1749,15 @@ function bo({
|
|
|
1749
1749
|
})
|
|
1750
1750
|
});
|
|
1751
1751
|
}
|
|
1752
|
-
function
|
|
1752
|
+
function Ae({
|
|
1753
1753
|
title: e,
|
|
1754
1754
|
placement: t = "top",
|
|
1755
1755
|
children: r
|
|
1756
1756
|
}) {
|
|
1757
1757
|
const {
|
|
1758
1758
|
themeSettings: a
|
|
1759
|
-
} =
|
|
1760
|
-
return /* @__PURE__ */ o(
|
|
1759
|
+
} = D();
|
|
1760
|
+
return /* @__PURE__ */ o(za, {
|
|
1761
1761
|
title: e,
|
|
1762
1762
|
placement: t,
|
|
1763
1763
|
disableInteractive: !0,
|
|
@@ -1853,7 +1853,7 @@ function vo({
|
|
|
1853
1853
|
}, []);
|
|
1854
1854
|
const {
|
|
1855
1855
|
themeSettings: m
|
|
1856
|
-
} =
|
|
1856
|
+
} = D(), {
|
|
1857
1857
|
t: w
|
|
1858
1858
|
} = O(), C = N((y) => {
|
|
1859
1859
|
var M;
|
|
@@ -1877,7 +1877,7 @@ function vo({
|
|
|
1877
1877
|
anchorEl: h.current,
|
|
1878
1878
|
text: c,
|
|
1879
1879
|
recommendationsError: d
|
|
1880
|
-
}), t && /* @__PURE__ */ o(
|
|
1880
|
+
}), t && /* @__PURE__ */ o(Ae, {
|
|
1881
1881
|
title: w("ai.buttons.clearChat"),
|
|
1882
1882
|
placement: "bottom-start",
|
|
1883
1883
|
children: /* @__PURE__ */ o(yo, {
|
|
@@ -1973,26 +1973,26 @@ const Et = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus",
|
|
|
1973
1973
|
lt: "<",
|
|
1974
1974
|
nbsp: " ",
|
|
1975
1975
|
quot: "“"
|
|
1976
|
-
}, Mo = ["style", "script"],
|
|
1977
|
-
function
|
|
1976
|
+
}, Mo = ["style", "script"], Io = ["src", "href", "data", "formAction", "srcDoc", "action"], Do = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, Ao = /mailto:/i, Lo = /\n{2,}$/, br = /^(\s*>[\s\S]*?)(?=\n\n|$)/, To = /^ *> ?/gm, No = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, jo = /^ {2,}\n/, Oo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, xr = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, kr = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, Eo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, zo = /^(?:\n *)*\n/, Ro = /\r\n?/g, Zo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Wo = /^\[\^([^\]]+)]/, qo = /\f/g, Go = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Po = /^\s*?\[(x|\s)\]/, yr = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, wr = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, _r = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, ot = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Bo = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Cr = /^<!--[\s\S]*?(?:-->)/, Ho = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, nt = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Yo = /^\{.*\}$/, Uo = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Fo = /^<([^ >]+@[^ >]+)>/, Qo = /^<([^ >]+:\/[^ >]+)>/, $o = /-([a-z])?/gi, vr = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Vo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Jo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Xo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Ko = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, en = /\t/g, tn = /(^ *\||\| *$)/g, rn = /^ *:-+: *$/, an = /^ *:-+ *$/, on = /^ *-+: *$/, Fe = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", nn = new RegExp(`^([*_])\\1${Fe}\\1\\1(?!\\1)`), ln = new RegExp(`^([*_])${Fe}\\1(?!\\1)`), dn = new RegExp(`^(==)${Fe}\\1`), sn = new RegExp(`^(~~)${Fe}\\1`), cn = /^\\([^0-9A-Za-z\s])/, Rt = /\\([^0-9A-Za-z\s])/g, pn = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, un = /^\n+/, gn = /^([ \t]*)/, hn = /\\([^\\])/g, mn = /(?:^|\n)( *)$/, ft = "(?:\\d+\\.)", bt = "(?:[*+-])";
|
|
1977
|
+
function Sr(e) {
|
|
1978
1978
|
return "( *)(" + (e === 1 ? ft : bt) + ") +";
|
|
1979
1979
|
}
|
|
1980
|
-
const
|
|
1980
|
+
const Mr = Sr(1), Ir = Sr(2);
|
|
1981
1981
|
function Dr(e) {
|
|
1982
|
-
return new RegExp("^" + (e === 1 ?
|
|
1982
|
+
return new RegExp("^" + (e === 1 ? Mr : Ir));
|
|
1983
1983
|
}
|
|
1984
1984
|
const fn = Dr(1), bn = Dr(2);
|
|
1985
|
-
function Ir(e) {
|
|
1986
|
-
return new RegExp("^" + (e === 1 ? Sr : Mr) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ft : bt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1987
|
-
}
|
|
1988
|
-
const xn = Ir(1), kn = Ir(2);
|
|
1989
1985
|
function Ar(e) {
|
|
1986
|
+
return new RegExp("^" + (e === 1 ? Mr : Ir) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ft : bt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1987
|
+
}
|
|
1988
|
+
const xn = Ar(1), kn = Ar(2);
|
|
1989
|
+
function Lr(e) {
|
|
1990
1990
|
const t = e === 1 ? ft : bt;
|
|
1991
1991
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
1992
1992
|
}
|
|
1993
|
-
const
|
|
1993
|
+
const Tr = Lr(1), Nr = Lr(2);
|
|
1994
1994
|
function Zt(e, t) {
|
|
1995
|
-
const r = t === 1, a = r ?
|
|
1995
|
+
const r = t === 1, a = r ? Tr : Nr, i = r ? xn : kn, l = r ? fn : bn;
|
|
1996
1996
|
return {
|
|
1997
1997
|
match: me(function(d, u) {
|
|
1998
1998
|
const c = mn.exec(u.prevCapture);
|
|
@@ -2031,7 +2031,7 @@ function Zt(e, t) {
|
|
|
2031
2031
|
}))
|
|
2032
2032
|
};
|
|
2033
2033
|
}
|
|
2034
|
-
const yn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), wn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,
|
|
2034
|
+
const yn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), wn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, jr = [br, xr, kr, yr, _r, wr, vr, Tr, Nr], _n = [...jr, /^[^\n]+(?: \n|\n{2,})/, ot, Cr, nt];
|
|
2035
2035
|
function Me(e) {
|
|
2036
2036
|
let t = e.length;
|
|
2037
2037
|
for (; t > 0 && e[t - 1] <= " "; )
|
|
@@ -2110,12 +2110,12 @@ function Sn(e, t) {
|
|
|
2110
2110
|
let r = "";
|
|
2111
2111
|
e.split(`
|
|
2112
2112
|
`).every((i) => (i += `
|
|
2113
|
-
`, !
|
|
2113
|
+
`, !jr.some((l) => l.test(i)) && (r += i, !!i.trim())));
|
|
2114
2114
|
const a = Me(r);
|
|
2115
2115
|
return a == "" ? null : [r, , a];
|
|
2116
2116
|
}
|
|
2117
2117
|
const Mn = /(javascript|vbscript|data(?!:image)):/i;
|
|
2118
|
-
function
|
|
2118
|
+
function In(e) {
|
|
2119
2119
|
try {
|
|
2120
2120
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
2121
2121
|
if (Mn.test(t))
|
|
@@ -2134,7 +2134,7 @@ function Ze(e, t, r) {
|
|
|
2134
2134
|
const l = e(t, r);
|
|
2135
2135
|
return r.inline = a, r.simple = i, l;
|
|
2136
2136
|
}
|
|
2137
|
-
function
|
|
2137
|
+
function Dn(e, t, r) {
|
|
2138
2138
|
const a = r.inline || !1, i = r.simple || !1;
|
|
2139
2139
|
r.inline = !1, r.simple = !0;
|
|
2140
2140
|
const l = e(t, r);
|
|
@@ -2204,12 +2204,12 @@ function Tn(e = "", t = {}) {
|
|
|
2204
2204
|
}, m);
|
|
2205
2205
|
}
|
|
2206
2206
|
function i(n, p) {
|
|
2207
|
-
const s = p.match(
|
|
2207
|
+
const s = p.match(Do);
|
|
2208
2208
|
return s ? s.reduce(function(h, m) {
|
|
2209
2209
|
const w = m.indexOf("=");
|
|
2210
2210
|
if (w !== -1) {
|
|
2211
2211
|
const C = function(S) {
|
|
2212
|
-
return S.indexOf("-") !== -1 && S.match(
|
|
2212
|
+
return S.indexOf("-") !== -1 && S.match(Ho) === null && (S = S.replace($o, function(L, R) {
|
|
2213
2213
|
return R.toUpperCase();
|
|
2214
2214
|
})), S;
|
|
2215
2215
|
}(m.slice(0, w)).trim(), y = function(S) {
|
|
@@ -2220,10 +2220,10 @@ function Tn(e = "", t = {}) {
|
|
|
2220
2220
|
return h;
|
|
2221
2221
|
const A = h[M] = function(S, L, R, de) {
|
|
2222
2222
|
return L === "style" ? function(Q) {
|
|
2223
|
-
const
|
|
2223
|
+
const H = [];
|
|
2224
2224
|
let $ = "", V = !1, W = !1, K = "";
|
|
2225
2225
|
if (!Q)
|
|
2226
|
-
return
|
|
2226
|
+
return H;
|
|
2227
2227
|
for (let U = 0; U < Q.length; U++) {
|
|
2228
2228
|
const P = Q[U];
|
|
2229
2229
|
if (P !== '"' && P !== "'" || V || (W ? P === K && (W = !1, K = "") : (W = !0, K = P)), P === "(" && $.endsWith("url") ? V = !0 : P === ")" && V && (V = !1), P !== ";" || W || V)
|
|
@@ -2234,7 +2234,7 @@ function Tn(e = "", t = {}) {
|
|
|
2234
2234
|
const ae = F.indexOf(":");
|
|
2235
2235
|
if (ae > 0) {
|
|
2236
2236
|
const xe = F.slice(0, ae).trim(), j = F.slice(ae + 1).trim();
|
|
2237
|
-
|
|
2237
|
+
H.push([xe, j]);
|
|
2238
2238
|
}
|
|
2239
2239
|
}
|
|
2240
2240
|
$ = "";
|
|
@@ -2245,13 +2245,13 @@ function Tn(e = "", t = {}) {
|
|
|
2245
2245
|
const U = E.indexOf(":");
|
|
2246
2246
|
if (U > 0) {
|
|
2247
2247
|
const P = E.slice(0, U).trim(), F = E.slice(U + 1).trim();
|
|
2248
|
-
|
|
2248
|
+
H.push([P, F]);
|
|
2249
2249
|
}
|
|
2250
2250
|
}
|
|
2251
|
-
return
|
|
2252
|
-
}(R).reduce(function(Q, [
|
|
2253
|
-
return Q[
|
|
2254
|
-
}, {}) :
|
|
2251
|
+
return H;
|
|
2252
|
+
}(R).reduce(function(Q, [H, $]) {
|
|
2253
|
+
return Q[H.replace(/(-[a-z])/g, (V) => V[1].toUpperCase())] = de($, S, H), Q;
|
|
2254
|
+
}, {}) : Io.indexOf(L) !== -1 ? de(R, S, L) : (R.match(Yo) && (R = R.slice(1, R.length - 1)), R === "true" || R !== "false" && R);
|
|
2255
2255
|
}(n, C, y, t.sanitizer);
|
|
2256
2256
|
typeof A == "string" && (ot.test(A) || nt.test(A)) && (h[M] = a(A.trim()));
|
|
2257
2257
|
} else
|
|
@@ -2259,10 +2259,10 @@ function Tn(e = "", t = {}) {
|
|
|
2259
2259
|
return h;
|
|
2260
2260
|
}, {}) : null;
|
|
2261
2261
|
}
|
|
2262
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
2262
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || In, t.slugify = t.slugify || we, t.namedCodesToUnicode = t.namedCodesToUnicode ? se({}, zt, t.namedCodesToUnicode) : zt, t.createElement = t.createElement || Wa;
|
|
2263
2263
|
const l = [], d = {}, u = {
|
|
2264
2264
|
[k.blockQuote]: {
|
|
2265
|
-
match: ee(
|
|
2265
|
+
match: ee(br),
|
|
2266
2266
|
order: 1,
|
|
2267
2267
|
parse(n, p, s) {
|
|
2268
2268
|
const [, h, m] = n[0].replace(To, "").match(No);
|
|
@@ -2304,7 +2304,7 @@ function Tn(e = "", t = {}) {
|
|
|
2304
2304
|
})
|
|
2305
2305
|
},
|
|
2306
2306
|
[k.codeBlock]: {
|
|
2307
|
-
match: ee(
|
|
2307
|
+
match: ee(kr),
|
|
2308
2308
|
order: 0,
|
|
2309
2309
|
parse: (n) => ({
|
|
2310
2310
|
lang: void 0,
|
|
@@ -2317,7 +2317,7 @@ function Tn(e = "", t = {}) {
|
|
|
2317
2317
|
}), n.text))
|
|
2318
2318
|
},
|
|
2319
2319
|
[k.codeFenced]: {
|
|
2320
|
-
match: ee(
|
|
2320
|
+
match: ee(xr),
|
|
2321
2321
|
order: 0,
|
|
2322
2322
|
parse: (n) => ({
|
|
2323
2323
|
attrs: i("code", n[3] || ""),
|
|
@@ -2373,7 +2373,7 @@ function Tn(e = "", t = {}) {
|
|
|
2373
2373
|
})
|
|
2374
2374
|
},
|
|
2375
2375
|
[k.heading]: {
|
|
2376
|
-
match: ee(t.enforceAtxHeadings ?
|
|
2376
|
+
match: ee(t.enforceAtxHeadings ? wr : yr),
|
|
2377
2377
|
order: 1,
|
|
2378
2378
|
parse: (n, p, s) => ({
|
|
2379
2379
|
children: Ze(p, n[2], s),
|
|
@@ -2386,7 +2386,7 @@ function Tn(e = "", t = {}) {
|
|
|
2386
2386
|
}, p(n.children, s))
|
|
2387
2387
|
},
|
|
2388
2388
|
[k.headingSetext]: {
|
|
2389
|
-
match: ee(
|
|
2389
|
+
match: ee(_r),
|
|
2390
2390
|
order: 0,
|
|
2391
2391
|
parse: (n, p, s) => ({
|
|
2392
2392
|
children: Ze(p, n[1], s),
|
|
@@ -2426,7 +2426,7 @@ function Tn(e = "", t = {}) {
|
|
|
2426
2426
|
}))
|
|
2427
2427
|
},
|
|
2428
2428
|
[k.htmlComment]: {
|
|
2429
|
-
match: _e(
|
|
2429
|
+
match: _e(Cr),
|
|
2430
2430
|
order: 1,
|
|
2431
2431
|
parse: () => ({}),
|
|
2432
2432
|
render: Xe
|
|
@@ -2450,7 +2450,7 @@ function Tn(e = "", t = {}) {
|
|
|
2450
2450
|
match: ie(yn),
|
|
2451
2451
|
order: 3,
|
|
2452
2452
|
parse: (n, p, s) => ({
|
|
2453
|
-
children:
|
|
2453
|
+
children: Dn(p, n[1], s),
|
|
2454
2454
|
target: Gt(n[2]),
|
|
2455
2455
|
title: n[3]
|
|
2456
2456
|
}),
|
|
@@ -2557,7 +2557,7 @@ function Tn(e = "", t = {}) {
|
|
|
2557
2557
|
}, n.fallbackChildren)
|
|
2558
2558
|
},
|
|
2559
2559
|
[k.table]: {
|
|
2560
|
-
match: ee(
|
|
2560
|
+
match: ee(vr),
|
|
2561
2561
|
order: 1,
|
|
2562
2562
|
parse: vn,
|
|
2563
2563
|
render(n, p, s) {
|
|
@@ -2585,7 +2585,7 @@ function Tn(e = "", t = {}) {
|
|
|
2585
2585
|
match: _e(pn),
|
|
2586
2586
|
order: 4,
|
|
2587
2587
|
parse: (n) => ({
|
|
2588
|
-
text: n[0].replace(
|
|
2588
|
+
text: n[0].replace(Bo, (p, s) => t.namedCodesToUnicode[s] ? t.namedCodesToUnicode[s] : p)
|
|
2589
2589
|
}),
|
|
2590
2590
|
render: (n) => n.text
|
|
2591
2591
|
},
|
|
@@ -2708,7 +2708,7 @@ const Nn = (e) => {
|
|
|
2708
2708
|
l.indexOf(d = g[u]) >= 0 || (c[d] = i[d]);
|
|
2709
2709
|
return c;
|
|
2710
2710
|
}(e, So);
|
|
2711
|
-
return
|
|
2711
|
+
return Ra(Tn(t, r), a);
|
|
2712
2712
|
}, jn = /* @__PURE__ */ _("div", {
|
|
2713
2713
|
target: "e1vkf9b40",
|
|
2714
2714
|
label: "FlexContainer"
|
|
@@ -2718,7 +2718,7 @@ const Nn = (e) => {
|
|
|
2718
2718
|
justify-content: flex-end;
|
|
2719
2719
|
` : q`
|
|
2720
2720
|
justify-content: flex-start;
|
|
2721
|
-
`),
|
|
2721
|
+
`), Or = /* @__PURE__ */ _("div", {
|
|
2722
2722
|
target: "e1vkf9b41",
|
|
2723
2723
|
label: "MessageContainer"
|
|
2724
2724
|
})("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;", ({
|
|
@@ -2744,11 +2744,11 @@ const Nn = (e) => {
|
|
|
2744
2744
|
}) => {
|
|
2745
2745
|
const {
|
|
2746
2746
|
themeSettings: r
|
|
2747
|
-
} =
|
|
2747
|
+
} = D();
|
|
2748
2748
|
return /* @__PURE__ */ o(jn, {
|
|
2749
2749
|
theme: r,
|
|
2750
2750
|
align: e,
|
|
2751
|
-
children: /* @__PURE__ */ o(
|
|
2751
|
+
children: /* @__PURE__ */ o(Or, {
|
|
2752
2752
|
theme: r,
|
|
2753
2753
|
align: e,
|
|
2754
2754
|
children: typeof t == "string" ? /* @__PURE__ */ o(Nn, {
|
|
@@ -2778,18 +2778,18 @@ const En = /* @__PURE__ */ _("div", {
|
|
|
2778
2778
|
target: "e1r5p4wy2",
|
|
2779
2779
|
label: "ActionButton"
|
|
2780
2780
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
2781
|
-
function
|
|
2781
|
+
function Er({
|
|
2782
2782
|
text: e,
|
|
2783
2783
|
action: t
|
|
2784
2784
|
}) {
|
|
2785
2785
|
const {
|
|
2786
2786
|
themeSettings: r
|
|
2787
|
-
} =
|
|
2787
|
+
} = D();
|
|
2788
2788
|
return /* @__PURE__ */ v(En, {
|
|
2789
2789
|
children: [/* @__PURE__ */ o(zn, {
|
|
2790
2790
|
theme: r,
|
|
2791
2791
|
children: e
|
|
2792
|
-
}), /* @__PURE__ */ o(
|
|
2792
|
+
}), /* @__PURE__ */ o(Ma, {}), t && /* @__PURE__ */ o(Rn, {
|
|
2793
2793
|
onClick: t.onClick,
|
|
2794
2794
|
children: t.text
|
|
2795
2795
|
})]
|
|
@@ -2802,7 +2802,7 @@ const Oe = /* @__PURE__ */ _("div", {
|
|
|
2802
2802
|
function xt() {
|
|
2803
2803
|
const {
|
|
2804
2804
|
themeSettings: e
|
|
2805
|
-
} =
|
|
2805
|
+
} = D(), t = e.aiChat.icons.color;
|
|
2806
2806
|
return /* @__PURE__ */ v("div", {
|
|
2807
2807
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
2808
2808
|
"aria-label": "loading dots",
|
|
@@ -2890,7 +2890,7 @@ function Pe({
|
|
|
2890
2890
|
}) {
|
|
2891
2891
|
const {
|
|
2892
2892
|
themeSettings: d
|
|
2893
|
-
} =
|
|
2893
|
+
} = D();
|
|
2894
2894
|
return /* @__PURE__ */ o(Zn, {
|
|
2895
2895
|
align: t,
|
|
2896
2896
|
children: /* @__PURE__ */ o(Wn, {
|
|
@@ -2911,7 +2911,7 @@ function qn({
|
|
|
2911
2911
|
const {
|
|
2912
2912
|
t: r
|
|
2913
2913
|
} = O();
|
|
2914
|
-
return /* @__PURE__ */ v(
|
|
2914
|
+
return /* @__PURE__ */ v(Y, {
|
|
2915
2915
|
children: [/* @__PURE__ */ o(le, {
|
|
2916
2916
|
align: "left",
|
|
2917
2917
|
children: r("ai.clearHistoryPrompt")
|
|
@@ -2938,18 +2938,18 @@ function qn({
|
|
|
2938
2938
|
});
|
|
2939
2939
|
}
|
|
2940
2940
|
function Gn(e) {
|
|
2941
|
-
return
|
|
2941
|
+
return Na("MuiDialog", e);
|
|
2942
2942
|
}
|
|
2943
|
-
const et =
|
|
2944
|
-
process.env.NODE_ENV !== "production" && (
|
|
2945
|
-
const Pn =
|
|
2943
|
+
const et = da("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), zr = /* @__PURE__ */ Be({});
|
|
2944
|
+
process.env.NODE_ENV !== "production" && (zr.displayName = "DialogContext");
|
|
2945
|
+
const Pn = He(sa, {
|
|
2946
2946
|
name: "MuiDialog",
|
|
2947
2947
|
slot: "Backdrop",
|
|
2948
2948
|
overrides: (e, t) => t.backdrop
|
|
2949
2949
|
})({
|
|
2950
2950
|
// Improve scrollable dialog support.
|
|
2951
2951
|
zIndex: -1
|
|
2952
|
-
}),
|
|
2952
|
+
}), Bn = (e) => {
|
|
2953
2953
|
const {
|
|
2954
2954
|
classes: t,
|
|
2955
2955
|
scroll: r,
|
|
@@ -2961,8 +2961,8 @@ const Pn = Be(la, {
|
|
|
2961
2961
|
container: ["container", `scroll${he(r)}`],
|
|
2962
2962
|
paper: ["paper", `paperScroll${he(r)}`, `paperWidth${he(String(a))}`, i && "paperFullWidth", l && "paperFullScreen"]
|
|
2963
2963
|
};
|
|
2964
|
-
return
|
|
2965
|
-
},
|
|
2964
|
+
return _a(d, Gn, t);
|
|
2965
|
+
}, Hn = He(ca, {
|
|
2966
2966
|
name: "MuiDialog",
|
|
2967
2967
|
slot: "Root",
|
|
2968
2968
|
overridesResolver: (e, t) => t.root
|
|
@@ -2971,7 +2971,7 @@ const Pn = Be(la, {
|
|
|
2971
2971
|
// Use !important to override the Modal inline-style.
|
|
2972
2972
|
position: "absolute !important"
|
|
2973
2973
|
}
|
|
2974
|
-
}),
|
|
2974
|
+
}), Yn = He("div", {
|
|
2975
2975
|
name: "MuiDialog",
|
|
2976
2976
|
slot: "Container",
|
|
2977
2977
|
overridesResolver: (e, t) => {
|
|
@@ -3013,7 +3013,7 @@ const Pn = Be(la, {
|
|
|
3013
3013
|
}
|
|
3014
3014
|
}
|
|
3015
3015
|
}]
|
|
3016
|
-
}), Un =
|
|
3016
|
+
}), Un = He(Qt, {
|
|
3017
3017
|
name: "MuiDialog",
|
|
3018
3018
|
slot: "Paper",
|
|
3019
3019
|
overridesResolver: (e, t) => {
|
|
@@ -3022,7 +3022,7 @@ const Pn = Be(la, {
|
|
|
3022
3022
|
} = e;
|
|
3023
3023
|
return [t.paper, t[`scrollPaper${he(r.scroll)}`], t[`paperWidth${he(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
|
|
3024
3024
|
}
|
|
3025
|
-
})(
|
|
3025
|
+
})(pa(({
|
|
3026
3026
|
theme: e
|
|
3027
3027
|
}) => ({
|
|
3028
3028
|
margin: 32,
|
|
@@ -3105,11 +3105,11 @@ const Pn = Be(la, {
|
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
3107
|
}]
|
|
3108
|
-
}))),
|
|
3109
|
-
const r =
|
|
3108
|
+
}))), Rr = /* @__PURE__ */ Vt(function(e, t) {
|
|
3109
|
+
const r = ma({
|
|
3110
3110
|
props: e,
|
|
3111
3111
|
name: "MuiDialog"
|
|
3112
|
-
}), a =
|
|
3112
|
+
}), a = fa(), i = {
|
|
3113
3113
|
enter: a.transitions.duration.enteringScreen,
|
|
3114
3114
|
exit: a.transitions.duration.leavingScreen
|
|
3115
3115
|
}, l = r, {
|
|
@@ -3134,92 +3134,92 @@ const Pn = Be(la, {
|
|
|
3134
3134
|
slots: R = {},
|
|
3135
3135
|
slotProps: de = {},
|
|
3136
3136
|
TransitionComponent: Q = _t,
|
|
3137
|
-
transitionDuration:
|
|
3137
|
+
transitionDuration: H = i,
|
|
3138
3138
|
TransitionProps: $
|
|
3139
|
-
} = l, V =
|
|
3139
|
+
} = l, V = sr(l, ["aria-describedby", "aria-labelledby", "aria-modal", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "slots", "slotProps", "TransitionComponent", "transitionDuration", "TransitionProps"]), W = T(I({}, r), {
|
|
3140
3140
|
disableEscapeKeyDown: p,
|
|
3141
3141
|
fullScreen: s,
|
|
3142
3142
|
fullWidth: h,
|
|
3143
3143
|
maxWidth: m,
|
|
3144
3144
|
scroll: L
|
|
3145
|
-
}), K =
|
|
3145
|
+
}), K = Bn(W), E = ce(), U = (ue) => {
|
|
3146
3146
|
E.current = ue.target === ue.currentTarget;
|
|
3147
3147
|
}, P = (ue) => {
|
|
3148
3148
|
C && C(ue), E.current && (E.current = null, w && w(ue), y && y(ue, "backdropClick"));
|
|
3149
|
-
}, F =
|
|
3149
|
+
}, F = ba(u), ae = G(() => ({
|
|
3150
3150
|
titleId: F
|
|
3151
|
-
}), [F]), xe =
|
|
3151
|
+
}), [F]), xe = I({
|
|
3152
3152
|
transition: Q
|
|
3153
|
-
}, R), j =
|
|
3153
|
+
}, R), j = I({
|
|
3154
3154
|
transition: $,
|
|
3155
3155
|
paper: S,
|
|
3156
3156
|
backdrop: x
|
|
3157
|
-
}, de),
|
|
3157
|
+
}, de), B = {
|
|
3158
3158
|
slots: xe,
|
|
3159
3159
|
slotProps: j
|
|
3160
3160
|
}, [Te, Ne] = ke("root", {
|
|
3161
|
-
elementType:
|
|
3161
|
+
elementType: Hn,
|
|
3162
3162
|
shouldForwardComponentProp: !0,
|
|
3163
|
-
externalForwardedProps:
|
|
3163
|
+
externalForwardedProps: B,
|
|
3164
3164
|
ownerState: W,
|
|
3165
3165
|
className: $e(K.root, n),
|
|
3166
3166
|
ref: t
|
|
3167
|
-
}), [
|
|
3167
|
+
}), [Gr, Pr] = ke("backdrop", {
|
|
3168
3168
|
elementType: Pn,
|
|
3169
3169
|
shouldForwardComponentProp: !0,
|
|
3170
|
-
externalForwardedProps:
|
|
3170
|
+
externalForwardedProps: B,
|
|
3171
3171
|
ownerState: W
|
|
3172
|
-
}), [
|
|
3172
|
+
}), [Br, Hr] = ke("paper", {
|
|
3173
3173
|
elementType: Un,
|
|
3174
3174
|
shouldForwardComponentProp: !0,
|
|
3175
|
-
externalForwardedProps:
|
|
3175
|
+
externalForwardedProps: B,
|
|
3176
3176
|
ownerState: W,
|
|
3177
3177
|
className: $e(K.paper, S.className)
|
|
3178
|
-
}), [Yr,
|
|
3179
|
-
elementType:
|
|
3180
|
-
externalForwardedProps:
|
|
3178
|
+
}), [Yr, Ur] = ke("container", {
|
|
3179
|
+
elementType: Yn,
|
|
3180
|
+
externalForwardedProps: B,
|
|
3181
3181
|
ownerState: W,
|
|
3182
3182
|
className: $e(K.container)
|
|
3183
|
-
}), [
|
|
3183
|
+
}), [Fr, Qr] = ke("transition", {
|
|
3184
3184
|
elementType: _t,
|
|
3185
|
-
externalForwardedProps:
|
|
3185
|
+
externalForwardedProps: B,
|
|
3186
3186
|
ownerState: W,
|
|
3187
3187
|
additionalProps: {
|
|
3188
3188
|
appear: !0,
|
|
3189
3189
|
in: M,
|
|
3190
|
-
timeout:
|
|
3190
|
+
timeout: H,
|
|
3191
3191
|
role: "presentation"
|
|
3192
3192
|
}
|
|
3193
3193
|
});
|
|
3194
|
-
return /* @__PURE__ */ ye(Te, T(
|
|
3194
|
+
return /* @__PURE__ */ ye(Te, T(I(I({
|
|
3195
3195
|
closeAfterTransition: !0,
|
|
3196
3196
|
slots: {
|
|
3197
|
-
backdrop:
|
|
3197
|
+
backdrop: Gr
|
|
3198
3198
|
},
|
|
3199
3199
|
slotProps: {
|
|
3200
|
-
backdrop:
|
|
3201
|
-
transitionDuration:
|
|
3200
|
+
backdrop: I({
|
|
3201
|
+
transitionDuration: H,
|
|
3202
3202
|
as: g
|
|
3203
|
-
},
|
|
3203
|
+
}, Pr)
|
|
3204
3204
|
},
|
|
3205
3205
|
disableEscapeKeyDown: p,
|
|
3206
3206
|
onClose: y,
|
|
3207
3207
|
open: M,
|
|
3208
3208
|
onClick: P
|
|
3209
3209
|
}, Ne), V), {
|
|
3210
|
-
children: /* @__PURE__ */ ye(
|
|
3211
|
-
children: /* @__PURE__ */ ye(Yr, T(
|
|
3210
|
+
children: /* @__PURE__ */ ye(Fr, T(I({}, Qr), {
|
|
3211
|
+
children: /* @__PURE__ */ ye(Yr, T(I({
|
|
3212
3212
|
onMouseDown: U
|
|
3213
|
-
},
|
|
3214
|
-
children: /* @__PURE__ */ ye(
|
|
3213
|
+
}, Ur), {
|
|
3214
|
+
children: /* @__PURE__ */ ye(Br, T(I({
|
|
3215
3215
|
as: A,
|
|
3216
3216
|
elevation: 24,
|
|
3217
3217
|
role: "dialog",
|
|
3218
3218
|
"aria-describedby": d,
|
|
3219
3219
|
"aria-labelledby": F,
|
|
3220
3220
|
"aria-modal": c
|
|
3221
|
-
},
|
|
3222
|
-
children: /* @__PURE__ */ ye(
|
|
3221
|
+
}, Hr), {
|
|
3222
|
+
children: /* @__PURE__ */ ye(zr.Provider, {
|
|
3223
3223
|
value: ae,
|
|
3224
3224
|
children: f
|
|
3225
3225
|
})
|
|
@@ -3228,7 +3228,7 @@ const Pn = Be(la, {
|
|
|
3228
3228
|
}))
|
|
3229
3229
|
}));
|
|
3230
3230
|
});
|
|
3231
|
-
process.env.NODE_ENV !== "production" && (
|
|
3231
|
+
process.env.NODE_ENV !== "production" && (Rr.propTypes = {
|
|
3232
3232
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
3233
3233
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
3234
3234
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -3415,7 +3415,105 @@ function Fn({
|
|
|
3415
3415
|
})]
|
|
3416
3416
|
});
|
|
3417
3417
|
}
|
|
3418
|
-
|
|
3418
|
+
const Zr = {
|
|
3419
|
+
row: {
|
|
3420
|
+
hover: "rgba(224, 224, 224, 0.3)"
|
|
3421
|
+
},
|
|
3422
|
+
secondary: {
|
|
3423
|
+
default: "rgba(38, 46, 61, 0.1)",
|
|
3424
|
+
hover: "rgba(38, 46, 61, 0.17)"
|
|
3425
|
+
},
|
|
3426
|
+
text: {
|
|
3427
|
+
active: "rgba(38, 46, 61, 1)",
|
|
3428
|
+
content: "rgba(38, 46, 61, 0.8)",
|
|
3429
|
+
secondary: "rgba(38, 46, 61, 0.55)",
|
|
3430
|
+
disabled: "rgba(38, 46, 61, 0.3)",
|
|
3431
|
+
link: "rgba(54, 163, 217, 1)",
|
|
3432
|
+
accented: "rgba(12, 14, 18, 1)",
|
|
3433
|
+
linkButton: "#1eaff3",
|
|
3434
|
+
primary: "#262E3D"
|
|
3435
|
+
},
|
|
3436
|
+
UI: {
|
|
3437
|
+
default: "#6e737d",
|
|
3438
|
+
additional: "rgba(38, 46, 61, 0.4)",
|
|
3439
|
+
guiding: "rgba(38, 46, 61, 0.1)"
|
|
3440
|
+
},
|
|
3441
|
+
background: {
|
|
3442
|
+
workspace: "rgba(255, 255, 255, 1)",
|
|
3443
|
+
supporting: "rgba(249, 249, 251, 1)",
|
|
3444
|
+
priority: "rgba(244, 244, 248, 1)"
|
|
3445
|
+
},
|
|
3446
|
+
primary: {
|
|
3447
|
+
primary: "rgba(255, 203, 5, 1)",
|
|
3448
|
+
default: "#FFC805",
|
|
3449
|
+
hover: "#F2B900"
|
|
3450
|
+
},
|
|
3451
|
+
interaction: {
|
|
3452
|
+
defaultHover: "rgba(12, 14, 18, 0.07)",
|
|
3453
|
+
guidingHover: "rgba(38, 46, 61, 0.17)",
|
|
3454
|
+
linkHovered: "rgba(50, 147, 197, 1)",
|
|
3455
|
+
primaryHovered: "rgba(242, 185, 0, 1)"
|
|
3456
|
+
},
|
|
3457
|
+
semantic: {
|
|
3458
|
+
info: "rgba(52, 150, 200, 1)",
|
|
3459
|
+
success: "rgba(34, 195, 195, 1)",
|
|
3460
|
+
warning: "rgba(242, 185, 0, 1)",
|
|
3461
|
+
error: "rgba(231, 71, 39, 1)",
|
|
3462
|
+
infoBG: "rgba(52, 150, 200, 0.1)",
|
|
3463
|
+
successBG: "rgba(34, 195, 195, 0.1)",
|
|
3464
|
+
warningBG: "rgba(242, 185, 0, 0.1)",
|
|
3465
|
+
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
3466
|
+
},
|
|
3467
|
+
sisenseDark: {
|
|
3468
|
+
text: {
|
|
3469
|
+
active: "rgba(235, 239, 247, 1)",
|
|
3470
|
+
content: "rgba(235, 239, 247, 0.8)",
|
|
3471
|
+
secondary: "rgba(235, 239, 247, 0.55)",
|
|
3472
|
+
disabled: "rgba(235, 239, 247, 0.3)",
|
|
3473
|
+
link: "rgba(50, 147, 197, 1)",
|
|
3474
|
+
accented: "rgba(12, 14, 18, 1)"
|
|
3475
|
+
},
|
|
3476
|
+
ui: {
|
|
3477
|
+
default: "rgba(235, 239, 247, 0.67)",
|
|
3478
|
+
additional: "rgba(235, 239, 247, 0.4)",
|
|
3479
|
+
guiding: "rgba(235, 239, 247, 0.1)"
|
|
3480
|
+
},
|
|
3481
|
+
background: {
|
|
3482
|
+
workspace: "rgba(12, 14, 18, 1)",
|
|
3483
|
+
supporting: "rgba(249, 249, 251, 1)",
|
|
3484
|
+
priority: "rgba(244, 244, 248, 1)"
|
|
3485
|
+
},
|
|
3486
|
+
interaction: {
|
|
3487
|
+
defaultHover: "rgba(12, 14, 18, 0.07)",
|
|
3488
|
+
guidingHover: "rgba(235, 239, 247, 0.17)",
|
|
3489
|
+
linkHovered: "rgba(50, 147, 197, 1)",
|
|
3490
|
+
primaryHovered: "rgba(242, 185, 0, 1)"
|
|
3491
|
+
},
|
|
3492
|
+
semantic: {
|
|
3493
|
+
info: "rgba(52, 150, 200, 1)",
|
|
3494
|
+
success: "rgba(34, 195, 195, 1)",
|
|
3495
|
+
warning: "rgba(242, 185, 0, 1)",
|
|
3496
|
+
error: "rgba(231, 71, 39, 1)",
|
|
3497
|
+
infoBG: "rgba(52, 150, 200, 0.1)",
|
|
3498
|
+
successBG: "rgba(34, 195, 195, 0.1)",
|
|
3499
|
+
warningBG: "rgba(242, 185, 0, 0.1)",
|
|
3500
|
+
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
3501
|
+
}
|
|
3502
|
+
}
|
|
3503
|
+
}, Qn = {
|
|
3504
|
+
shouldForwardProp: (e) => !e.startsWith("$")
|
|
3505
|
+
}, Le = /* @__PURE__ */ _(tr, Qn, {
|
|
3506
|
+
target: "e869yoj0",
|
|
3507
|
+
label: "IconButton"
|
|
3508
|
+
})(({
|
|
3509
|
+
$hoverColor: e
|
|
3510
|
+
}) => ({
|
|
3511
|
+
padding: 2,
|
|
3512
|
+
"&.MuiIconButton-root:hover": {
|
|
3513
|
+
backgroundColor: e ?? Zr.interaction.defaultHover
|
|
3514
|
+
}
|
|
3515
|
+
}));
|
|
3516
|
+
function $n({
|
|
3419
3517
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
3420
3518
|
}) {
|
|
3421
3519
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -3432,7 +3530,7 @@ function Qn({
|
|
|
3432
3530
|
})
|
|
3433
3531
|
});
|
|
3434
3532
|
}
|
|
3435
|
-
function
|
|
3533
|
+
function Vn({
|
|
3436
3534
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
3437
3535
|
}) {
|
|
3438
3536
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -3449,7 +3547,7 @@ function $n({
|
|
|
3449
3547
|
})
|
|
3450
3548
|
});
|
|
3451
3549
|
}
|
|
3452
|
-
function
|
|
3550
|
+
function Jn() {
|
|
3453
3551
|
return /* @__PURE__ */ o("svg", {
|
|
3454
3552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3455
3553
|
width: "24",
|
|
@@ -3465,23 +3563,23 @@ function Vn() {
|
|
|
3465
3563
|
})
|
|
3466
3564
|
});
|
|
3467
3565
|
}
|
|
3468
|
-
const kt = (e) => er(e.chart.backgroundColor),
|
|
3566
|
+
const kt = (e) => er(e.chart.backgroundColor), Xn = ({
|
|
3469
3567
|
title: e
|
|
3470
3568
|
}) => {
|
|
3471
3569
|
const {
|
|
3472
3570
|
themeSettings: t
|
|
3473
|
-
} =
|
|
3474
|
-
return /* @__PURE__ */ o(
|
|
3571
|
+
} = D();
|
|
3572
|
+
return /* @__PURE__ */ o(Ae, {
|
|
3475
3573
|
title: e,
|
|
3476
|
-
children: /* @__PURE__ */ o(
|
|
3574
|
+
children: /* @__PURE__ */ o(Le, {
|
|
3477
3575
|
disableTouchRipple: !0,
|
|
3478
3576
|
$hoverColor: kt(t),
|
|
3479
|
-
children: /* @__PURE__ */ o(
|
|
3577
|
+
children: /* @__PURE__ */ o(Vn, {
|
|
3480
3578
|
fill: t.chart.textColor
|
|
3481
3579
|
})
|
|
3482
3580
|
})
|
|
3483
3581
|
});
|
|
3484
|
-
},
|
|
3582
|
+
}, Kn = ({
|
|
3485
3583
|
items: e
|
|
3486
3584
|
}) => {
|
|
3487
3585
|
const [t, r] = z(null), a = (d) => {
|
|
@@ -3490,16 +3588,16 @@ const kt = (e) => er(e.chart.backgroundColor), Jn = ({
|
|
|
3490
3588
|
r(null);
|
|
3491
3589
|
}, {
|
|
3492
3590
|
themeSettings: l
|
|
3493
|
-
} =
|
|
3494
|
-
return /* @__PURE__ */ v(
|
|
3495
|
-
children: [/* @__PURE__ */ o(
|
|
3591
|
+
} = D();
|
|
3592
|
+
return /* @__PURE__ */ v(Y, {
|
|
3593
|
+
children: [/* @__PURE__ */ o(Le, {
|
|
3496
3594
|
onClick: a,
|
|
3497
3595
|
$hoverColor: kt(l),
|
|
3498
3596
|
"aria-label": "three dots button",
|
|
3499
|
-
children: /* @__PURE__ */ o(
|
|
3597
|
+
children: /* @__PURE__ */ o(Ba, {
|
|
3500
3598
|
fill: l.chart.textColor
|
|
3501
3599
|
})
|
|
3502
|
-
}), /* @__PURE__ */ o(
|
|
3600
|
+
}), /* @__PURE__ */ o(Ya, {
|
|
3503
3601
|
anchorEl: t,
|
|
3504
3602
|
anchorOrigin: {
|
|
3505
3603
|
vertical: "bottom",
|
|
@@ -3511,14 +3609,14 @@ const kt = (e) => er(e.chart.backgroundColor), Jn = ({
|
|
|
3511
3609
|
},
|
|
3512
3610
|
open: !!t,
|
|
3513
3611
|
onClose: i,
|
|
3514
|
-
children: e.map((d) => /* @__PURE__ */ v(
|
|
3612
|
+
children: e.map((d) => /* @__PURE__ */ v(Ha, {
|
|
3515
3613
|
onClick: () => {
|
|
3516
3614
|
d.onClick(), i();
|
|
3517
3615
|
},
|
|
3518
3616
|
sx: {
|
|
3519
3617
|
fontSize: "13px",
|
|
3520
3618
|
fontFamily: l.typography.fontFamily,
|
|
3521
|
-
color:
|
|
3619
|
+
color: Zr.text.content
|
|
3522
3620
|
},
|
|
3523
3621
|
disableRipple: !0,
|
|
3524
3622
|
children: [d.icon, /* @__PURE__ */ o("div", {
|
|
@@ -3528,29 +3626,29 @@ const kt = (e) => er(e.chart.backgroundColor), Jn = ({
|
|
|
3528
3626
|
}, d.title))
|
|
3529
3627
|
})]
|
|
3530
3628
|
});
|
|
3531
|
-
},
|
|
3629
|
+
}, el = ({
|
|
3532
3630
|
onClick: e
|
|
3533
3631
|
}) => {
|
|
3534
3632
|
const {
|
|
3535
3633
|
themeSettings: t
|
|
3536
|
-
} =
|
|
3634
|
+
} = D(), {
|
|
3537
3635
|
t: r
|
|
3538
3636
|
} = O();
|
|
3539
|
-
return /* @__PURE__ */ o(
|
|
3637
|
+
return /* @__PURE__ */ o(Ae, {
|
|
3540
3638
|
title: r("ai.preview"),
|
|
3541
|
-
children: /* @__PURE__ */ o(
|
|
3639
|
+
children: /* @__PURE__ */ o(Le, {
|
|
3542
3640
|
onClick: e,
|
|
3543
3641
|
$hoverColor: kt(t),
|
|
3544
|
-
children: /* @__PURE__ */ o(
|
|
3642
|
+
children: /* @__PURE__ */ o($n, {
|
|
3545
3643
|
fill: t.chart.textColor
|
|
3546
3644
|
})
|
|
3547
3645
|
})
|
|
3548
3646
|
});
|
|
3549
|
-
},
|
|
3647
|
+
}, tl = /* @__PURE__ */ _("div", {
|
|
3550
3648
|
target: "e1cseu7j0",
|
|
3551
3649
|
label: "ToolbarContainer"
|
|
3552
3650
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
3553
|
-
function
|
|
3651
|
+
function rl({
|
|
3554
3652
|
infoTooltipText: e,
|
|
3555
3653
|
onRefresh: t,
|
|
3556
3654
|
onExpand: r
|
|
@@ -3558,29 +3656,29 @@ function tl({
|
|
|
3558
3656
|
const a = G(() => [{
|
|
3559
3657
|
title: "Refresh",
|
|
3560
3658
|
onClick: t,
|
|
3561
|
-
icon: /* @__PURE__ */ o(
|
|
3659
|
+
icon: /* @__PURE__ */ o(Jn, {})
|
|
3562
3660
|
}], [t]);
|
|
3563
|
-
return /* @__PURE__ */ v(
|
|
3661
|
+
return /* @__PURE__ */ v(tl, {
|
|
3564
3662
|
"aria-label": "chatbot chart toolbar",
|
|
3565
|
-
children: [/* @__PURE__ */ o(
|
|
3663
|
+
children: [/* @__PURE__ */ o(Xn, {
|
|
3566
3664
|
title: e ?? ""
|
|
3567
|
-
}), /* @__PURE__ */ o(Xn, {
|
|
3568
|
-
items: a
|
|
3569
3665
|
}), /* @__PURE__ */ o(Kn, {
|
|
3666
|
+
items: a
|
|
3667
|
+
}), /* @__PURE__ */ o(el, {
|
|
3570
3668
|
onClick: r
|
|
3571
3669
|
})]
|
|
3572
3670
|
});
|
|
3573
3671
|
}
|
|
3574
|
-
function
|
|
3672
|
+
function al({
|
|
3575
3673
|
content: e
|
|
3576
3674
|
}) {
|
|
3577
3675
|
const [t, r] = z(!1), {
|
|
3578
3676
|
themeSettings: a
|
|
3579
|
-
} =
|
|
3677
|
+
} = D(), {
|
|
3580
3678
|
inlineElement: i,
|
|
3581
3679
|
expandedElement: l
|
|
3582
3680
|
} = G(() => {
|
|
3583
|
-
const d =
|
|
3681
|
+
const d = De(e, {
|
|
3584
3682
|
useCustomizedStyleOptions: !0
|
|
3585
3683
|
});
|
|
3586
3684
|
if (d === void 0 || !We(d))
|
|
@@ -3592,7 +3690,7 @@ function rl({
|
|
|
3592
3690
|
} = d, g = {
|
|
3593
3691
|
cornerRadius: "Small",
|
|
3594
3692
|
header: {
|
|
3595
|
-
renderToolbar: (n) => /* @__PURE__ */ o(
|
|
3693
|
+
renderToolbar: (n) => /* @__PURE__ */ o(rl, {
|
|
3596
3694
|
infoTooltipText: u,
|
|
3597
3695
|
onRefresh: n,
|
|
3598
3696
|
onExpand: () => r(!0)
|
|
@@ -3600,13 +3698,13 @@ function rl({
|
|
|
3600
3698
|
}
|
|
3601
3699
|
};
|
|
3602
3700
|
let x, f;
|
|
3603
|
-
if (
|
|
3701
|
+
if (Ga(d.chartType))
|
|
3604
3702
|
x = /* @__PURE__ */ o("div", {
|
|
3605
3703
|
className: "csdk-h-[245px]",
|
|
3606
|
-
children: /* @__PURE__ */ o(Ce, T(
|
|
3704
|
+
children: /* @__PURE__ */ o(Ce, T(I({}, d), {
|
|
3607
3705
|
styleOptions: g
|
|
3608
3706
|
}))
|
|
3609
|
-
}), f = /* @__PURE__ */ o(Ce, T(
|
|
3707
|
+
}), f = /* @__PURE__ */ o(Ce, T(I({}, d), {
|
|
3610
3708
|
styleOptions: {
|
|
3611
3709
|
header: {
|
|
3612
3710
|
hidden: !0
|
|
@@ -3614,21 +3712,21 @@ function rl({
|
|
|
3614
3712
|
}
|
|
3615
3713
|
}));
|
|
3616
3714
|
else {
|
|
3617
|
-
const n = T(
|
|
3715
|
+
const n = T(I({}, c), {
|
|
3618
3716
|
header: {
|
|
3619
3717
|
hidden: !0
|
|
3620
3718
|
}
|
|
3621
|
-
}), p =
|
|
3719
|
+
}), p = I(T(I({}, c), {
|
|
3622
3720
|
legend: void 0,
|
|
3623
3721
|
xAxis: void 0,
|
|
3624
3722
|
yAxis: void 0
|
|
3625
3723
|
}), g);
|
|
3626
3724
|
delete p.legend, delete p.xAxis, delete p.yAxis, x = /* @__PURE__ */ o("div", {
|
|
3627
|
-
children: /* @__PURE__ */ o(Ce, T(
|
|
3725
|
+
children: /* @__PURE__ */ o(Ce, T(I({}, d), {
|
|
3628
3726
|
styleOptions: p
|
|
3629
3727
|
}))
|
|
3630
|
-
}), f = /* @__PURE__ */ o(Ce, T(
|
|
3631
|
-
styleOptions:
|
|
3728
|
+
}), f = /* @__PURE__ */ o(Ce, T(I({}, d), {
|
|
3729
|
+
styleOptions: I({
|
|
3632
3730
|
cornerRadius: "None"
|
|
3633
3731
|
}, n)
|
|
3634
3732
|
}));
|
|
@@ -3638,8 +3736,8 @@ function rl({
|
|
|
3638
3736
|
expandedElement: f
|
|
3639
3737
|
};
|
|
3640
3738
|
}, [e]);
|
|
3641
|
-
return /* @__PURE__ */ v(
|
|
3642
|
-
children: [i, /* @__PURE__ */ v(
|
|
3739
|
+
return /* @__PURE__ */ v(Y, {
|
|
3740
|
+
children: [i, /* @__PURE__ */ v(Rr, {
|
|
3643
3741
|
open: t,
|
|
3644
3742
|
onClose: () => r(!1),
|
|
3645
3743
|
maxWidth: "xl",
|
|
@@ -3655,7 +3753,7 @@ function rl({
|
|
|
3655
3753
|
children: [/* @__PURE__ */ o("div", {
|
|
3656
3754
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
3657
3755
|
children: e.queryTitle
|
|
3658
|
-
}), /* @__PURE__ */ o(
|
|
3756
|
+
}), /* @__PURE__ */ o(tr, {
|
|
3659
3757
|
onClick: () => r(!1),
|
|
3660
3758
|
"aria-label": "close expanded chart",
|
|
3661
3759
|
children: /* @__PURE__ */ o(Fn, {
|
|
@@ -3669,7 +3767,7 @@ function rl({
|
|
|
3669
3767
|
})]
|
|
3670
3768
|
});
|
|
3671
3769
|
}
|
|
3672
|
-
function
|
|
3770
|
+
function il({
|
|
3673
3771
|
theme: e
|
|
3674
3772
|
}) {
|
|
3675
3773
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -3686,29 +3784,29 @@ function al({
|
|
|
3686
3784
|
})
|
|
3687
3785
|
});
|
|
3688
3786
|
}
|
|
3689
|
-
function
|
|
3787
|
+
function ol({
|
|
3690
3788
|
onClick: e,
|
|
3691
3789
|
disabled: t
|
|
3692
3790
|
}) {
|
|
3693
3791
|
const {
|
|
3694
3792
|
themeSettings: r
|
|
3695
|
-
} =
|
|
3793
|
+
} = D(), {
|
|
3696
3794
|
t: a
|
|
3697
3795
|
} = O();
|
|
3698
|
-
return /* @__PURE__ */ o(
|
|
3796
|
+
return /* @__PURE__ */ o(Ae, {
|
|
3699
3797
|
title: a("ai.buttons.incorrectResponse"),
|
|
3700
|
-
children: /* @__PURE__ */ o(
|
|
3798
|
+
children: /* @__PURE__ */ o(Le, {
|
|
3701
3799
|
"aria-label": "thumbs-down",
|
|
3702
3800
|
onClick: e,
|
|
3703
3801
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
3704
3802
|
disabled: t,
|
|
3705
|
-
children: /* @__PURE__ */ o(
|
|
3803
|
+
children: /* @__PURE__ */ o(il, {
|
|
3706
3804
|
theme: r
|
|
3707
3805
|
})
|
|
3708
3806
|
})
|
|
3709
3807
|
});
|
|
3710
3808
|
}
|
|
3711
|
-
function
|
|
3809
|
+
function nl({
|
|
3712
3810
|
theme: e
|
|
3713
3811
|
}) {
|
|
3714
3812
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -3725,29 +3823,29 @@ function ol({
|
|
|
3725
3823
|
})
|
|
3726
3824
|
});
|
|
3727
3825
|
}
|
|
3728
|
-
function
|
|
3826
|
+
function ll({
|
|
3729
3827
|
onClick: e,
|
|
3730
3828
|
disabled: t
|
|
3731
3829
|
}) {
|
|
3732
3830
|
const {
|
|
3733
3831
|
themeSettings: r
|
|
3734
|
-
} =
|
|
3832
|
+
} = D(), {
|
|
3735
3833
|
t: a
|
|
3736
3834
|
} = O();
|
|
3737
|
-
return /* @__PURE__ */ o(
|
|
3835
|
+
return /* @__PURE__ */ o(Ae, {
|
|
3738
3836
|
title: a("ai.buttons.correctResponse"),
|
|
3739
|
-
children: /* @__PURE__ */ o(
|
|
3837
|
+
children: /* @__PURE__ */ o(Le, {
|
|
3740
3838
|
"aria-label": "thumbs-up",
|
|
3741
3839
|
onClick: e,
|
|
3742
3840
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
3743
3841
|
disabled: t,
|
|
3744
|
-
children: /* @__PURE__ */ o(
|
|
3842
|
+
children: /* @__PURE__ */ o(nl, {
|
|
3745
3843
|
theme: r
|
|
3746
3844
|
})
|
|
3747
3845
|
})
|
|
3748
3846
|
});
|
|
3749
3847
|
}
|
|
3750
|
-
const
|
|
3848
|
+
const dl = () => {
|
|
3751
3849
|
const [e, t] = z(!1), r = ce(null), a = N(() => {
|
|
3752
3850
|
t(!0);
|
|
3753
3851
|
}, []), i = N(() => {
|
|
@@ -3757,13 +3855,13 @@ const ll = () => {
|
|
|
3757
3855
|
var d;
|
|
3758
3856
|
((d = r.current) == null ? void 0 : d.nodeType) === Node.ELEMENT_NODE && (r.current.removeEventListener("mouseenter", a), r.current.removeEventListener("mouseleave", i)), (l == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (l.addEventListener("mouseenter", a), l.addEventListener("mouseleave", i)), r.current = l;
|
|
3759
3857
|
}, [a, i]), e];
|
|
3760
|
-
},
|
|
3858
|
+
}, sl = /* @__PURE__ */ _("div", {
|
|
3761
3859
|
target: "e2xyvaw0",
|
|
3762
3860
|
label: "Container"
|
|
3763
3861
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
3764
3862
|
theme: e
|
|
3765
3863
|
}) => e.aiChat.body.gapBetweenMessages, ";");
|
|
3766
|
-
function
|
|
3864
|
+
function cl({
|
|
3767
3865
|
visible: e,
|
|
3768
3866
|
onSend: t
|
|
3769
3867
|
}) {
|
|
@@ -3772,10 +3870,10 @@ function sl({
|
|
|
3772
3870
|
}, [t]);
|
|
3773
3871
|
return e ? /* @__PURE__ */ v("div", {
|
|
3774
3872
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
|
3775
|
-
children: [/* @__PURE__ */ o(
|
|
3873
|
+
children: [/* @__PURE__ */ o(ll, {
|
|
3776
3874
|
onClick: () => i("up"),
|
|
3777
3875
|
disabled: r
|
|
3778
|
-
}), /* @__PURE__ */ o(
|
|
3876
|
+
}), /* @__PURE__ */ o(ol, {
|
|
3779
3877
|
onClick: () => i("down"),
|
|
3780
3878
|
disabled: r
|
|
3781
3879
|
})]
|
|
@@ -3788,26 +3886,26 @@ function lt({
|
|
|
3788
3886
|
buttonVisibility: a = "onHover",
|
|
3789
3887
|
renderContent: i
|
|
3790
3888
|
}) {
|
|
3791
|
-
const l = X(), d =
|
|
3889
|
+
const l = X(), d = ja(N((f) => {
|
|
3792
3890
|
l && l.ai.sendFeedback({
|
|
3793
3891
|
sourceId: e,
|
|
3794
3892
|
type: r,
|
|
3795
3893
|
data: t,
|
|
3796
3894
|
rating: f
|
|
3797
3895
|
});
|
|
3798
|
-
}, [l, e, t, r]), 200), [u, c] =
|
|
3896
|
+
}, [l, e, t, r]), 200), [u, c] = dl(), g = G(() => a === "onHover" ? c : a !== "never", [c, a]), {
|
|
3799
3897
|
themeSettings: x
|
|
3800
|
-
} =
|
|
3801
|
-
return /* @__PURE__ */ o(
|
|
3898
|
+
} = D();
|
|
3899
|
+
return /* @__PURE__ */ o(sl, {
|
|
3802
3900
|
ref: u,
|
|
3803
3901
|
theme: x,
|
|
3804
|
-
children: i(/* @__PURE__ */ o(
|
|
3902
|
+
children: i(/* @__PURE__ */ o(cl, {
|
|
3805
3903
|
onSend: d,
|
|
3806
3904
|
visible: g
|
|
3807
3905
|
}))
|
|
3808
3906
|
});
|
|
3809
3907
|
}
|
|
3810
|
-
const
|
|
3908
|
+
const pl = 18 * 5;
|
|
3811
3909
|
function yt({
|
|
3812
3910
|
text: e
|
|
3813
3911
|
}) {
|
|
@@ -3815,7 +3913,7 @@ function yt({
|
|
|
3815
3913
|
t: l
|
|
3816
3914
|
} = O(), d = ce(null);
|
|
3817
3915
|
return qe(() => {
|
|
3818
|
-
d.current && d.current.scrollHeight >
|
|
3916
|
+
d.current && d.current.scrollHeight > pl && i(!0);
|
|
3819
3917
|
}, [e]), /* @__PURE__ */ v("div", {
|
|
3820
3918
|
children: [/* @__PURE__ */ o("div", {
|
|
3821
3919
|
ref: d,
|
|
@@ -3831,14 +3929,14 @@ function yt({
|
|
|
3831
3929
|
})]
|
|
3832
3930
|
});
|
|
3833
3931
|
}
|
|
3834
|
-
function
|
|
3932
|
+
function ul({
|
|
3835
3933
|
nlgRequest: e
|
|
3836
3934
|
}) {
|
|
3837
3935
|
const {
|
|
3838
3936
|
data: t,
|
|
3839
3937
|
isLoading: r,
|
|
3840
3938
|
isError: a
|
|
3841
|
-
} =
|
|
3939
|
+
} = Ye(e), {
|
|
3842
3940
|
t: i
|
|
3843
3941
|
} = O();
|
|
3844
3942
|
return r ? /* @__PURE__ */ o(xt, {}) : a ? /* @__PURE__ */ o(le, {
|
|
@@ -3851,10 +3949,10 @@ function pl({
|
|
|
3851
3949
|
})
|
|
3852
3950
|
});
|
|
3853
3951
|
}
|
|
3854
|
-
function
|
|
3952
|
+
function gl() {
|
|
3855
3953
|
const {
|
|
3856
3954
|
themeSettings: e
|
|
3857
|
-
} =
|
|
3955
|
+
} = D();
|
|
3858
3956
|
return /* @__PURE__ */ o("svg", {
|
|
3859
3957
|
width: "24",
|
|
3860
3958
|
height: "25",
|
|
@@ -3869,7 +3967,7 @@ function ul() {
|
|
|
3869
3967
|
})
|
|
3870
3968
|
});
|
|
3871
3969
|
}
|
|
3872
|
-
function
|
|
3970
|
+
function hl({
|
|
3873
3971
|
onClick: e
|
|
3874
3972
|
}) {
|
|
3875
3973
|
const {
|
|
@@ -3880,16 +3978,16 @@ function gl({
|
|
|
3880
3978
|
onClick: e,
|
|
3881
3979
|
children: /* @__PURE__ */ v("div", {
|
|
3882
3980
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
3883
|
-
children: [/* @__PURE__ */ o(
|
|
3981
|
+
children: [/* @__PURE__ */ o(gl, {}), t("ai.buttons.insights")]
|
|
3884
3982
|
})
|
|
3885
3983
|
});
|
|
3886
3984
|
}
|
|
3887
|
-
var
|
|
3985
|
+
var ml = Pa("toLowerCase");
|
|
3888
3986
|
const Pt = /* @__PURE__ */ _("div", {
|
|
3889
|
-
target: "
|
|
3987
|
+
target: "etljahs0",
|
|
3890
3988
|
label: "FlexRow"
|
|
3891
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
3892
|
-
function
|
|
3989
|
+
})("display:flex;align-items:center;column-gap:10px;"), fl = (e) => !!e && "aeiou".includes(e[0]);
|
|
3990
|
+
function bl({
|
|
3893
3991
|
data: e,
|
|
3894
3992
|
alwaysShowFeedback: t
|
|
3895
3993
|
}) {
|
|
@@ -3898,17 +3996,17 @@ function fl({
|
|
|
3898
3996
|
enableInsights: a
|
|
3899
3997
|
} = re(), {
|
|
3900
3998
|
themeSettings: i
|
|
3901
|
-
} =
|
|
3999
|
+
} = D(), {
|
|
3902
4000
|
queryTitle: l,
|
|
3903
4001
|
chartRecommendations: d,
|
|
3904
4002
|
jaql: u,
|
|
3905
4003
|
userMsg: c,
|
|
3906
|
-
clarification: g
|
|
4004
|
+
clarification: g = ""
|
|
3907
4005
|
} = e;
|
|
3908
4006
|
console.debug(`JAQL for ${l}`, u), console.debug(`chart recommendations for ${l}`, d);
|
|
3909
4007
|
const x = "chartType" in d ? d.chartType : "table";
|
|
3910
4008
|
let f;
|
|
3911
|
-
|
|
4009
|
+
fl(x) ? f = `an ${x}` : f = `a ${x}`, x !== "table" && (f += " chart");
|
|
3912
4010
|
const n = u.datasource.title, [p, s] = z(!1), h = N(() => {
|
|
3913
4011
|
s((y) => !y);
|
|
3914
4012
|
}, []), m = {
|
|
@@ -3916,21 +4014,22 @@ function fl({
|
|
|
3916
4014
|
datasource: u.datasource,
|
|
3917
4015
|
metadata: u.metadata
|
|
3918
4016
|
}
|
|
3919
|
-
}, w = r === "analyze", C = `${c}${c && g ?
|
|
3920
|
-
|
|
4017
|
+
}, w = r === "analyze", C = `${c}${c && g ? `
|
|
4018
|
+
` : ""}${g}`;
|
|
4019
|
+
return /* @__PURE__ */ v(Y, {
|
|
3921
4020
|
children: [/* @__PURE__ */ o(lt, {
|
|
3922
4021
|
sourceId: n,
|
|
3923
4022
|
data: e,
|
|
3924
4023
|
type: "chats/nlq",
|
|
3925
4024
|
buttonVisibility: t ? "always" : "onHover",
|
|
3926
|
-
renderContent: (y) => /* @__PURE__ */ v(
|
|
4025
|
+
renderContent: (y) => /* @__PURE__ */ v(Y, {
|
|
3927
4026
|
children: [/* @__PURE__ */ v(Pt, {
|
|
3928
|
-
children: [/* @__PURE__ */ o(
|
|
4027
|
+
children: [/* @__PURE__ */ o(Or, {
|
|
3929
4028
|
align: "left",
|
|
3930
4029
|
theme: i,
|
|
3931
|
-
children: C || `Here's ${f} showing ${
|
|
4030
|
+
children: C || `Here's ${f} showing ${ml(l)}.`
|
|
3932
4031
|
}), y]
|
|
3933
|
-
}), w && /* @__PURE__ */ o(
|
|
4032
|
+
}), w && /* @__PURE__ */ o(al, {
|
|
3934
4033
|
content: e
|
|
3935
4034
|
})]
|
|
3936
4035
|
})
|
|
@@ -3939,25 +4038,25 @@ function fl({
|
|
|
3939
4038
|
data: m,
|
|
3940
4039
|
type: "nlg/queryResult",
|
|
3941
4040
|
buttonVisibility: p ? "onHover" : "never",
|
|
3942
|
-
renderContent: (y) => /* @__PURE__ */ v(
|
|
4041
|
+
renderContent: (y) => /* @__PURE__ */ v(Y, {
|
|
3943
4042
|
children: [/* @__PURE__ */ v(Pt, {
|
|
3944
|
-
children: [/* @__PURE__ */ o(
|
|
4043
|
+
children: [/* @__PURE__ */ o(hl, {
|
|
3945
4044
|
onClick: h
|
|
3946
4045
|
}), y]
|
|
3947
|
-
}), p && /* @__PURE__ */ o(
|
|
4046
|
+
}), p && /* @__PURE__ */ o(ul, {
|
|
3948
4047
|
nlgRequest: m
|
|
3949
4048
|
})]
|
|
3950
4049
|
})
|
|
3951
4050
|
})]
|
|
3952
4051
|
});
|
|
3953
4052
|
}
|
|
3954
|
-
function
|
|
4053
|
+
function xl({
|
|
3955
4054
|
message: e,
|
|
3956
4055
|
isLastMessage: t
|
|
3957
4056
|
}) {
|
|
3958
4057
|
if (mt(e)) {
|
|
3959
4058
|
const a = JSON.parse(e.content);
|
|
3960
|
-
return /* @__PURE__ */ o(
|
|
4059
|
+
return /* @__PURE__ */ o(bl, {
|
|
3961
4060
|
data: a,
|
|
3962
4061
|
alwaysShowFeedback: t
|
|
3963
4062
|
});
|
|
@@ -3968,32 +4067,32 @@ function bl({
|
|
|
3968
4067
|
children: r
|
|
3969
4068
|
});
|
|
3970
4069
|
}
|
|
3971
|
-
const
|
|
4070
|
+
const kl = /* @__PURE__ */ Za(xl), yl = ({
|
|
3972
4071
|
error: e,
|
|
3973
4072
|
displayMessage: t
|
|
3974
4073
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(le, {
|
|
3975
4074
|
align: "left",
|
|
3976
4075
|
children: t
|
|
3977
4076
|
}));
|
|
3978
|
-
function
|
|
4077
|
+
function wl({
|
|
3979
4078
|
messages: e
|
|
3980
4079
|
}) {
|
|
3981
4080
|
const {
|
|
3982
4081
|
t
|
|
3983
4082
|
} = O();
|
|
3984
|
-
return /* @__PURE__ */ o(
|
|
3985
|
-
children: e.map((r, a) => /* @__PURE__ */ o(
|
|
3986
|
-
fallbackRender: (i) =>
|
|
4083
|
+
return /* @__PURE__ */ o(Y, {
|
|
4084
|
+
children: e.map((r, a) => /* @__PURE__ */ o(Oa, {
|
|
4085
|
+
fallbackRender: (i) => yl(T(I({}, i), {
|
|
3987
4086
|
displayMessage: t("ai.errors.unexpected")
|
|
3988
4087
|
})),
|
|
3989
|
-
children: /* @__PURE__ */ o(
|
|
4088
|
+
children: /* @__PURE__ */ o(kl, {
|
|
3990
4089
|
message: r,
|
|
3991
4090
|
isLastMessage: a === e.length - 1
|
|
3992
4091
|
}, a)
|
|
3993
4092
|
}, a))
|
|
3994
4093
|
});
|
|
3995
4094
|
}
|
|
3996
|
-
function
|
|
4095
|
+
function Wr({
|
|
3997
4096
|
color: e
|
|
3998
4097
|
}) {
|
|
3999
4098
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -4008,7 +4107,7 @@ function Rr({
|
|
|
4008
4107
|
})
|
|
4009
4108
|
});
|
|
4010
4109
|
}
|
|
4011
|
-
function
|
|
4110
|
+
function _l({
|
|
4012
4111
|
onClick: e,
|
|
4013
4112
|
color: t
|
|
4014
4113
|
}) {
|
|
@@ -4016,12 +4115,12 @@ function wl({
|
|
|
4016
4115
|
"aria-label": "go back",
|
|
4017
4116
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
4018
4117
|
onClick: e,
|
|
4019
|
-
children: /* @__PURE__ */ o(
|
|
4118
|
+
children: /* @__PURE__ */ o(Wr, {
|
|
4020
4119
|
color: t
|
|
4021
4120
|
})
|
|
4022
4121
|
});
|
|
4023
4122
|
}
|
|
4024
|
-
const
|
|
4123
|
+
const Cl = /* @__PURE__ */ _("button", {
|
|
4025
4124
|
target: "e1p0q0z20",
|
|
4026
4125
|
label: "Button"
|
|
4027
4126
|
})("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:", ({
|
|
@@ -4069,26 +4168,26 @@ const _l = /* @__PURE__ */ _("button", {
|
|
|
4069
4168
|
}
|
|
4070
4169
|
return "";
|
|
4071
4170
|
});
|
|
4072
|
-
function
|
|
4171
|
+
function Bt({
|
|
4073
4172
|
question: e,
|
|
4074
4173
|
onClick: t
|
|
4075
4174
|
}) {
|
|
4076
4175
|
const {
|
|
4077
4176
|
themeSettings: r
|
|
4078
|
-
} =
|
|
4079
|
-
return /* @__PURE__ */ o(
|
|
4177
|
+
} = D();
|
|
4178
|
+
return /* @__PURE__ */ o(Cl, {
|
|
4080
4179
|
onClick: t,
|
|
4081
4180
|
theme: r,
|
|
4082
4181
|
children: e
|
|
4083
4182
|
});
|
|
4084
4183
|
}
|
|
4085
|
-
const
|
|
4184
|
+
const vl = /* @__PURE__ */ _("div", {
|
|
4086
4185
|
target: "eu11cc50",
|
|
4087
4186
|
label: "ListContainer"
|
|
4088
4187
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({
|
|
4089
4188
|
theme: e
|
|
4090
4189
|
}) => e.aiChat.suggestions.gap, ";");
|
|
4091
|
-
function
|
|
4190
|
+
function Sl({
|
|
4092
4191
|
questions: e,
|
|
4093
4192
|
onSelection: t
|
|
4094
4193
|
}) {
|
|
@@ -4096,20 +4195,20 @@ function vl({
|
|
|
4096
4195
|
t: r
|
|
4097
4196
|
} = O(), [a, i] = z(!0), l = G(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
|
4098
4197
|
themeSettings: d
|
|
4099
|
-
} =
|
|
4100
|
-
return /* @__PURE__ */ v(
|
|
4198
|
+
} = D();
|
|
4199
|
+
return /* @__PURE__ */ v(vl, {
|
|
4101
4200
|
"aria-label": "list of suggested questions",
|
|
4102
4201
|
theme: d,
|
|
4103
|
-
children: [l.map((u) => /* @__PURE__ */ o(
|
|
4202
|
+
children: [l.map((u) => /* @__PURE__ */ o(Bt, {
|
|
4104
4203
|
question: u,
|
|
4105
4204
|
onClick: () => t(u)
|
|
4106
|
-
}, u)), l.length < e.length && /* @__PURE__ */ o(
|
|
4205
|
+
}, u)), l.length < e.length && /* @__PURE__ */ o(Bt, {
|
|
4107
4206
|
question: r("ai.buttons.seeMore"),
|
|
4108
4207
|
onClick: () => i(!1)
|
|
4109
4208
|
})]
|
|
4110
4209
|
});
|
|
4111
4210
|
}
|
|
4112
|
-
const
|
|
4211
|
+
const Ml = /* @__PURE__ */ _("div", {
|
|
4113
4212
|
target: "ebwb3nc0",
|
|
4114
4213
|
label: "Row"
|
|
4115
4214
|
})("width:283px;height:32px;border-radius:10px;background:", ({
|
|
@@ -4122,23 +4221,23 @@ const Sl = /* @__PURE__ */ _("div", {
|
|
|
4122
4221
|
${r} 50%,
|
|
4123
4222
|
${t} 100%
|
|
4124
4223
|
)`;
|
|
4125
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
4224
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Il = /* @__PURE__ */ _("div", {
|
|
4126
4225
|
target: "ebwb3nc1",
|
|
4127
4226
|
label: "SkeletonContainer"
|
|
4128
4227
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
4129
4228
|
function Dl() {
|
|
4130
4229
|
const {
|
|
4131
4230
|
themeSettings: e
|
|
4132
|
-
} =
|
|
4133
|
-
return /* @__PURE__ */ o(
|
|
4231
|
+
} = D();
|
|
4232
|
+
return /* @__PURE__ */ o(Il, {
|
|
4134
4233
|
children: Array.from({
|
|
4135
4234
|
length: 3
|
|
4136
|
-
}, (t, r) => /* @__PURE__ */ o(
|
|
4235
|
+
}, (t, r) => /* @__PURE__ */ o(Ml, {
|
|
4137
4236
|
theme: e
|
|
4138
4237
|
}, r))
|
|
4139
4238
|
});
|
|
4140
4239
|
}
|
|
4141
|
-
function
|
|
4240
|
+
function Al({
|
|
4142
4241
|
questions: e,
|
|
4143
4242
|
isLoading: t,
|
|
4144
4243
|
onSelection: r
|
|
@@ -4146,36 +4245,36 @@ function Il({
|
|
|
4146
4245
|
const a = e.length > 0, {
|
|
4147
4246
|
suggestionsWelcomeText: i
|
|
4148
4247
|
} = re();
|
|
4149
|
-
return t ? /* @__PURE__ */ o(Dl, {}) : a ? /* @__PURE__ */ v(
|
|
4248
|
+
return t ? /* @__PURE__ */ o(Dl, {}) : a ? /* @__PURE__ */ v(Y, {
|
|
4150
4249
|
children: [i && /* @__PURE__ */ o(le, {
|
|
4151
4250
|
align: "left",
|
|
4152
4251
|
children: i
|
|
4153
|
-
}), /* @__PURE__ */ o(
|
|
4252
|
+
}), /* @__PURE__ */ o(Sl, {
|
|
4154
4253
|
onSelection: r,
|
|
4155
4254
|
questions: e
|
|
4156
4255
|
})]
|
|
4157
4256
|
}) : null;
|
|
4158
4257
|
}
|
|
4159
|
-
const
|
|
4258
|
+
const Ll = /* @__PURE__ */ _("div", {
|
|
4160
4259
|
target: "ew7avl30",
|
|
4161
4260
|
label: "ToolbarContainer"
|
|
4162
4261
|
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({
|
|
4163
4262
|
style: e
|
|
4164
|
-
}) => e.backgroundColor, ";"),
|
|
4263
|
+
}) => e.backgroundColor, ";"), Tl = /* @__PURE__ */ _("div", {
|
|
4165
4264
|
target: "ew7avl31",
|
|
4166
4265
|
label: "ToolbarTitle"
|
|
4167
4266
|
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({
|
|
4168
4267
|
style: e
|
|
4169
|
-
}) => e.textColor, ";"),
|
|
4268
|
+
}) => e.textColor, ";"), qr = /* @__PURE__ */ Vt(function({
|
|
4170
4269
|
title: e,
|
|
4171
4270
|
leftNav: t,
|
|
4172
4271
|
rightNav: r,
|
|
4173
4272
|
style: a
|
|
4174
4273
|
}, i) {
|
|
4175
|
-
return /* @__PURE__ */ v(
|
|
4274
|
+
return /* @__PURE__ */ v(Ll, {
|
|
4176
4275
|
ref: i,
|
|
4177
4276
|
style: a,
|
|
4178
|
-
children: [t, /* @__PURE__ */ o(
|
|
4277
|
+
children: [t, /* @__PURE__ */ o(Tl, {
|
|
4179
4278
|
style: a,
|
|
4180
4279
|
children: e
|
|
4181
4280
|
}), r && /* @__PURE__ */ o("div", {
|
|
@@ -4183,19 +4282,19 @@ const Al = /* @__PURE__ */ _("div", {
|
|
|
4183
4282
|
children: r
|
|
4184
4283
|
})]
|
|
4185
4284
|
});
|
|
4186
|
-
}),
|
|
4285
|
+
}), Nl = /* @__PURE__ */ _("div", {
|
|
4187
4286
|
target: "e14yc7id0",
|
|
4188
4287
|
label: "AiDisclaimerContainer"
|
|
4189
4288
|
})("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:", ({
|
|
4190
4289
|
theme: e
|
|
4191
4290
|
}) => e.aiChat.secondaryTextColor, ";");
|
|
4192
|
-
function
|
|
4291
|
+
function jl({
|
|
4193
4292
|
theme: e
|
|
4194
4293
|
}) {
|
|
4195
4294
|
const {
|
|
4196
4295
|
t
|
|
4197
4296
|
} = O();
|
|
4198
|
-
return /* @__PURE__ */ v(
|
|
4297
|
+
return /* @__PURE__ */ v(Nl, {
|
|
4199
4298
|
theme: e,
|
|
4200
4299
|
children: [/* @__PURE__ */ o("div", {
|
|
4201
4300
|
children: t("ai.disclaimer.poweredByAi")
|
|
@@ -4204,10 +4303,10 @@ function Nl({
|
|
|
4204
4303
|
})]
|
|
4205
4304
|
});
|
|
4206
4305
|
}
|
|
4207
|
-
function
|
|
4306
|
+
function Ol() {
|
|
4208
4307
|
const {
|
|
4209
4308
|
themeSettings: e
|
|
4210
|
-
} =
|
|
4309
|
+
} = D();
|
|
4211
4310
|
return /* @__PURE__ */ o("svg", {
|
|
4212
4311
|
width: "24",
|
|
4213
4312
|
height: "24",
|
|
@@ -4222,15 +4321,15 @@ function jl() {
|
|
|
4222
4321
|
})
|
|
4223
4322
|
});
|
|
4224
4323
|
}
|
|
4225
|
-
const
|
|
4226
|
-
const r = new
|
|
4324
|
+
const El = (e, t) => {
|
|
4325
|
+
const r = new qa(e);
|
|
4227
4326
|
return r.alpha = t, r;
|
|
4228
|
-
},
|
|
4327
|
+
}, zl = /* @__PURE__ */ _("div", {
|
|
4229
4328
|
target: "e1rxvpki0",
|
|
4230
4329
|
label: "Container"
|
|
4231
4330
|
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({
|
|
4232
4331
|
theme: e
|
|
4233
|
-
}) => `0 4px 8px 0 ${
|
|
4332
|
+
}) => `0 4px 8px 0 ${El(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({
|
|
4234
4333
|
theme: e
|
|
4235
4334
|
}) => e.aiChat.clickableMessages.textColor, ";background-color:", ({
|
|
4236
4335
|
theme: e
|
|
@@ -4238,18 +4337,18 @@ const Ol = (e, t) => {
|
|
|
4238
4337
|
theme: e
|
|
4239
4338
|
}) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({
|
|
4240
4339
|
theme: e
|
|
4241
|
-
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"),
|
|
4340
|
+
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), Rl = ({
|
|
4242
4341
|
onClick: e
|
|
4243
4342
|
}) => {
|
|
4244
4343
|
const {
|
|
4245
4344
|
themeSettings: t
|
|
4246
|
-
} =
|
|
4247
|
-
return /* @__PURE__ */ o(
|
|
4345
|
+
} = D();
|
|
4346
|
+
return /* @__PURE__ */ o(zl, {
|
|
4248
4347
|
theme: t,
|
|
4249
4348
|
onClick: e,
|
|
4250
|
-
children: /* @__PURE__ */ o(
|
|
4349
|
+
children: /* @__PURE__ */ o(Ol, {})
|
|
4251
4350
|
});
|
|
4252
|
-
},
|
|
4351
|
+
}, Zl = ({
|
|
4253
4352
|
isVisible: e,
|
|
4254
4353
|
onClick: t,
|
|
4255
4354
|
anchorElement: r
|
|
@@ -4260,10 +4359,10 @@ const Ol = (e, t) => {
|
|
|
4260
4359
|
sx: {
|
|
4261
4360
|
zIndex: 2
|
|
4262
4361
|
},
|
|
4263
|
-
children: /* @__PURE__ */ o(
|
|
4362
|
+
children: /* @__PURE__ */ o(Rl, {
|
|
4264
4363
|
onClick: t
|
|
4265
4364
|
})
|
|
4266
|
-
}),
|
|
4365
|
+
}), Wl = /* @__PURE__ */ _("div", {
|
|
4267
4366
|
target: "ednrf320",
|
|
4268
4367
|
label: "ChatBody"
|
|
4269
4368
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
@@ -4276,7 +4375,7 @@ const Ol = (e, t) => {
|
|
|
4276
4375
|
theme: e
|
|
4277
4376
|
}) => e.aiChat.body.paddingTop, ";padding-bottom:", ({
|
|
4278
4377
|
theme: e
|
|
4279
|
-
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
4378
|
+
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), ql = /* @__PURE__ */ _("div", {
|
|
4280
4379
|
target: "ednrf321",
|
|
4281
4380
|
label: "ChatFooter"
|
|
4282
4381
|
})("padding-left:", ({
|
|
@@ -4287,13 +4386,13 @@ const Ol = (e, t) => {
|
|
|
4287
4386
|
theme: e
|
|
4288
4387
|
}) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({
|
|
4289
4388
|
theme: e
|
|
4290
|
-
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
4389
|
+
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), Gl = /* @__PURE__ */ _("div", {
|
|
4291
4390
|
target: "ednrf322",
|
|
4292
4391
|
label: "FollowupQuestionsContainer"
|
|
4293
4392
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
4294
4393
|
theme: e
|
|
4295
4394
|
}) => e.aiChat.suggestions.gap, ";");
|
|
4296
|
-
function
|
|
4395
|
+
function Pl({
|
|
4297
4396
|
contextTitle: e,
|
|
4298
4397
|
onGoBack: t,
|
|
4299
4398
|
contextDetails: r
|
|
@@ -4308,11 +4407,11 @@ function Gl({
|
|
|
4308
4407
|
numOfRecommendations: x
|
|
4309
4408
|
} = re(), {
|
|
4310
4409
|
themeSettings: f
|
|
4311
|
-
} =
|
|
4410
|
+
} = D(), {
|
|
4312
4411
|
data: n,
|
|
4313
4412
|
isLoading: p,
|
|
4314
4413
|
isError: s
|
|
4315
|
-
} =
|
|
4414
|
+
} = ur({
|
|
4316
4415
|
contextTitle: e,
|
|
4317
4416
|
count: x
|
|
4318
4417
|
}), h = G(() => n == null ? void 0 : n.map((j) => j.nlqPrompt), [n]), {
|
|
@@ -4326,64 +4425,64 @@ function Gl({
|
|
|
4326
4425
|
} = to(e, r), {
|
|
4327
4426
|
mutate: L,
|
|
4328
4427
|
isLoading: R
|
|
4329
|
-
} =
|
|
4428
|
+
} = mr(A), [de, Q] = z(!1), [H, $] = z(!1), V = () => Q(!0), W = () => Q(!1), K = () => {
|
|
4330
4429
|
L(), W();
|
|
4331
4430
|
}, E = ce(null), U = ce(null), P = () => {
|
|
4332
4431
|
if (!(E != null && E.current))
|
|
4333
4432
|
return;
|
|
4334
4433
|
const {
|
|
4335
4434
|
scrollTop: j,
|
|
4336
|
-
clientHeight:
|
|
4435
|
+
clientHeight: B,
|
|
4337
4436
|
scrollHeight: Te
|
|
4338
4437
|
} = E.current;
|
|
4339
|
-
if (j === void 0 ||
|
|
4438
|
+
if (j === void 0 || B === void 0 || Te === void 0)
|
|
4340
4439
|
return;
|
|
4341
|
-
const Ne = Te - j -
|
|
4342
|
-
|
|
4440
|
+
const Ne = Te - j - B > B / 2;
|
|
4441
|
+
H !== Ne && $(Ne);
|
|
4343
4442
|
};
|
|
4344
4443
|
qe(() => {
|
|
4345
4444
|
E.current && (E.current.scrollTop = E.current.scrollHeight);
|
|
4346
4445
|
}, [m, de, C]);
|
|
4347
|
-
const F = ce(null), ae = c ? /* @__PURE__ */ o(
|
|
4446
|
+
const F = ce(null), ae = c ? /* @__PURE__ */ o(qr, {
|
|
4348
4447
|
ref: F,
|
|
4349
4448
|
title: e,
|
|
4350
|
-
leftNav: t && /* @__PURE__ */ o(
|
|
4449
|
+
leftNav: t && /* @__PURE__ */ o(_l, {
|
|
4351
4450
|
onClick: t,
|
|
4352
4451
|
color: f.aiChat.header.textColor
|
|
4353
4452
|
}),
|
|
4354
4453
|
style: f.aiChat.header
|
|
4355
4454
|
}) : null, xe = G(() => [...new Set(m.filter((j) => j.role === "user").filter((j) => !(h != null && h.includes(j.content))).map((j) => j.content).reverse())].slice(0, g), [m, g, h]);
|
|
4356
|
-
return (S == null ? void 0 : S.message) === d("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(
|
|
4357
|
-
children: [c && ae, /* @__PURE__ */ o(
|
|
4455
|
+
return (S == null ? void 0 : S.message) === d("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(Y, {
|
|
4456
|
+
children: [c && ae, /* @__PURE__ */ o(Er, {
|
|
4358
4457
|
text: S.message
|
|
4359
4458
|
})]
|
|
4360
|
-
}) : /* @__PURE__ */ v(
|
|
4361
|
-
children: [ae, /* @__PURE__ */ v(
|
|
4459
|
+
}) : /* @__PURE__ */ v(Y, {
|
|
4460
|
+
children: [ae, /* @__PURE__ */ v(Wl, {
|
|
4362
4461
|
ref: E,
|
|
4363
4462
|
theme: f,
|
|
4364
4463
|
onScroll: P,
|
|
4365
|
-
children: [/* @__PURE__ */ o(
|
|
4366
|
-
isVisible:
|
|
4464
|
+
children: [/* @__PURE__ */ o(Zl, {
|
|
4465
|
+
isVisible: H,
|
|
4367
4466
|
anchorElement: U.current,
|
|
4368
4467
|
onClick: () => {
|
|
4369
|
-
var j,
|
|
4370
|
-
(
|
|
4468
|
+
var j, B;
|
|
4469
|
+
(B = E.current) == null || B.scroll({
|
|
4371
4470
|
top: (j = E.current) == null ? void 0 : j.scrollHeight,
|
|
4372
4471
|
behavior: "smooth"
|
|
4373
4472
|
});
|
|
4374
4473
|
}
|
|
4375
|
-
}), /* @__PURE__ */ o(On, {}), /* @__PURE__ */ o(
|
|
4474
|
+
}), /* @__PURE__ */ o(On, {}), /* @__PURE__ */ o(Al, {
|
|
4376
4475
|
questions: h || [],
|
|
4377
4476
|
isLoading: p,
|
|
4378
4477
|
onSelection: y
|
|
4379
4478
|
}), S && /* @__PURE__ */ o(le, {
|
|
4380
4479
|
align: "left",
|
|
4381
4480
|
children: S.message
|
|
4382
|
-
}), M ? /* @__PURE__ */ o(Ue, {}) : /* @__PURE__ */ o(
|
|
4481
|
+
}), M ? /* @__PURE__ */ o(Ue, {}) : /* @__PURE__ */ o(wl, {
|
|
4383
4482
|
messages: m
|
|
4384
|
-
}), u && w && ((i = (a = w.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ o(
|
|
4483
|
+
}), u && w && ((i = (a = w.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ o(Gl, {
|
|
4385
4484
|
theme: f,
|
|
4386
|
-
children: (l = w.followupQuestions) == null ? void 0 : l.slice(0, 2).map((j,
|
|
4485
|
+
children: (l = w.followupQuestions) == null ? void 0 : l.slice(0, 2).map((j, B) => /* @__PURE__ */ o(Pe, {
|
|
4387
4486
|
align: "left",
|
|
4388
4487
|
onClick: () => {
|
|
4389
4488
|
y(j);
|
|
@@ -4392,12 +4491,12 @@ function Gl({
|
|
|
4392
4491
|
className: "csdk-py-[7px] csdk-px-4",
|
|
4393
4492
|
children: j
|
|
4394
4493
|
})
|
|
4395
|
-
},
|
|
4494
|
+
}, B))
|
|
4396
4495
|
}), (C || R) && /* @__PURE__ */ o(xt, {}), de && /* @__PURE__ */ o(qn, {
|
|
4397
4496
|
onCancel: W,
|
|
4398
4497
|
onConfirm: K
|
|
4399
4498
|
})]
|
|
4400
|
-
}), /* @__PURE__ */ v(
|
|
4499
|
+
}), /* @__PURE__ */ v(ql, {
|
|
4401
4500
|
ref: U,
|
|
4402
4501
|
theme: f,
|
|
4403
4502
|
children: [/* @__PURE__ */ o(vo, {
|
|
@@ -4409,25 +4508,25 @@ function Gl({
|
|
|
4409
4508
|
isLoading: p || M,
|
|
4410
4509
|
recommendationsError: s,
|
|
4411
4510
|
onChange: W
|
|
4412
|
-
}), /* @__PURE__ */ o(
|
|
4511
|
+
}), /* @__PURE__ */ o(jl, {
|
|
4413
4512
|
theme: f
|
|
4414
4513
|
})]
|
|
4415
4514
|
})]
|
|
4416
4515
|
});
|
|
4417
4516
|
}
|
|
4418
|
-
const
|
|
4517
|
+
const Bl = /* @__PURE__ */ _("button", {
|
|
4419
4518
|
target: "e5a38pw0",
|
|
4420
4519
|
label: "Container"
|
|
4421
4520
|
})("font-family:", ({
|
|
4422
4521
|
theme: e
|
|
4423
4522
|
}) => 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:", ({
|
|
4424
4523
|
theme: e
|
|
4425
|
-
}) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
4524
|
+
}) => e.aiChat.dataTopics.items.backgroundColor, ";"), Hl = /* @__PURE__ */ _("div", {
|
|
4426
4525
|
target: "e5a38pw1",
|
|
4427
4526
|
label: "Title"
|
|
4428
4527
|
})("font-size:1.05rem;line-height:28px;color:", ({
|
|
4429
4528
|
theme: e
|
|
4430
|
-
}) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
4529
|
+
}) => e.aiChat.dataTopics.items.textColor, ";"), Yl = /* @__PURE__ */ _("div", {
|
|
4431
4530
|
target: "e5a38pw2",
|
|
4432
4531
|
label: "Description"
|
|
4433
4532
|
})("font-size:", ({
|
|
@@ -4436,75 +4535,75 @@ const Pl = /* @__PURE__ */ _("button", {
|
|
|
4436
4535
|
theme: e
|
|
4437
4536
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
4438
4537
|
theme: e
|
|
4439
|
-
}) => er(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"),
|
|
4538
|
+
}) => er(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), Ul = /* @__PURE__ */ _("div", {
|
|
4440
4539
|
target: "e5a38pw3",
|
|
4441
4540
|
label: "IconContainer"
|
|
4442
4541
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
4443
|
-
function
|
|
4542
|
+
function Fl(e) {
|
|
4444
4543
|
const {
|
|
4445
4544
|
title: t,
|
|
4446
4545
|
description: r,
|
|
4447
4546
|
onClick: a
|
|
4448
4547
|
} = e, {
|
|
4449
4548
|
themeSettings: i
|
|
4450
|
-
} =
|
|
4451
|
-
return /* @__PURE__ */ v(
|
|
4549
|
+
} = D();
|
|
4550
|
+
return /* @__PURE__ */ v(Bl, {
|
|
4452
4551
|
onClick: a,
|
|
4453
4552
|
theme: i,
|
|
4454
4553
|
children: [/* @__PURE__ */ v("div", {
|
|
4455
|
-
children: [/* @__PURE__ */ o(
|
|
4554
|
+
children: [/* @__PURE__ */ o(Hl, {
|
|
4456
4555
|
theme: i,
|
|
4457
4556
|
children: t
|
|
4458
|
-
}), /* @__PURE__ */ o(
|
|
4557
|
+
}), /* @__PURE__ */ o(Yl, {
|
|
4459
4558
|
theme: i,
|
|
4460
4559
|
children: r
|
|
4461
4560
|
})]
|
|
4462
|
-
}), /* @__PURE__ */ o(
|
|
4463
|
-
children: /* @__PURE__ */ o(
|
|
4561
|
+
}), /* @__PURE__ */ o(Ul, {
|
|
4562
|
+
children: /* @__PURE__ */ o(Wr, {
|
|
4464
4563
|
color: i.aiChat.icons.color
|
|
4465
4564
|
})
|
|
4466
4565
|
})]
|
|
4467
4566
|
});
|
|
4468
4567
|
}
|
|
4469
|
-
const
|
|
4568
|
+
const Ql = /* @__PURE__ */ _("div", {
|
|
4470
4569
|
target: "emrh5y30",
|
|
4471
4570
|
label: "FlexContainer"
|
|
4472
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
4571
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), $l = /* @__PURE__ */ _("div", {
|
|
4473
4572
|
target: "emrh5y31",
|
|
4474
4573
|
label: "Title"
|
|
4475
4574
|
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({
|
|
4476
4575
|
theme: e
|
|
4477
|
-
}) => e.aiChat.primaryTextColor, ";"),
|
|
4576
|
+
}) => e.aiChat.primaryTextColor, ";"), Vl = /* @__PURE__ */ _("div", {
|
|
4478
4577
|
target: "emrh5y32",
|
|
4479
4578
|
label: "Subtitle"
|
|
4480
4579
|
})("font-size:15px;line-height:22px;color:", ({
|
|
4481
4580
|
theme: e
|
|
4482
4581
|
}) => e.aiChat.primaryTextColor, ";");
|
|
4483
|
-
function
|
|
4582
|
+
function Jl(e) {
|
|
4484
4583
|
const {
|
|
4485
4584
|
dataTopics: t
|
|
4486
4585
|
} = e, {
|
|
4487
4586
|
themeSettings: r
|
|
4488
|
-
} =
|
|
4587
|
+
} = D(), {
|
|
4489
4588
|
t: a
|
|
4490
4589
|
} = O();
|
|
4491
|
-
return /* @__PURE__ */ v(
|
|
4492
|
-
children: [/* @__PURE__ */ o(
|
|
4590
|
+
return /* @__PURE__ */ v(Ql, {
|
|
4591
|
+
children: [/* @__PURE__ */ o($l, {
|
|
4493
4592
|
theme: r,
|
|
4494
4593
|
children: a("ai.dataTopics")
|
|
4495
|
-
}), /* @__PURE__ */ v(
|
|
4594
|
+
}), /* @__PURE__ */ v(Vl, {
|
|
4496
4595
|
theme: r,
|
|
4497
4596
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ o("br", {}), /* @__PURE__ */ o("br", {}), a("ai.topicSelectPrompt")]
|
|
4498
|
-
}), t.map((i) => /* @__PURE__ */
|
|
4597
|
+
}), t.map((i) => /* @__PURE__ */ Ea(Fl, T(I({}, i), {
|
|
4499
4598
|
key: i.title
|
|
4500
4599
|
})))]
|
|
4501
4600
|
});
|
|
4502
4601
|
}
|
|
4503
|
-
const
|
|
4504
|
-
function
|
|
4602
|
+
const Xl = "#000000", Kl = "#FFFFFF";
|
|
4603
|
+
function ed({
|
|
4505
4604
|
isDarkBackground: e = !1
|
|
4506
4605
|
}) {
|
|
4507
|
-
const t = e ?
|
|
4606
|
+
const t = e ? Kl : Xl;
|
|
4508
4607
|
return /* @__PURE__ */ v("svg", {
|
|
4509
4608
|
width: "32",
|
|
4510
4609
|
height: "32",
|
|
@@ -4562,16 +4661,16 @@ function Kl({
|
|
|
4562
4661
|
})]
|
|
4563
4662
|
});
|
|
4564
4663
|
}
|
|
4565
|
-
const
|
|
4664
|
+
const td = /* @__PURE__ */ _("div", {
|
|
4566
4665
|
target: "ealudtn0",
|
|
4567
4666
|
label: "LogoContainer"
|
|
4568
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
4667
|
+
})("margin-left:14px;margin-top:3px;"), rd = /* @__PURE__ */ _("div", {
|
|
4569
4668
|
target: "ealudtn1",
|
|
4570
4669
|
label: "DataTopicsContainer"
|
|
4571
4670
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({
|
|
4572
4671
|
theme: e
|
|
4573
4672
|
}) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
4574
|
-
function
|
|
4673
|
+
function ad({
|
|
4575
4674
|
dataTopicsList: e,
|
|
4576
4675
|
onDataTopicClick: t
|
|
4577
4676
|
}) {
|
|
@@ -4579,30 +4678,30 @@ function rd({
|
|
|
4579
4678
|
enableHeader: r
|
|
4580
4679
|
} = re(), {
|
|
4581
4680
|
themeSettings: a
|
|
4582
|
-
} =
|
|
4681
|
+
} = D(), {
|
|
4583
4682
|
t: i
|
|
4584
4683
|
} = O(), l = G(() => e == null ? void 0 : e.map((u) => ({
|
|
4585
4684
|
title: u,
|
|
4586
4685
|
onClick: () => t(u)
|
|
4587
|
-
})), [e, t]), d =
|
|
4588
|
-
return /* @__PURE__ */ v(
|
|
4589
|
-
children: [r ? /* @__PURE__ */ o(
|
|
4686
|
+
})), [e, t]), d = Ia(Da(a.aiChat.header.backgroundColor)) > 0.5;
|
|
4687
|
+
return /* @__PURE__ */ v(Y, {
|
|
4688
|
+
children: [r ? /* @__PURE__ */ o(qr, {
|
|
4590
4689
|
title: i("ai.analyticsChatbot"),
|
|
4591
|
-
leftNav: /* @__PURE__ */ o(
|
|
4592
|
-
children: /* @__PURE__ */ o(
|
|
4690
|
+
leftNav: /* @__PURE__ */ o(td, {
|
|
4691
|
+
children: /* @__PURE__ */ o(ed, {
|
|
4593
4692
|
isDarkBackground: d
|
|
4594
4693
|
})
|
|
4595
4694
|
}),
|
|
4596
4695
|
style: a.aiChat.header
|
|
4597
|
-
}) : null, /* @__PURE__ */ v(
|
|
4696
|
+
}) : null, /* @__PURE__ */ v(rd, {
|
|
4598
4697
|
theme: a,
|
|
4599
|
-
children: [!l && /* @__PURE__ */ o(Ue, {}), l && /* @__PURE__ */ o(
|
|
4698
|
+
children: [!l && /* @__PURE__ */ o(Ue, {}), l && /* @__PURE__ */ o(Jl, {
|
|
4600
4699
|
dataTopics: l
|
|
4601
4700
|
})]
|
|
4602
4701
|
})]
|
|
4603
4702
|
});
|
|
4604
4703
|
}
|
|
4605
|
-
function
|
|
4704
|
+
function id() {
|
|
4606
4705
|
const [e, t] = z(), [r, a] = z(), {
|
|
4607
4706
|
data: i,
|
|
4608
4707
|
fetchStatus: l
|
|
@@ -4619,25 +4718,25 @@ function ad() {
|
|
|
4619
4718
|
return x(s), s;
|
|
4620
4719
|
}
|
|
4621
4720
|
return [];
|
|
4622
|
-
}, [i, l, d, x]), n =
|
|
4721
|
+
}, [i, l, d, x]), n = Ie(), p = N(() => {
|
|
4623
4722
|
a(void 0), n.invalidateQueries(["getDataTopics"]);
|
|
4624
4723
|
}, [n]);
|
|
4625
|
-
return r ? /* @__PURE__ */ o(
|
|
4724
|
+
return r ? /* @__PURE__ */ o(Er, {
|
|
4626
4725
|
text: r,
|
|
4627
4726
|
action: {
|
|
4628
4727
|
text: c("ai.buttons.refresh"),
|
|
4629
4728
|
onClick: p
|
|
4630
4729
|
}
|
|
4631
|
-
}) : f.length === 1 && !e ? /* @__PURE__ */ o(Ue, {}) : e ? /* @__PURE__ */ o(
|
|
4730
|
+
}) : f.length === 1 && !e ? /* @__PURE__ */ o(Ue, {}) : e ? /* @__PURE__ */ o(Pl, {
|
|
4632
4731
|
contextTitle: e,
|
|
4633
4732
|
contextDetails: u,
|
|
4634
4733
|
onGoBack: f.length === 1 ? void 0 : () => t(void 0)
|
|
4635
|
-
}) : /* @__PURE__ */ o(
|
|
4734
|
+
}) : /* @__PURE__ */ o(ad, {
|
|
4636
4735
|
dataTopicsList: f,
|
|
4637
4736
|
onDataTopicClick: (s) => t(s)
|
|
4638
4737
|
});
|
|
4639
4738
|
}
|
|
4640
|
-
const
|
|
4739
|
+
const kd = $t({
|
|
4641
4740
|
componentName: "Chatbot"
|
|
4642
4741
|
})((e) => {
|
|
4643
4742
|
const {
|
|
@@ -4646,7 +4745,7 @@ const xd = $t({
|
|
|
4646
4745
|
config: a
|
|
4647
4746
|
} = e, {
|
|
4648
4747
|
themeSettings: i
|
|
4649
|
-
} =
|
|
4748
|
+
} = D();
|
|
4650
4749
|
return /* @__PURE__ */ o(Fi, {
|
|
4651
4750
|
value: a ?? {},
|
|
4652
4751
|
children: /* @__PURE__ */ o(no, {
|
|
@@ -4655,21 +4754,21 @@ const xd = $t({
|
|
|
4655
4754
|
height: r,
|
|
4656
4755
|
theme: i,
|
|
4657
4756
|
tabIndex: 0,
|
|
4658
|
-
children: /* @__PURE__ */ o(
|
|
4757
|
+
children: /* @__PURE__ */ o(id, {})
|
|
4659
4758
|
})
|
|
4660
4759
|
});
|
|
4661
|
-
}),
|
|
4760
|
+
}), yd = $t({
|
|
4662
4761
|
componentName: "GetNlgInsights"
|
|
4663
4762
|
})(function(e) {
|
|
4664
4763
|
const {
|
|
4665
4764
|
data: t,
|
|
4666
4765
|
isLoading: r,
|
|
4667
4766
|
isError: a
|
|
4668
|
-
} =
|
|
4767
|
+
} = Ye(e), {
|
|
4669
4768
|
t: i
|
|
4670
4769
|
} = O();
|
|
4671
4770
|
if (a)
|
|
4672
|
-
return /* @__PURE__ */ o(
|
|
4771
|
+
return /* @__PURE__ */ o(Y, {
|
|
4673
4772
|
children: i("ai.errors.unexpected")
|
|
4674
4773
|
});
|
|
4675
4774
|
const l = t ?? i("ai.errors.insightsNotAvailable");
|
|
@@ -4677,7 +4776,7 @@ const xd = $t({
|
|
|
4677
4776
|
text: r ? "Loading..." : l
|
|
4678
4777
|
});
|
|
4679
4778
|
});
|
|
4680
|
-
function
|
|
4779
|
+
function od({
|
|
4681
4780
|
theme: e
|
|
4682
4781
|
}) {
|
|
4683
4782
|
const t = e.general.brandColor;
|
|
@@ -4705,33 +4804,33 @@ function id({
|
|
|
4705
4804
|
})]
|
|
4706
4805
|
});
|
|
4707
4806
|
}
|
|
4708
|
-
const
|
|
4807
|
+
const nd = /* @__PURE__ */ _("div", {
|
|
4709
4808
|
target: "eit37yz0",
|
|
4710
4809
|
label: "FlexDiv"
|
|
4711
4810
|
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({
|
|
4712
4811
|
theme: e
|
|
4713
4812
|
}) => e.chart.textColor, ";background-color:", ({
|
|
4714
4813
|
theme: e
|
|
4715
|
-
}) => e.chart.backgroundColor, ";"),
|
|
4814
|
+
}) => e.chart.backgroundColor, ";"), ld = /* @__PURE__ */ _("div", {
|
|
4716
4815
|
target: "eit37yz1",
|
|
4717
4816
|
label: "IconDiv"
|
|
4718
|
-
})("align-self:flex-start;"),
|
|
4817
|
+
})("align-self:flex-start;"), dd = ({
|
|
4719
4818
|
summary: e,
|
|
4720
4819
|
nlgRequest: t
|
|
4721
4820
|
}) => {
|
|
4722
4821
|
const {
|
|
4723
4822
|
themeSettings: r
|
|
4724
|
-
} =
|
|
4823
|
+
} = D();
|
|
4725
4824
|
return /* @__PURE__ */ o(lt, {
|
|
4726
4825
|
sourceId: t.jaql.datasource.title,
|
|
4727
4826
|
data: t,
|
|
4728
4827
|
type: "chart/insights",
|
|
4729
4828
|
buttonVisibility: "always",
|
|
4730
|
-
renderContent: (a) => /* @__PURE__ */ v(
|
|
4829
|
+
renderContent: (a) => /* @__PURE__ */ v(nd, {
|
|
4731
4830
|
theme: r,
|
|
4732
|
-
children: [/* @__PURE__ */ o(
|
|
4831
|
+
children: [/* @__PURE__ */ o(ld, {
|
|
4733
4832
|
theme: r,
|
|
4734
|
-
children: /* @__PURE__ */ o(
|
|
4833
|
+
children: /* @__PURE__ */ o(od, {
|
|
4735
4834
|
theme: r
|
|
4736
4835
|
})
|
|
4737
4836
|
}), /* @__PURE__ */ o(yt, {
|
|
@@ -4739,20 +4838,20 @@ const od = /* @__PURE__ */ _("div", {
|
|
|
4739
4838
|
}), a]
|
|
4740
4839
|
})
|
|
4741
4840
|
});
|
|
4742
|
-
},
|
|
4841
|
+
}, wd = ({
|
|
4743
4842
|
nlqResponse: e,
|
|
4744
4843
|
onDataReady: t,
|
|
4745
4844
|
styleOptions: r,
|
|
4746
4845
|
filters: a = []
|
|
4747
4846
|
}) => {
|
|
4748
|
-
e.queryTitle =
|
|
4847
|
+
e.queryTitle = xa(e.queryTitle);
|
|
4749
4848
|
const {
|
|
4750
4849
|
connectToWidgetProps: i
|
|
4751
|
-
} =
|
|
4850
|
+
} = ka({
|
|
4752
4851
|
initialFilters: a
|
|
4753
4852
|
}), [l, d] = z(null);
|
|
4754
4853
|
be(() => {
|
|
4755
|
-
const f =
|
|
4854
|
+
const f = De(e, {
|
|
4756
4855
|
useCustomizedStyleOptions: !0
|
|
4757
4856
|
});
|
|
4758
4857
|
if (!f)
|
|
@@ -4767,9 +4866,9 @@ const od = /* @__PURE__ */ _("div", {
|
|
|
4767
4866
|
}
|
|
4768
4867
|
}, [e, i, r]);
|
|
4769
4868
|
const u = G(() => {
|
|
4770
|
-
const f = l && We(l) ?
|
|
4771
|
-
return T(
|
|
4772
|
-
jaql: T(
|
|
4869
|
+
const f = l && We(l) ? ya(l == null ? void 0 : l.filters) : [], n = e.jaql.metadata.filter((p) => !p.jaql.filter).concat(f.filter((p) => !p.config.disabled).map((p) => p.jaql()));
|
|
4870
|
+
return T(I({}, e), {
|
|
4871
|
+
jaql: T(I({}, e.jaql), {
|
|
4773
4872
|
metadata: n
|
|
4774
4873
|
}),
|
|
4775
4874
|
verbosity: "Low"
|
|
@@ -4778,16 +4877,16 @@ const od = /* @__PURE__ */ _("div", {
|
|
|
4778
4877
|
data: c,
|
|
4779
4878
|
isLoading: g,
|
|
4780
4879
|
isError: x
|
|
4781
|
-
} =
|
|
4782
|
-
return g || !l ? /* @__PURE__ */ o(xt, {}) : We(l) ? /* @__PURE__ */ o(Ce, T(
|
|
4880
|
+
} = Ye(u);
|
|
4881
|
+
return g || !l ? /* @__PURE__ */ o(xt, {}) : We(l) ? /* @__PURE__ */ o(Ce, T(I({}, l), {
|
|
4783
4882
|
highlightSelectionDisabled: !0,
|
|
4784
4883
|
onDataReady: t,
|
|
4785
|
-
topSlot: c && !x && /* @__PURE__ */ o(
|
|
4884
|
+
topSlot: c && !x && /* @__PURE__ */ o(dd, {
|
|
4786
4885
|
nlgRequest: u,
|
|
4787
4886
|
summary: c
|
|
4788
4887
|
})
|
|
4789
|
-
})) : /* @__PURE__ */ o(
|
|
4790
|
-
},
|
|
4888
|
+
})) : /* @__PURE__ */ o(Y, {});
|
|
4889
|
+
}, sd = new Ft({
|
|
4791
4890
|
defaultOptions: {
|
|
4792
4891
|
queries: {
|
|
4793
4892
|
refetchOnWindowFocus: !1,
|
|
@@ -4795,15 +4894,15 @@ const od = /* @__PURE__ */ _("div", {
|
|
|
4795
4894
|
}
|
|
4796
4895
|
}
|
|
4797
4896
|
});
|
|
4798
|
-
function
|
|
4897
|
+
function _d({
|
|
4799
4898
|
children: e,
|
|
4800
4899
|
context: t
|
|
4801
4900
|
}) {
|
|
4802
|
-
return /* @__PURE__ */ o(
|
|
4901
|
+
return /* @__PURE__ */ o(pr, {
|
|
4803
4902
|
children: /* @__PURE__ */ o(pt.Provider, {
|
|
4804
4903
|
value: t == null ? void 0 : t.api,
|
|
4805
4904
|
children: /* @__PURE__ */ o(Jt, {
|
|
4806
|
-
client:
|
|
4905
|
+
client: sd,
|
|
4807
4906
|
children: e
|
|
4808
4907
|
})
|
|
4809
4908
|
})
|
|
@@ -4814,28 +4913,28 @@ function wd({
|
|
|
4814
4913
|
try {
|
|
4815
4914
|
if (typeof document < "u") {
|
|
4816
4915
|
var t = document.createElement("style");
|
|
4817
|
-
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.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,.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-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.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}.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}.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}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.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;width:1px}.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,.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)}.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}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.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{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.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;background-color:#0284ff}.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:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.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}._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__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{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):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__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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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 .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(t);
|
|
4916
|
+
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.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,.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-\\[8px\\]{margin-left:8px}.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-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.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}.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}.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}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.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;width:1px}.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,.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)}.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}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.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{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.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;background-color:#0284ff}.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:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.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}._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__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{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):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__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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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 .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(t);
|
|
4818
4917
|
}
|
|
4819
4918
|
} catch (r) {
|
|
4820
4919
|
console.error("vite-plugin-css-injected-by-js", r);
|
|
4821
4920
|
}
|
|
4822
4921
|
})();
|
|
4823
4922
|
export {
|
|
4824
|
-
|
|
4923
|
+
gd as AiContextProvider,
|
|
4825
4924
|
Ri as ChatRestApi,
|
|
4826
|
-
|
|
4827
|
-
|
|
4925
|
+
kd as Chatbot,
|
|
4926
|
+
_d as CustomAiContextProvider,
|
|
4828
4927
|
Ui as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4928
|
+
yd as GetNlgInsights,
|
|
4929
|
+
Bi as NLQ_RESULT_CHART_TYPES,
|
|
4930
|
+
wd as NlqChartWidget,
|
|
4832
4931
|
Gi as prepareGetNlgInsightsPayload,
|
|
4833
|
-
|
|
4932
|
+
Hi as prepareGetNlqResultPayload,
|
|
4834
4933
|
to as useChatSession,
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4934
|
+
xd as useFinalNlqResponse,
|
|
4935
|
+
hd as useGetNlgInsights,
|
|
4936
|
+
md as useGetNlqResult,
|
|
4937
|
+
fd as useGetQueryRecommendations,
|
|
4938
|
+
bd as useLastNlqResponse,
|
|
4939
|
+
ud as widgetComposer
|
|
4841
4940
|
};
|