@sisense/sdk-ui-preact 2.16.1 → 2.18.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 +75 -75
- package/dist/ai.js +739 -696
- package/dist/index.cjs +985 -261
- package/dist/index.js +46756 -11691
- package/dist/use-common-filters-BhFFlOqU-54a7d1ff.cjs +793 -0
- package/dist/use-common-filters-BhFFlOqU-f3e47b84.js +68759 -0
- package/package.json +3 -3
- package/dist/use-common-filters-CCeRLdGB-8ba2c469.js +0 -99116
- package/dist/use-common-filters-CCeRLdGB-c7cc3d27.cjs +0 -1514
package/dist/ai.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { w as Ke, b as Jt,
|
|
2
|
-
let
|
|
1
|
+
import { w as Ke, b as Jt, cy as na, fQ as la, fR as sa, fS as da, fT as ca, fU as pa, fV as ua, M as Ae, c9 as Le, c7 as ga, da as ha, cf as ma, bT as P, fW as De, aX as ht, cO as nt, by as fa, aQ as We, fX as ba, fY as xa, cS as Xt, ag as ka, fc as ya, S as Kt, K as Qe, aB as er, l as _, a3 as W, t as tr, a4 as wa, g as Fe, fZ as _a, f_ as Ca, a8 as be, f$ as rr, a9 as va, i as f, a2 as ar, ay as Sa, ab as ir, j as or, F as D, k as n, q as E, P as H, g0 as Ma, aU as Ia, aK as Da, T as q, b$ as ke, H as j, aR as mt, C as R, y as ye, m as v, ao as Aa, c2 as La, A as ue, g1 as Ta, aO as _e, ai as et, u as Ce, g2 as Na, g3 as ja, cb as Oa, cd as Ea, db as Ie, dT as nr, x as ft, n as za, g4 as Ne, cw as Ra, g5 as At, a as Be, g6 as Za, g7 as $a, g8 as lr, g9 as Wa, ga as qa, d6 as Pa, d7 as Ga, cL as sr, cE as Ba, gb as Ya, gc as Ha, gd as Ua, bc as Qa, ge as Fa, e6 as Va, bB as Ja, gf as Xa, dl as dr, gg as Ka, cD as ei, cC as ti, am as ri, _ as ai, eT as ii, dj as oi, gh as ni } from "./use-common-filters-BhFFlOqU-f3e47b84.js";
|
|
2
|
+
let cr = class extends Jt {
|
|
3
3
|
constructor(t, r) {
|
|
4
4
|
var a;
|
|
5
|
-
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.__serializable = "JaqlElement", 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 =
|
|
5
|
+
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.__serializable = "JaqlElement", 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 = na(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
6
6
|
}
|
|
7
7
|
get id() {
|
|
8
8
|
return this.expression;
|
|
@@ -18,23 +18,23 @@ let dr = class extends Jt {
|
|
|
18
18
|
return t.metadataItem = this.metadataItem, t.type = this.type, t;
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
|
-
const
|
|
21
|
+
const li = {
|
|
22
22
|
text: Ke.TextAttribute,
|
|
23
23
|
numeric: Ke.NumericAttribute,
|
|
24
24
|
datetime: Ke.DateLevel
|
|
25
25
|
};
|
|
26
|
-
function
|
|
26
|
+
function si(e) {
|
|
27
27
|
var t;
|
|
28
|
-
return new
|
|
28
|
+
return new cr(e, (t = li[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function pr(e) {
|
|
31
31
|
const {
|
|
32
32
|
jaql: t
|
|
33
33
|
} = e;
|
|
34
34
|
if (t.formula)
|
|
35
|
-
return
|
|
36
|
-
const r =
|
|
37
|
-
return "agg" in t && t.dim && t.datatype ?
|
|
35
|
+
return la(t);
|
|
36
|
+
const r = sa(t);
|
|
37
|
+
return "agg" in t && t.dim && t.datatype ? da({
|
|
38
38
|
expression: t.dim,
|
|
39
39
|
dataType: t.datatype,
|
|
40
40
|
agg: t.agg || "",
|
|
@@ -43,7 +43,7 @@ function cr(e) {
|
|
|
43
43
|
sort: t.sort,
|
|
44
44
|
title: t.title,
|
|
45
45
|
dataSource: t.datasource
|
|
46
|
-
}) : t.dim && t.datatype ?
|
|
46
|
+
}) : t.dim && t.datatype ? ca({
|
|
47
47
|
expression: t.dim,
|
|
48
48
|
dataType: t.datatype,
|
|
49
49
|
granularity: r,
|
|
@@ -51,43 +51,43 @@ function cr(e) {
|
|
|
51
51
|
title: t.title,
|
|
52
52
|
panel: e.panel,
|
|
53
53
|
dataSource: t.datasource
|
|
54
|
-
}) :
|
|
54
|
+
}) : si(e);
|
|
55
55
|
}
|
|
56
|
-
const
|
|
57
|
-
var
|
|
56
|
+
const di = (e) => "dashboardOid" in e && "widgetOid" in e;
|
|
57
|
+
var ci = Object.defineProperty, pi = Object.defineProperties, ui = Object.getOwnPropertyDescriptors, Ye = Object.getOwnPropertySymbols, ur = Object.prototype.hasOwnProperty, gr = Object.prototype.propertyIsEnumerable, Lt = (e, t, r) => t in e ? ci(e, t, {
|
|
58
58
|
enumerable: !0,
|
|
59
59
|
configurable: !0,
|
|
60
60
|
writable: !0,
|
|
61
61
|
value: r
|
|
62
62
|
}) : e[t] = r, O = (e, t) => {
|
|
63
63
|
for (var r in t || (t = {}))
|
|
64
|
-
|
|
65
|
-
if (
|
|
66
|
-
for (var r of
|
|
67
|
-
|
|
64
|
+
ur.call(t, r) && Lt(e, r, t[r]);
|
|
65
|
+
if (Ye)
|
|
66
|
+
for (var r of Ye(t))
|
|
67
|
+
gr.call(t, r) && Lt(e, r, t[r]);
|
|
68
68
|
return e;
|
|
69
|
-
}, te = (e, t) =>
|
|
69
|
+
}, te = (e, t) => pi(e, ui(t)), gi = (e, t) => {
|
|
70
70
|
var r = {};
|
|
71
71
|
for (var a in e)
|
|
72
|
-
|
|
73
|
-
if (e != null &&
|
|
74
|
-
for (var a of
|
|
75
|
-
t.indexOf(a) < 0 &&
|
|
72
|
+
ur.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
73
|
+
if (e != null && Ye)
|
|
74
|
+
for (var a of Ye(e))
|
|
75
|
+
t.indexOf(a) < 0 && gr.call(e, a) && (r[a] = e[a]);
|
|
76
76
|
return r;
|
|
77
77
|
};
|
|
78
|
-
function
|
|
78
|
+
function hi(e) {
|
|
79
79
|
return e.replace(/\s+/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function mi(e) {
|
|
82
82
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
83
83
|
}
|
|
84
|
-
function
|
|
85
|
-
if (![...
|
|
84
|
+
function hr(e) {
|
|
85
|
+
if (![...ua, "pivot", "pivot2"].includes(e))
|
|
86
86
|
throw new Ae("errors.chartTypeNotSupported", {
|
|
87
87
|
chartType: e
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function fi(e) {
|
|
91
91
|
return "widgetType" in e && e.widgetType === "pivot";
|
|
92
92
|
}
|
|
93
93
|
function fe(e) {
|
|
@@ -96,12 +96,12 @@ function fe(e) {
|
|
|
96
96
|
}
|
|
97
97
|
function Tt(e) {
|
|
98
98
|
const t = "measures" in e && ee(e.measures) || "values" in e && ee(e.values);
|
|
99
|
-
return
|
|
99
|
+
return fi(e) ? "values" in e.dataOptions && ee(e.dataOptions.values) : "chartType" in e ? e.chartType === "indicator" ? "value" in e.dataOptions && ee(e.dataOptions.value) || "secondary" in e.dataOptions && ee(e.dataOptions.secondary) : e.chartType === "table" ? !("columns" in e.dataOptions) || !ee(e.dataOptions.columns) ? !1 : e.dataOptions.columns.some((r) => fe(r)) : e.chartType === "boxplot" ? !1 : e.chartType === "scatter" ? "x" in e.dataOptions && e.dataOptions.x !== void 0 && fe(e.dataOptions.x) || "y" in e.dataOptions && e.dataOptions.y !== void 0 && fe(e.dataOptions.y) || "size" in e.dataOptions && e.dataOptions.size !== void 0 : e.chartType === "scattermap" ? "colorBy" in e.dataOptions && e.dataOptions.colorBy !== void 0 && fe(e.dataOptions.colorBy) || "details" in e.dataOptions && e.dataOptions.details !== void 0 && fe(e.dataOptions.details) || "size" in e.dataOptions && e.dataOptions.size !== void 0 && fe(e.dataOptions.size) : e.chartType === "areamap" ? "geo" in e.dataOptions && ee(e.dataOptions.geo) && "color" in e.dataOptions && ee(e.dataOptions.color) : "value" in e.dataOptions && ee(e.dataOptions.value) : t;
|
|
100
100
|
}
|
|
101
101
|
function ee(e) {
|
|
102
102
|
return Array.isArray(e) && e.length > 0;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function bi(e) {
|
|
105
105
|
const t = e.split(`
|
|
106
106
|
`);
|
|
107
107
|
for (let r = 0; r < t.length - 1; r++)
|
|
@@ -115,7 +115,7 @@ function gi(e) {
|
|
|
115
115
|
return t.join(`
|
|
116
116
|
`);
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function xi(e) {
|
|
119
119
|
const t = (a) => /^[$A-Z_][0-9A-Z_$]*$/i.test(a);
|
|
120
120
|
if ("composeCode" in e)
|
|
121
121
|
return e;
|
|
@@ -126,7 +126,7 @@ function hi(e) {
|
|
|
126
126
|
}
|
|
127
127
|
return r;
|
|
128
128
|
}
|
|
129
|
-
const
|
|
129
|
+
const ki = {
|
|
130
130
|
react: {
|
|
131
131
|
baseChartTmpl: `import { {{componentString}} } from '@sisense/sdk-ui';
|
|
132
132
|
{{extraImportsString}}
|
|
@@ -581,10 +581,10 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
581
581
|
</template>`,
|
|
582
582
|
dashboardTmpl: "/** COMING SOON */"
|
|
583
583
|
}
|
|
584
|
-
},
|
|
585
|
-
const a =
|
|
586
|
-
return
|
|
587
|
-
},
|
|
584
|
+
}, mr = (e, t) => ki[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => mr(`${a}Tmpl`, t)), yi = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), lt = (e, t, r = "react") => {
|
|
585
|
+
const a = mr(e, r);
|
|
586
|
+
return bi(yi(a, t));
|
|
587
|
+
}, wi = () => Object.values(xa).map((e) => Xt.aggregationToJAQL(e)).join("|"), fr = (e) => {
|
|
588
588
|
const {
|
|
589
589
|
formula: t,
|
|
590
590
|
context: r,
|
|
@@ -598,7 +598,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
598
598
|
const l = i[0];
|
|
599
599
|
if (typeof l != "string")
|
|
600
600
|
return e;
|
|
601
|
-
const s = r[`${l}`], u =
|
|
601
|
+
const s = r[`${l}`], u = wi(), c = new RegExp(`^\\s*(${u})\\(\\[\\w+\\]\\)$`), g = t.match(c);
|
|
602
602
|
if (g && t.includes(l)) {
|
|
603
603
|
const b = g[1];
|
|
604
604
|
return O({
|
|
@@ -613,16 +613,16 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
613
613
|
} : {});
|
|
614
614
|
}
|
|
615
615
|
return e;
|
|
616
|
-
},
|
|
616
|
+
}, qe = (e) => {
|
|
617
617
|
let t = e;
|
|
618
|
-
if ("formula" in e && (t =
|
|
618
|
+
if ("formula" in e && (t = fr(e)), "context" in t) {
|
|
619
619
|
const r = O({}, t.context);
|
|
620
620
|
Object.keys(r).forEach((a) => {
|
|
621
|
-
r[`${a}`] =
|
|
621
|
+
r[`${a}`] = qe(r[`${a}`]);
|
|
622
622
|
}), t.context = r;
|
|
623
623
|
}
|
|
624
624
|
return t;
|
|
625
|
-
},
|
|
625
|
+
}, _i = (e) => {
|
|
626
626
|
var t;
|
|
627
627
|
const r = e;
|
|
628
628
|
if (r.panel !== "scope")
|
|
@@ -630,26 +630,26 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
630
630
|
const {
|
|
631
631
|
jaql: a
|
|
632
632
|
} = r;
|
|
633
|
-
return (t = a.filter) != null && t.by && (a.filter.by =
|
|
633
|
+
return (t = a.filter) != null && t.by && (a.filter.by = fr(a.filter.by)), te(O({}, r), {
|
|
634
634
|
jaql: a
|
|
635
635
|
});
|
|
636
|
-
},
|
|
636
|
+
}, Ci = (e) => {
|
|
637
637
|
let t = e;
|
|
638
|
-
t =
|
|
638
|
+
t = _i(t);
|
|
639
639
|
const {
|
|
640
640
|
jaql: r,
|
|
641
641
|
measure: a,
|
|
642
642
|
by: i
|
|
643
643
|
} = t;
|
|
644
644
|
return O(O(te(O({}, t), {
|
|
645
|
-
jaql:
|
|
645
|
+
jaql: qe(r)
|
|
646
646
|
}), i ? {
|
|
647
|
-
by:
|
|
647
|
+
by: qe(i)
|
|
648
648
|
} : {}), a ? {
|
|
649
|
-
measure:
|
|
649
|
+
measure: qe(a)
|
|
650
650
|
} : {});
|
|
651
|
-
},
|
|
652
|
-
function
|
|
651
|
+
}, Pe = 6;
|
|
652
|
+
function vi(e) {
|
|
653
653
|
switch (e) {
|
|
654
654
|
case "line":
|
|
655
655
|
case "area":
|
|
@@ -699,7 +699,7 @@ function yi(e) {
|
|
|
699
699
|
return {};
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
|
-
const
|
|
702
|
+
const Si = {
|
|
703
703
|
subtype: "indicator/numeric",
|
|
704
704
|
numericSubtype: "numericSimple",
|
|
705
705
|
skin: "vertical",
|
|
@@ -718,7 +718,7 @@ const wi = {
|
|
|
718
718
|
shouldBeShown: !1
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
-
},
|
|
721
|
+
}, Mi = {
|
|
722
722
|
legend: {
|
|
723
723
|
enabled: !0,
|
|
724
724
|
position: "bottom"
|
|
@@ -784,7 +784,7 @@ const wi = {
|
|
|
784
784
|
navigator: {
|
|
785
785
|
enabled: !0
|
|
786
786
|
}
|
|
787
|
-
},
|
|
787
|
+
}, Ii = {
|
|
788
788
|
subtype: "line/basic",
|
|
789
789
|
lineWidth: {
|
|
790
790
|
width: "bold"
|
|
@@ -794,7 +794,7 @@ const wi = {
|
|
|
794
794
|
size: "small",
|
|
795
795
|
fill: "filled"
|
|
796
796
|
}
|
|
797
|
-
},
|
|
797
|
+
}, Di = {
|
|
798
798
|
subtype: "area/basic",
|
|
799
799
|
lineWidth: {
|
|
800
800
|
width: "bold"
|
|
@@ -804,11 +804,11 @@ const wi = {
|
|
|
804
804
|
size: "small",
|
|
805
805
|
fill: "filled"
|
|
806
806
|
}
|
|
807
|
-
},
|
|
807
|
+
}, Ai = {
|
|
808
808
|
subtype: "bar/classic"
|
|
809
|
-
},
|
|
809
|
+
}, Li = {
|
|
810
810
|
subtype: "column/classic"
|
|
811
|
-
},
|
|
811
|
+
}, Ti = {
|
|
812
812
|
subtype: "polar/column",
|
|
813
813
|
yAxis: {
|
|
814
814
|
enabled: !0,
|
|
@@ -831,9 +831,9 @@ const wi = {
|
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
833
|
function ve(e) {
|
|
834
|
-
return
|
|
834
|
+
return ka({}, Mi, e);
|
|
835
835
|
}
|
|
836
|
-
const
|
|
836
|
+
const Ni = {
|
|
837
837
|
subtype: "pie/classic",
|
|
838
838
|
legend: {
|
|
839
839
|
enabled: !1,
|
|
@@ -856,7 +856,7 @@ const Di = {
|
|
|
856
856
|
minimalIndependentSlicePercentage: 3,
|
|
857
857
|
selectedConvolutionType: "byPercentage"
|
|
858
858
|
}
|
|
859
|
-
},
|
|
859
|
+
}, ji = {
|
|
860
860
|
legend: {
|
|
861
861
|
enabled: !1,
|
|
862
862
|
position: "left"
|
|
@@ -871,7 +871,7 @@ const Di = {
|
|
|
871
871
|
funnelSize: "regular",
|
|
872
872
|
funnelType: "regular",
|
|
873
873
|
funnelDirection: "regular"
|
|
874
|
-
},
|
|
874
|
+
}, Oi = {
|
|
875
875
|
rowsPerPage: 25,
|
|
876
876
|
isAutoHeight: !0,
|
|
877
877
|
rowHeight: null,
|
|
@@ -880,7 +880,7 @@ const Di = {
|
|
|
880
880
|
headersColor: !1,
|
|
881
881
|
membersColor: !1,
|
|
882
882
|
totalsColor: !1
|
|
883
|
-
},
|
|
883
|
+
}, Ei = {
|
|
884
884
|
labels: {
|
|
885
885
|
category: [{
|
|
886
886
|
enabled: !0
|
|
@@ -893,8 +893,8 @@ const Di = {
|
|
|
893
893
|
tooltip: {
|
|
894
894
|
mode: "value"
|
|
895
895
|
}
|
|
896
|
-
},
|
|
897
|
-
subtype:
|
|
896
|
+
}, zi = {
|
|
897
|
+
subtype: ya.SUBTYPE,
|
|
898
898
|
viewType: "month",
|
|
899
899
|
startOfWeek: "sunday",
|
|
900
900
|
cellLabels: {
|
|
@@ -911,7 +911,7 @@ const Di = {
|
|
|
911
911
|
cellColor: "#e6e6e6",
|
|
912
912
|
hideValues: !0
|
|
913
913
|
}
|
|
914
|
-
},
|
|
914
|
+
}, Ri = {
|
|
915
915
|
legend: {
|
|
916
916
|
enabled: !0,
|
|
917
917
|
position: "bottom"
|
|
@@ -919,7 +919,7 @@ const Di = {
|
|
|
919
919
|
tooltip: {
|
|
920
920
|
mode: "value"
|
|
921
921
|
}
|
|
922
|
-
},
|
|
922
|
+
}, Zi = {
|
|
923
923
|
legend: {
|
|
924
924
|
enabled: !0,
|
|
925
925
|
position: "bottom"
|
|
@@ -971,7 +971,7 @@ const Di = {
|
|
|
971
971
|
scatterBubbleMinSize: 10,
|
|
972
972
|
scatterBubbleMaxSize: 10
|
|
973
973
|
}
|
|
974
|
-
},
|
|
974
|
+
}, $i = {
|
|
975
975
|
header: {
|
|
976
976
|
color: {
|
|
977
977
|
enabled: !1
|
|
@@ -987,7 +987,7 @@ const Di = {
|
|
|
987
987
|
enabled: !1
|
|
988
988
|
}
|
|
989
989
|
}
|
|
990
|
-
},
|
|
990
|
+
}, Wi = {
|
|
991
991
|
subtype: "scattermap",
|
|
992
992
|
markers: {
|
|
993
993
|
fill: "filled",
|
|
@@ -997,9 +997,9 @@ const Di = {
|
|
|
997
997
|
maxSize: 24
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
|
-
},
|
|
1000
|
+
}, qi = {
|
|
1001
1001
|
mapType: "world"
|
|
1002
|
-
},
|
|
1002
|
+
}, Pi = {
|
|
1003
1003
|
subtype: "boxplot/full",
|
|
1004
1004
|
legend: {
|
|
1005
1005
|
enabled: !0,
|
|
@@ -1051,42 +1051,42 @@ const Di = {
|
|
|
1051
1051
|
enabled: !0
|
|
1052
1052
|
}
|
|
1053
1053
|
};
|
|
1054
|
-
function
|
|
1054
|
+
function Gi(e) {
|
|
1055
1055
|
switch (e) {
|
|
1056
1056
|
case "indicator":
|
|
1057
|
-
return P(
|
|
1057
|
+
return P(Si);
|
|
1058
1058
|
case "line":
|
|
1059
|
-
return ve(
|
|
1059
|
+
return ve(Ii);
|
|
1060
1060
|
case "area":
|
|
1061
|
-
return ve(
|
|
1061
|
+
return ve(Di);
|
|
1062
1062
|
case "bar":
|
|
1063
|
-
return ve(
|
|
1063
|
+
return ve(Ai);
|
|
1064
1064
|
case "column":
|
|
1065
|
-
return ve(
|
|
1065
|
+
return ve(Li);
|
|
1066
1066
|
case "polar":
|
|
1067
|
-
return ve(
|
|
1067
|
+
return ve(Ti);
|
|
1068
1068
|
case "pie":
|
|
1069
|
-
return P(
|
|
1069
|
+
return P(Ni);
|
|
1070
1070
|
case "funnel":
|
|
1071
|
-
return P(
|
|
1071
|
+
return P(ji);
|
|
1072
1072
|
case "treemap":
|
|
1073
|
-
return P(
|
|
1073
|
+
return P(Ei);
|
|
1074
1074
|
case "calendar-heatmap":
|
|
1075
|
-
return P(
|
|
1075
|
+
return P(zi);
|
|
1076
1076
|
case "sunburst":
|
|
1077
|
-
return P(
|
|
1077
|
+
return P(Ri);
|
|
1078
1078
|
case "scatter":
|
|
1079
|
-
return P(
|
|
1079
|
+
return P(Zi);
|
|
1080
1080
|
case "scattermap":
|
|
1081
|
-
return P(
|
|
1081
|
+
return P(Wi);
|
|
1082
1082
|
case "areamap":
|
|
1083
|
-
return P(
|
|
1083
|
+
return P(qi);
|
|
1084
1084
|
case "boxplot":
|
|
1085
|
-
return P(
|
|
1085
|
+
return P(Pi);
|
|
1086
1086
|
case "table":
|
|
1087
|
-
return P(
|
|
1087
|
+
return P($i);
|
|
1088
1088
|
case "pivot":
|
|
1089
|
-
return P(
|
|
1089
|
+
return P(Oi);
|
|
1090
1090
|
case "pivot2":
|
|
1091
1091
|
return {};
|
|
1092
1092
|
case "image":
|
|
@@ -1095,8 +1095,8 @@ function Wi(e) {
|
|
|
1095
1095
|
return {};
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
1098
|
-
const
|
|
1099
|
-
`, st = "UNKNOWN",
|
|
1098
|
+
const Ze = `
|
|
1099
|
+
`, st = "UNKNOWN", Bi = (e, t) => {
|
|
1100
1100
|
let r = "";
|
|
1101
1101
|
return r += `measureFactory.customFormula(
|
|
1102
1102
|
`, r += " ".repeat(t), r += ` '${De(e.title)}',
|
|
@@ -1108,7 +1108,7 @@ const Re = `
|
|
|
1108
1108
|
`;
|
|
1109
1109
|
}), r += " ".repeat(t), r += ` }
|
|
1110
1110
|
`, r += " ".repeat(t), r += ")", r;
|
|
1111
|
-
},
|
|
1111
|
+
}, Yi = (e) => {
|
|
1112
1112
|
const {
|
|
1113
1113
|
level: t,
|
|
1114
1114
|
table: r,
|
|
@@ -1118,28 +1118,28 @@ const Re = `
|
|
|
1118
1118
|
} = e;
|
|
1119
1119
|
let s;
|
|
1120
1120
|
return r && a && (s = Kt(r, a, t, "DM")), i && r && a && l && (s = `measureFactory.${Xt.aggregationFromJAQL(i)}(${s}, '${De(l)}')`), s || st;
|
|
1121
|
-
},
|
|
1121
|
+
}, Hi = (e, t) => {
|
|
1122
1122
|
const r = e.jaql(!1).jaql;
|
|
1123
|
-
return "formula" in r ?
|
|
1123
|
+
return "formula" in r ? Bi(r, t) : Yi(r);
|
|
1124
1124
|
}, ie = (e, t = 0, r = !1) => {
|
|
1125
1125
|
if (!e)
|
|
1126
1126
|
return "";
|
|
1127
1127
|
if (typeof e == "string")
|
|
1128
1128
|
return `'${De(e)}'`;
|
|
1129
|
-
if (e instanceof
|
|
1130
|
-
return
|
|
1129
|
+
if (e instanceof cr)
|
|
1130
|
+
return Hi(e, t);
|
|
1131
1131
|
if (e instanceof Jt)
|
|
1132
1132
|
return e.composeCode || "";
|
|
1133
1133
|
let a = "";
|
|
1134
|
-
return Array.isArray(e) ? a += `[${e.map((i) => ie(i, t + 2))}${e.length ?
|
|
1134
|
+
return Array.isArray(e) ? a += `[${e.map((i) => ie(i, t + 2))}${e.length ? Ze + " ".repeat(t + 2) : ""}]` : (a += `{${Ze}`, Object.entries(e).forEach(([i, l]) => {
|
|
1135
1135
|
if (r && typeof i == "string" && (i = `'${De(i)}'`), a += " ".repeat(t + 2), Array.isArray(l))
|
|
1136
|
-
a += `${i}: [${l.map((s) => ie(s, t + 4, r))}${l.length ?
|
|
1136
|
+
a += `${i}: [${l.map((s) => ie(s, t + 4, r))}${l.length ? Ze + " ".repeat(t + 2) : ""}]`;
|
|
1137
1137
|
else if (typeof l == "object" && l !== null) {
|
|
1138
|
-
const s = Array.isArray(l) ? l :
|
|
1138
|
+
const s = Array.isArray(l) ? l : xi(l);
|
|
1139
1139
|
a += `${i}: ${ie(s, t + 2, r)}`;
|
|
1140
1140
|
} else
|
|
1141
1141
|
["number", "boolean", "undefined"].includes(typeof l) || l === null ? a += `${i}: ${l}` : typeof l == "string" ? a += `${i}: '${De(l)}'` : a += `${i}: ${l}`;
|
|
1142
|
-
a += `,${
|
|
1142
|
+
a += `,${Ze}`;
|
|
1143
1143
|
}), a += " ".repeat(t), a += "}"), a;
|
|
1144
1144
|
};
|
|
1145
1145
|
function bt(e, t) {
|
|
@@ -1160,76 +1160,76 @@ function bt(e, t) {
|
|
|
1160
1160
|
function Nt(e, t) {
|
|
1161
1161
|
if (!e || Object.keys(e).length === 0)
|
|
1162
1162
|
return {};
|
|
1163
|
-
const r =
|
|
1163
|
+
const r = Gi(t);
|
|
1164
1164
|
if (ht(e, r))
|
|
1165
1165
|
return {};
|
|
1166
1166
|
const a = bt(e, r);
|
|
1167
1167
|
return a ?? {};
|
|
1168
1168
|
}
|
|
1169
1169
|
function jt(e, t) {
|
|
1170
|
-
const r =
|
|
1170
|
+
const r = vi(t);
|
|
1171
1171
|
if (ht(e, r))
|
|
1172
1172
|
return e;
|
|
1173
1173
|
const a = bt(e, r);
|
|
1174
1174
|
return a ?? {};
|
|
1175
1175
|
}
|
|
1176
|
-
function
|
|
1177
|
-
return ie(e,
|
|
1176
|
+
function Ui(e) {
|
|
1177
|
+
return ie(e, Pe);
|
|
1178
1178
|
}
|
|
1179
1179
|
function Ot(e, t = "data-source-placeholder") {
|
|
1180
1180
|
if (!e)
|
|
1181
1181
|
return t;
|
|
1182
1182
|
const r = typeof e == "object" && "title" in e ? e.title : e;
|
|
1183
|
-
return
|
|
1183
|
+
return hi(r);
|
|
1184
1184
|
}
|
|
1185
1185
|
function Et(e, t = !0) {
|
|
1186
1186
|
const r = [];
|
|
1187
1187
|
return t && r.push("measureFactory"), ee(e) && r.push("filterFactory"), r.length > 0 ? `import { ${r.join(", ")} } from '@sisense/sdk-data';` : "";
|
|
1188
1188
|
}
|
|
1189
1189
|
const zt = `
|
|
1190
|
-
`,
|
|
1190
|
+
`, Qi = (e, t) => {
|
|
1191
1191
|
if (e.composeCode)
|
|
1192
1192
|
return `${zt}${" ".repeat(t)}${e.composeCode}`;
|
|
1193
1193
|
const r = e.jaql().jaql;
|
|
1194
1194
|
return `${zt}${" ".repeat(t)}filterFactory.customFilter(${ie(r, t, !0)})`;
|
|
1195
|
-
},
|
|
1195
|
+
}, Fi = (e, t = 0) => {
|
|
1196
1196
|
if (!e)
|
|
1197
1197
|
return "";
|
|
1198
1198
|
let r = "";
|
|
1199
|
-
return r += `[${e.map((a) =>
|
|
1199
|
+
return r += `[${e.map((a) => Qi(a, t + 2))}${e.length ? `
|
|
1200
1200
|
` + " ".repeat(t + 2) : ""}]`, r;
|
|
1201
|
-
}, Rt = (e) => e ? Array.isArray(e) ?
|
|
1201
|
+
}, Rt = (e) => e ? Array.isArray(e) ? Fi(e, 6) : "/** Filter relations not supported yet */" : "[]", Vi = ["executeQueryByWidgetIdTmpl", "widgetByIdTmpl"], Ji = "chartWidgetTmpl", Xi = "pivotTableWidgetTmpl", Ki = (e) => e, eo = ({
|
|
1202
1202
|
dashboardOid: e,
|
|
1203
1203
|
widgetOid: t,
|
|
1204
1204
|
uiFramework: r = "react",
|
|
1205
1205
|
chartType: a = "table",
|
|
1206
1206
|
includeChart: i = !0
|
|
1207
1207
|
}) => {
|
|
1208
|
-
|
|
1208
|
+
hr(a);
|
|
1209
1209
|
const l = {
|
|
1210
1210
|
dashboardOid: e,
|
|
1211
1211
|
widgetOid: t
|
|
1212
|
-
}, s =
|
|
1212
|
+
}, s = Vi[Number(i)];
|
|
1213
1213
|
return lt(s, l, r);
|
|
1214
|
-
},
|
|
1215
|
-
if (
|
|
1216
|
-
|
|
1214
|
+
}, to = (e, t, r, a) => {
|
|
1215
|
+
if (Le(e)) {
|
|
1216
|
+
hr(e.chartType);
|
|
1217
1217
|
const i = Tt(e), l = {
|
|
1218
1218
|
idString: e.id,
|
|
1219
1219
|
widgetTypeString: "chart",
|
|
1220
1220
|
titleString: e.title,
|
|
1221
1221
|
dataSourceString: Ot(e.dataSource),
|
|
1222
|
-
chartTypeString:
|
|
1223
|
-
dataOptionsString:
|
|
1222
|
+
chartTypeString: Ki(e.chartType),
|
|
1223
|
+
dataOptionsString: Ui(a ? jt(e.dataOptions, e.chartType) : e.dataOptions),
|
|
1224
1224
|
filtersString: Rt(e.filters),
|
|
1225
1225
|
componentString: "ChartWidget",
|
|
1226
1226
|
extraImportsString: Et(e.filters || [], i),
|
|
1227
|
-
styleOptionsString: ie(a ? Nt(e.styleOptions || {}, e.chartType) : e.styleOptions || {},
|
|
1228
|
-
drilldownOptionsString: ie(e.drilldownOptions || {},
|
|
1227
|
+
styleOptionsString: ie(a ? Nt(e.styleOptions || {}, e.chartType) : e.styleOptions || {}, Pe),
|
|
1228
|
+
drilldownOptionsString: ie(e.drilldownOptions || {}, Pe)
|
|
1229
1229
|
};
|
|
1230
1230
|
return lt(r.chart, l, t);
|
|
1231
1231
|
}
|
|
1232
|
-
if (
|
|
1232
|
+
if (ga(e)) {
|
|
1233
1233
|
const i = Tt(e), l = {
|
|
1234
1234
|
idString: e.id,
|
|
1235
1235
|
widgetTypeString: "pivot",
|
|
@@ -1239,36 +1239,36 @@ const zt = `
|
|
|
1239
1239
|
filtersString: Rt(e.filters),
|
|
1240
1240
|
componentString: "PivotTableWidget",
|
|
1241
1241
|
extraImportsString: Et(e.filters || [], i),
|
|
1242
|
-
styleOptionsString: ie(a ? Nt(e.styleOptions || {}, e.widgetType) : e.styleOptions || {},
|
|
1242
|
+
styleOptionsString: ie(a ? Nt(e.styleOptions || {}, e.widgetType) : e.styleOptions || {}, Pe)
|
|
1243
1243
|
};
|
|
1244
1244
|
return lt(r.pivot, l, t);
|
|
1245
1245
|
}
|
|
1246
|
-
if (
|
|
1246
|
+
if (ha(e))
|
|
1247
1247
|
return "/** Custom widget code not supported yet */";
|
|
1248
1248
|
throw new Ae("errors.otherWidgetTypesNotSupported");
|
|
1249
|
-
},
|
|
1249
|
+
}, ro = ({
|
|
1250
1250
|
widgetProps: e,
|
|
1251
1251
|
uiFramework: t = "react",
|
|
1252
1252
|
removeDefaultProps: r = !1
|
|
1253
|
-
}) =>
|
|
1254
|
-
chart:
|
|
1255
|
-
pivot:
|
|
1253
|
+
}) => to(e, t, {
|
|
1254
|
+
chart: Ji,
|
|
1255
|
+
pivot: Xi
|
|
1256
1256
|
}, r);
|
|
1257
|
-
function
|
|
1257
|
+
function ao(e) {
|
|
1258
1258
|
return !!(e && (e.top !== void 0 || e.bottom !== void 0));
|
|
1259
1259
|
}
|
|
1260
|
-
const
|
|
1260
|
+
const io = (e) => {
|
|
1261
1261
|
const t = e.find((r) => r.panel === "rows");
|
|
1262
1262
|
return t ? e.map((r) => {
|
|
1263
1263
|
const a = r.jaql.filter;
|
|
1264
|
-
if (!(r.panel === "scope" &&
|
|
1264
|
+
if (!(r.panel === "scope" && ao(a) && a.by === void 0))
|
|
1265
1265
|
return r;
|
|
1266
1266
|
const i = r.jaql, {
|
|
1267
1267
|
type: l,
|
|
1268
1268
|
context: s,
|
|
1269
1269
|
formula: u,
|
|
1270
1270
|
filter: c
|
|
1271
|
-
} = i, g =
|
|
1271
|
+
} = i, g = gi(i, ["type", "context", "formula", "filter"]);
|
|
1272
1272
|
return te(O({}, r), {
|
|
1273
1273
|
jaql: O({
|
|
1274
1274
|
// Copy dimension properties from rows dimension
|
|
@@ -1287,11 +1287,11 @@ const eo = (e) => {
|
|
|
1287
1287
|
}, g)
|
|
1288
1288
|
});
|
|
1289
1289
|
}) : e;
|
|
1290
|
-
},
|
|
1290
|
+
}, oo = (e) => ({
|
|
1291
1291
|
dataOptions: {
|
|
1292
|
-
columns: e.map(
|
|
1292
|
+
columns: e.map(pr)
|
|
1293
1293
|
}
|
|
1294
|
-
}),
|
|
1294
|
+
}), no = Object.freeze({
|
|
1295
1295
|
convolution: {
|
|
1296
1296
|
enabled: !0,
|
|
1297
1297
|
selectedConvolutionType: "bySlicesCount",
|
|
@@ -1317,7 +1317,7 @@ const eo = (e) => {
|
|
|
1317
1317
|
pie: "pie/donut",
|
|
1318
1318
|
bar: "bar/stacked",
|
|
1319
1319
|
column: "column/stackedcolumn"
|
|
1320
|
-
}),
|
|
1320
|
+
}), lo = (e, t, r) => {
|
|
1321
1321
|
const a = e.reduce((l, s) => (l[s.jaql.title] = s, l), {}), i = Object.entries(r).reduce((l, s) => {
|
|
1322
1322
|
const [u, c] = s;
|
|
1323
1323
|
return l[`${u}`] = Array.isArray(c) ? c.map((g) => {
|
|
@@ -1332,12 +1332,12 @@ const eo = (e) => {
|
|
|
1332
1332
|
name: o.column.name
|
|
1333
1333
|
}
|
|
1334
1334
|
};
|
|
1335
|
-
const d =
|
|
1335
|
+
const d = pr(p);
|
|
1336
1336
|
if (p.panel === "measures")
|
|
1337
1337
|
return te(O({}, o), {
|
|
1338
1338
|
column: d
|
|
1339
1339
|
});
|
|
1340
|
-
if (
|
|
1340
|
+
if (fa(d.type)) {
|
|
1341
1341
|
const m = (x = (b = p.format) == null ? void 0 : b.mask) == null ? void 0 : x[p.jaql.level];
|
|
1342
1342
|
if (m)
|
|
1343
1343
|
return te(O({}, o), {
|
|
@@ -1371,19 +1371,19 @@ const eo = (e) => {
|
|
|
1371
1371
|
l !== "geo" && (i[`${l}`] = i[`${l}`][0]);
|
|
1372
1372
|
}), i;
|
|
1373
1373
|
case "table":
|
|
1374
|
-
return Object.keys(i).length === 0 ?
|
|
1374
|
+
return Object.keys(i).length === 0 ? oo(e).dataOptions : i;
|
|
1375
1375
|
case "boxplot":
|
|
1376
1376
|
case "areamap":
|
|
1377
1377
|
case "indicator":
|
|
1378
1378
|
default:
|
|
1379
1379
|
return i;
|
|
1380
1380
|
}
|
|
1381
|
-
},
|
|
1381
|
+
}, $t = (e, t) => {
|
|
1382
1382
|
var r, a, i, l;
|
|
1383
1383
|
return t === "x" ? (a = (r = e.category) != null ? r : e.x) == null ? void 0 : a.map((s) => nt(s).column.name).join(", ") : (l = (i = e.value) != null ? i : e.y) == null ? void 0 : l.map((s) => nt(s).column.name).join(", ");
|
|
1384
|
-
},
|
|
1384
|
+
}, so = (e, t, r, a) => {
|
|
1385
1385
|
let i;
|
|
1386
|
-
return a && e in Zt ? i = We(We(
|
|
1386
|
+
return a && e in Zt ? i = We(We(no, {
|
|
1387
1387
|
subtype: Zt[`${e}`]
|
|
1388
1388
|
}), {
|
|
1389
1389
|
legend: {
|
|
@@ -1393,32 +1393,32 @@ const eo = (e) => {
|
|
|
1393
1393
|
yAxis: {
|
|
1394
1394
|
title: {
|
|
1395
1395
|
enabled: !0,
|
|
1396
|
-
text:
|
|
1396
|
+
text: $t(t, "y")
|
|
1397
1397
|
}
|
|
1398
1398
|
},
|
|
1399
1399
|
xAxis: {
|
|
1400
1400
|
title: {
|
|
1401
1401
|
enabled: !0,
|
|
1402
|
-
text:
|
|
1402
|
+
text: $t(t, "x")
|
|
1403
1403
|
}
|
|
1404
1404
|
}
|
|
1405
|
-
}, r) : i = We(
|
|
1406
|
-
},
|
|
1405
|
+
}, r) : i = We(ba(), r), i;
|
|
1406
|
+
}, co = (e, t, r = !0) => {
|
|
1407
1407
|
const {
|
|
1408
1408
|
chartFamily: a,
|
|
1409
1409
|
chartType: i,
|
|
1410
1410
|
axesMapping: l = {},
|
|
1411
1411
|
styleOptions: s = {}
|
|
1412
|
-
} = t, u =
|
|
1412
|
+
} = t, u = lo(e, a, l), c = so(i, l, s, r);
|
|
1413
1413
|
return {
|
|
1414
1414
|
dataOptions: u,
|
|
1415
1415
|
chartStyleOptions: c
|
|
1416
1416
|
};
|
|
1417
|
-
},
|
|
1417
|
+
}, po = (e) => "chartType" in e ? e : {
|
|
1418
1418
|
chartType: "table",
|
|
1419
1419
|
chartFamily: "table",
|
|
1420
1420
|
axesMapping: {}
|
|
1421
|
-
},
|
|
1421
|
+
}, uo = (e) => e.map((t) => ma(t.jaql)), go = (e) => e.reduce((t, r) => {
|
|
1422
1422
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(P(r)), r.panel !== "scope") {
|
|
1423
1423
|
const a = P(r);
|
|
1424
1424
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
|
@@ -1427,8 +1427,8 @@ const eo = (e) => {
|
|
|
1427
1427
|
}, {
|
|
1428
1428
|
metadataColumns: [],
|
|
1429
1429
|
metadataFilters: []
|
|
1430
|
-
}),
|
|
1431
|
-
if (!
|
|
1430
|
+
}), ho = (e, t) => {
|
|
1431
|
+
if (!mi(e))
|
|
1432
1432
|
try {
|
|
1433
1433
|
const {
|
|
1434
1434
|
useCustomizedStyleOptions: r = !1
|
|
@@ -1441,11 +1441,11 @@ const eo = (e) => {
|
|
|
1441
1441
|
datasource: u
|
|
1442
1442
|
} = a, c = te(O({}, u), {
|
|
1443
1443
|
type: u.type || "elasticube"
|
|
1444
|
-
}), g =
|
|
1444
|
+
}), g = pa(c), b = io(s).map((I) => Ci(I)).map((I) => te(O({}, I), {
|
|
1445
1445
|
jaql: te(O({}, I.jaql), {
|
|
1446
1446
|
datasource: g
|
|
1447
1447
|
})
|
|
1448
|
-
})), x =
|
|
1448
|
+
})), x = po(i), o = x.chartType.toLowerCase(), p = {
|
|
1449
1449
|
cornerRadius: "Small",
|
|
1450
1450
|
header: {
|
|
1451
1451
|
// remove info button and render empty toolbar instead
|
|
@@ -1454,10 +1454,10 @@ const eo = (e) => {
|
|
|
1454
1454
|
}, {
|
|
1455
1455
|
metadataColumns: d,
|
|
1456
1456
|
metadataFilters: m
|
|
1457
|
-
} =
|
|
1457
|
+
} = go(b), h = uo(m), {
|
|
1458
1458
|
dataOptions: w,
|
|
1459
1459
|
chartStyleOptions: C
|
|
1460
|
-
} =
|
|
1460
|
+
} = co(d, x, r), y = O(O({}, C), p);
|
|
1461
1461
|
return {
|
|
1462
1462
|
widgetType: "chart",
|
|
1463
1463
|
id: l,
|
|
@@ -1472,34 +1472,34 @@ const eo = (e) => {
|
|
|
1472
1472
|
console.error(r);
|
|
1473
1473
|
return;
|
|
1474
1474
|
}
|
|
1475
|
-
},
|
|
1475
|
+
}, je = (e, t) => ho(e, t), mo = (e) => di(e) ? eo(e) : ro(e), Vs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1476
1476
|
__proto__: null,
|
|
1477
|
-
toWidgetCode:
|
|
1478
|
-
toWidgetProps:
|
|
1477
|
+
toWidgetCode: mo,
|
|
1478
|
+
toWidgetProps: je
|
|
1479
1479
|
}, Symbol.toStringTag, {
|
|
1480
1480
|
value: "Module"
|
|
1481
1481
|
}));
|
|
1482
|
-
var
|
|
1482
|
+
var fo = Object.defineProperty, bo = Object.defineProperties, xo = Object.getOwnPropertyDescriptors, He = Object.getOwnPropertySymbols, br = Object.prototype.hasOwnProperty, xr = Object.prototype.propertyIsEnumerable, dt = (e, t, r) => t in e ? fo(e, t, {
|
|
1483
1483
|
enumerable: !0,
|
|
1484
1484
|
configurable: !0,
|
|
1485
1485
|
writable: !0,
|
|
1486
1486
|
value: r
|
|
1487
1487
|
}) : e[t] = r, M = (e, t) => {
|
|
1488
1488
|
for (var r in t || (t = {}))
|
|
1489
|
-
|
|
1490
|
-
if (
|
|
1491
|
-
for (var r of
|
|
1492
|
-
|
|
1489
|
+
br.call(t, r) && dt(e, r, t[r]);
|
|
1490
|
+
if (He)
|
|
1491
|
+
for (var r of He(t))
|
|
1492
|
+
xr.call(t, r) && dt(e, r, t[r]);
|
|
1493
1493
|
return e;
|
|
1494
|
-
}, T = (e, t) =>
|
|
1494
|
+
}, T = (e, t) => bo(e, xo(t)), kr = (e, t) => {
|
|
1495
1495
|
var r = {};
|
|
1496
1496
|
for (var a in e)
|
|
1497
|
-
|
|
1498
|
-
if (e != null &&
|
|
1499
|
-
for (var a of
|
|
1500
|
-
t.indexOf(a) < 0 &&
|
|
1497
|
+
br.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
1498
|
+
if (e != null && He)
|
|
1499
|
+
for (var a of He(e))
|
|
1500
|
+
t.indexOf(a) < 0 && xr.call(e, a) && (r[a] = e[a]);
|
|
1501
1501
|
return r;
|
|
1502
|
-
},
|
|
1502
|
+
}, Y = (e, t, r) => dt(e, typeof t != "symbol" ? t + "" : t, r), oe = (e, t, r) => new Promise((a, i) => {
|
|
1503
1503
|
var l = (c) => {
|
|
1504
1504
|
try {
|
|
1505
1505
|
u(r.next(c));
|
|
@@ -1515,7 +1515,7 @@ var uo = Object.defineProperty, go = Object.defineProperties, ho = Object.getOwn
|
|
|
1515
1515
|
}, u = (c) => c.done ? a(c.value) : Promise.resolve(c.value).then(l, s);
|
|
1516
1516
|
u((r = r.apply(e, t)).next());
|
|
1517
1517
|
});
|
|
1518
|
-
class
|
|
1518
|
+
class ko extends Ya {
|
|
1519
1519
|
constructor(t, r) {
|
|
1520
1520
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
|
1521
1521
|
}
|
|
@@ -1525,7 +1525,7 @@ class mo extends Pa {
|
|
|
1525
1525
|
setOptions(t) {
|
|
1526
1526
|
var r;
|
|
1527
1527
|
const a = this.options;
|
|
1528
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
1528
|
+
this.options = this.client.defaultMutationOptions(t), Ha(a, this.options) || this.client.getMutationCache().notify({
|
|
1529
1529
|
type: "observerOptionsUpdated",
|
|
1530
1530
|
mutation: this.currentMutation,
|
|
1531
1531
|
observer: this
|
|
@@ -1558,7 +1558,7 @@ class mo extends Pa {
|
|
|
1558
1558
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
1559
1559
|
}
|
|
1560
1560
|
updateResult() {
|
|
1561
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
1561
|
+
const t = this.currentMutation ? this.currentMutation.state : Ua(), r = t.status === "loading", a = T(M({}, t), {
|
|
1562
1562
|
isLoading: r,
|
|
1563
1563
|
isPending: r,
|
|
1564
1564
|
isSuccess: t.status === "success",
|
|
@@ -1589,25 +1589,25 @@ class mo extends Pa {
|
|
|
1589
1589
|
}
|
|
1590
1590
|
}
|
|
1591
1591
|
function xt(e, t, r) {
|
|
1592
|
-
const a =
|
|
1592
|
+
const a = Za(e, t), i = Ne({
|
|
1593
1593
|
context: a.context
|
|
1594
|
-
}), [l] = R(() => new
|
|
1594
|
+
}), [l] = R(() => new ko(i, a));
|
|
1595
1595
|
ye(() => {
|
|
1596
1596
|
l.setOptions(a);
|
|
1597
1597
|
}, [l, a]);
|
|
1598
|
-
const s =
|
|
1599
|
-
l.mutate(c, g).catch(
|
|
1598
|
+
const s = $a(j((c) => l.subscribe(lr.batchCalls(c)), [l]), () => l.getCurrentResult(), () => l.getCurrentResult()), u = j((c, g) => {
|
|
1599
|
+
l.mutate(c, g).catch(yo);
|
|
1600
1600
|
}, [l]);
|
|
1601
|
-
if (s.error &&
|
|
1601
|
+
if (s.error && Wa(l.options.useErrorBoundary, [s.error]))
|
|
1602
1602
|
throw s.error;
|
|
1603
1603
|
return T(M({}, s), {
|
|
1604
1604
|
mutate: u,
|
|
1605
1605
|
mutateAsync: s.mutate
|
|
1606
1606
|
});
|
|
1607
1607
|
}
|
|
1608
|
-
function
|
|
1608
|
+
function yo() {
|
|
1609
1609
|
}
|
|
1610
|
-
const
|
|
1610
|
+
const yr = Qe({}), wo = () => ft(yr), wr = ({
|
|
1611
1611
|
children: e
|
|
1612
1612
|
}) => {
|
|
1613
1613
|
const [t, r] = R({}), a = j((s, u) => {
|
|
@@ -1618,7 +1618,7 @@ const kr = Qe({}), bo = () => ft(kr), yr = ({
|
|
|
1618
1618
|
[a(u, c)]: s
|
|
1619
1619
|
}));
|
|
1620
1620
|
}, [a]), l = j((s, u) => t[a(s, u)], [t, a]);
|
|
1621
|
-
return /* @__PURE__ */ n(
|
|
1621
|
+
return /* @__PURE__ */ n(yr.Provider, {
|
|
1622
1622
|
value: {
|
|
1623
1623
|
saveChatId: i,
|
|
1624
1624
|
getChatId: l
|
|
@@ -1626,19 +1626,19 @@ const kr = Qe({}), bo = () => ft(kr), yr = ({
|
|
|
1626
1626
|
children: e
|
|
1627
1627
|
});
|
|
1628
1628
|
};
|
|
1629
|
-
class
|
|
1629
|
+
class _o {
|
|
1630
1630
|
constructor(t, r = !1) {
|
|
1631
|
-
|
|
1631
|
+
Y(this, "httpClient"), Y(this, "getChatContexts", () => oe(this, null, function* () {
|
|
1632
1632
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
1633
|
-
})),
|
|
1633
|
+
})), Y(this, "getNlgInsights", (a) => this.httpClient.post("api/v2/ai/nlg/queryResult", a)), Y(this, "getQueryRecommendations", (a, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${a}/${i.numOfRecommendations}${i.userPrompt ? "?userPrompt=" + encodeURIComponent(i.userPrompt) : ""}`)), Y(this, "getNlqResult", (a, i) => this.httpClient.post(`api/v2/ai/nlq/query/${a}`, i)), Y(this, "setLlmConfig", (a) => this.httpClient.post("api/v2/settings/ai/llmProvider", a).catch((i) => {
|
|
1634
1634
|
console.error("Unable to set llm config", i);
|
|
1635
|
-
})),
|
|
1635
|
+
})), Y(this, "getAllChats", () => oe(this, null, function* () {
|
|
1636
1636
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
1637
|
-
})),
|
|
1637
|
+
})), Y(this, "getChatById", (a) => this.httpClient.get(`api/v2/ai/chats/${a}`)), Y(this, "createChat", (a, i) => this.httpClient.post("api/v2/ai/chats", {
|
|
1638
1638
|
sourceId: a,
|
|
1639
1639
|
volatile: this.volatile,
|
|
1640
1640
|
contextDetails: i
|
|
1641
|
-
})),
|
|
1641
|
+
})), Y(this, "postChat", (a, i) => this.httpClient.post(`api/v2/ai/chats/${a}`, i)), Y(this, "deleteChatHistory", (a) => this.httpClient.delete(`api/v2/ai/chats/${a}/history`)), Y(this, "sendFeedback", (a) => this.httpClient.post("api/v2/ai/feedback", a)), Y(this, "ai", {
|
|
1642
1642
|
getNlgInsights: this.getNlgInsights,
|
|
1643
1643
|
getNlqResult: this.getNlqResult,
|
|
1644
1644
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
@@ -1654,51 +1654,51 @@ class xo {
|
|
|
1654
1654
|
}), this.volatile = r, this.httpClient = t;
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
|
-
const
|
|
1657
|
+
const Co = new er({
|
|
1658
1658
|
defaultOptions: {
|
|
1659
1659
|
queries: {
|
|
1660
1660
|
refetchOnWindowFocus: !1,
|
|
1661
1661
|
refetchOnMount: !1
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
|
1664
|
-
}), kt = Qe(void 0), re = () => ft(kt),
|
|
1664
|
+
}), kt = Qe(void 0), re = () => ft(kt), vo = ({
|
|
1665
1665
|
children: e,
|
|
1666
1666
|
volatile: t
|
|
1667
1667
|
}) => {
|
|
1668
1668
|
const {
|
|
1669
1669
|
app: r
|
|
1670
|
-
} =
|
|
1670
|
+
} = za(), a = q(() => r ? new _o(r.httpClient, t) : void 0, [r, t]);
|
|
1671
1671
|
return /* @__PURE__ */ n(kt.Provider, {
|
|
1672
1672
|
value: a,
|
|
1673
1673
|
children: /* @__PURE__ */ n(nr, {
|
|
1674
|
-
client:
|
|
1674
|
+
client: Co,
|
|
1675
1675
|
children: e
|
|
1676
1676
|
})
|
|
1677
1677
|
});
|
|
1678
1678
|
};
|
|
1679
|
-
function
|
|
1679
|
+
function Js({
|
|
1680
1680
|
children: e,
|
|
1681
1681
|
volatile: t
|
|
1682
1682
|
}) {
|
|
1683
|
-
return /* @__PURE__ */ n(
|
|
1684
|
-
children: /* @__PURE__ */ n(
|
|
1683
|
+
return /* @__PURE__ */ n(wr, {
|
|
1684
|
+
children: /* @__PURE__ */ n(vo, {
|
|
1685
1685
|
volatile: t,
|
|
1686
1686
|
children: e
|
|
1687
1687
|
})
|
|
1688
1688
|
});
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1690
|
+
function _r(e) {
|
|
1691
1691
|
var t, r;
|
|
1692
1692
|
if ("jaql" in e)
|
|
1693
1693
|
return e;
|
|
1694
1694
|
{
|
|
1695
|
-
const a =
|
|
1695
|
+
const a = Ma(e.dataSource), {
|
|
1696
1696
|
filters: i = [],
|
|
1697
1697
|
relations: l
|
|
1698
|
-
} =
|
|
1698
|
+
} = Ia(e.filters), {
|
|
1699
1699
|
metadata: s,
|
|
1700
1700
|
filterRelations: u
|
|
1701
|
-
} =
|
|
1701
|
+
} = Da({
|
|
1702
1702
|
dataSource: e.dataSource,
|
|
1703
1703
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
1704
1704
|
measures: (r = e.measures) != null ? r : [],
|
|
@@ -1716,7 +1716,7 @@ function wo(e) {
|
|
|
1716
1716
|
}
|
|
1717
1717
|
}
|
|
1718
1718
|
const Ve = (e, t = !0) => {
|
|
1719
|
-
const r = q(() =>
|
|
1719
|
+
const r = q(() => _r(e), [e]), a = re(), {
|
|
1720
1720
|
data: i,
|
|
1721
1721
|
error: l,
|
|
1722
1722
|
isError: s,
|
|
@@ -1742,13 +1742,13 @@ const Ve = (e, t = !0) => {
|
|
|
1742
1742
|
g();
|
|
1743
1743
|
}, [g])
|
|
1744
1744
|
};
|
|
1745
|
-
},
|
|
1745
|
+
}, So = (e) => {
|
|
1746
1746
|
const t = e, {
|
|
1747
1747
|
enabled: r
|
|
1748
|
-
} = t, a =
|
|
1748
|
+
} = t, a = kr(t, ["enabled"]);
|
|
1749
1749
|
return Ve(a, r);
|
|
1750
|
-
},
|
|
1751
|
-
function
|
|
1750
|
+
}, Xs = mt("useGetNlgInsights")(So), Mo = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
1751
|
+
function Cr(e) {
|
|
1752
1752
|
const {
|
|
1753
1753
|
dataSource: t,
|
|
1754
1754
|
query: r,
|
|
@@ -1760,29 +1760,29 @@ function wr(e) {
|
|
|
1760
1760
|
text: r,
|
|
1761
1761
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
1762
1762
|
timezone: "UTC",
|
|
1763
|
-
chartTypes: a ?? [...
|
|
1763
|
+
chartTypes: a ?? [...Mo]
|
|
1764
1764
|
}
|
|
1765
1765
|
};
|
|
1766
1766
|
}
|
|
1767
|
-
function
|
|
1768
|
-
return
|
|
1767
|
+
function Io(e, t) {
|
|
1768
|
+
return oe(this, null, function* () {
|
|
1769
1769
|
const {
|
|
1770
1770
|
contextTitle: r,
|
|
1771
1771
|
request: a
|
|
1772
|
-
} =
|
|
1772
|
+
} = Cr(e), i = yield t.ai.getNlqResult(r, a);
|
|
1773
1773
|
return {
|
|
1774
|
-
widgetProps: i ?
|
|
1774
|
+
widgetProps: i ? je(i, {
|
|
1775
1775
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
1776
1776
|
}) : void 0,
|
|
1777
1777
|
nlqResult: i
|
|
1778
1778
|
};
|
|
1779
1779
|
});
|
|
1780
1780
|
}
|
|
1781
|
-
const
|
|
1781
|
+
const Do = (e) => {
|
|
1782
1782
|
const {
|
|
1783
1783
|
contextTitle: t,
|
|
1784
1784
|
request: r
|
|
1785
|
-
} =
|
|
1785
|
+
} = Cr(e), a = re(), i = ["getNlqResult", t, r, a], {
|
|
1786
1786
|
isLoading: l,
|
|
1787
1787
|
isError: s,
|
|
1788
1788
|
isSuccess: u,
|
|
@@ -1791,7 +1791,7 @@ const So = (e) => {
|
|
|
1791
1791
|
refetch: b
|
|
1792
1792
|
} = ke({
|
|
1793
1793
|
queryKey: i,
|
|
1794
|
-
queryFn: () => a ?
|
|
1794
|
+
queryFn: () => a ? Io(e, a).then((x) => x.widgetProps) : Promise.reject("No API available"),
|
|
1795
1795
|
enabled: !!a && e.enabled
|
|
1796
1796
|
});
|
|
1797
1797
|
return {
|
|
@@ -1804,14 +1804,14 @@ const So = (e) => {
|
|
|
1804
1804
|
b();
|
|
1805
1805
|
}, [b])
|
|
1806
1806
|
};
|
|
1807
|
-
},
|
|
1807
|
+
}, Ks = mt("useGetNlqResult")(Do), Ao = 4, vr = (e) => {
|
|
1808
1808
|
const {
|
|
1809
1809
|
contextTitle: t,
|
|
1810
1810
|
count: r,
|
|
1811
1811
|
enableAxisTitlesInWidgetProps: a,
|
|
1812
1812
|
enabled: i,
|
|
1813
1813
|
customPrompt: l
|
|
1814
|
-
} = e, s = re(), u = r ??
|
|
1814
|
+
} = e, s = re(), u = r ?? Ao, c = (i === void 0 || i === !0) && u > 0, {
|
|
1815
1815
|
isLoading: g,
|
|
1816
1816
|
isError: b,
|
|
1817
1817
|
isSuccess: x,
|
|
@@ -1827,7 +1827,7 @@ const So = (e) => {
|
|
|
1827
1827
|
} : null)),
|
|
1828
1828
|
enabled: !!s && c
|
|
1829
1829
|
}), m = q(() => o == null ? void 0 : o.map((h) => T(M({}, h), {
|
|
1830
|
-
widgetProps: h.jaql ?
|
|
1830
|
+
widgetProps: h.jaql ? je(h, {
|
|
1831
1831
|
useCustomizedStyleOptions: a
|
|
1832
1832
|
}) : void 0
|
|
1833
1833
|
})), [o, a]);
|
|
@@ -1841,34 +1841,34 @@ const So = (e) => {
|
|
|
1841
1841
|
d();
|
|
1842
1842
|
}, [d])
|
|
1843
1843
|
};
|
|
1844
|
-
},
|
|
1844
|
+
}, ed = mt("useGetQueryRecommendations")(vr), Sr = Object.freeze({
|
|
1845
1845
|
enableFollowupQuestions: !1,
|
|
1846
1846
|
enableHeader: !0,
|
|
1847
1847
|
enableInsights: !0,
|
|
1848
1848
|
numOfRecommendations: 4,
|
|
1849
1849
|
numOfRecentPrompts: 5
|
|
1850
|
-
}),
|
|
1850
|
+
}), Mr = Qe(M({}, Sr)), ne = () => ft(Mr), Lo = ({
|
|
1851
1851
|
children: e,
|
|
1852
1852
|
value: t
|
|
1853
1853
|
}) => {
|
|
1854
1854
|
const {
|
|
1855
1855
|
t: r
|
|
1856
|
-
} = E(), a = Object.entries(t).reduce((i, [l, s]) => (s !== void 0 && (i[l] = s), i), T(M({},
|
|
1856
|
+
} = E(), a = Object.entries(t).reduce((i, [l, s]) => (s !== void 0 && (i[l] = s), i), T(M({}, Sr), {
|
|
1857
1857
|
inputPromptText: r("ai.config.inputPromptText"),
|
|
1858
1858
|
welcomeText: r("ai.config.welcomeText"),
|
|
1859
1859
|
suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
|
|
1860
1860
|
}));
|
|
1861
|
-
return /* @__PURE__ */ n(
|
|
1861
|
+
return /* @__PURE__ */ n(Mr.Provider, {
|
|
1862
1862
|
value: a,
|
|
1863
1863
|
children: e
|
|
1864
1864
|
});
|
|
1865
|
-
}, yt = "chatHistory",
|
|
1865
|
+
}, yt = "chatHistory", To = (e) => {
|
|
1866
1866
|
const t = re(), {
|
|
1867
1867
|
hideHistory: r
|
|
1868
|
-
} =
|
|
1868
|
+
} = ne();
|
|
1869
1869
|
return ke({
|
|
1870
1870
|
queryKey: [yt, e, t],
|
|
1871
|
-
queryFn: () =>
|
|
1871
|
+
queryFn: () => oe(void 0, null, function* () {
|
|
1872
1872
|
if (!t || !e)
|
|
1873
1873
|
return;
|
|
1874
1874
|
if (r)
|
|
@@ -1878,10 +1878,10 @@ const So = (e) => {
|
|
|
1878
1878
|
}),
|
|
1879
1879
|
enabled: !!t && !!e
|
|
1880
1880
|
});
|
|
1881
|
-
},
|
|
1882
|
-
const t = re(), r =
|
|
1881
|
+
}, Ir = (e) => {
|
|
1882
|
+
const t = re(), r = Ne();
|
|
1883
1883
|
return xt({
|
|
1884
|
-
mutationFn: () =>
|
|
1884
|
+
mutationFn: () => oe(void 0, null, function* () {
|
|
1885
1885
|
if (!(!t || !e))
|
|
1886
1886
|
return t.ai.chat.clearHistory(e);
|
|
1887
1887
|
}),
|
|
@@ -1897,9 +1897,9 @@ const So = (e) => {
|
|
|
1897
1897
|
data: t,
|
|
1898
1898
|
isLoading: r,
|
|
1899
1899
|
isError: a
|
|
1900
|
-
} =
|
|
1900
|
+
} = To(e), {
|
|
1901
1901
|
mutate: i
|
|
1902
|
-
} =
|
|
1902
|
+
} = Ir(e);
|
|
1903
1903
|
return ye(() => {
|
|
1904
1904
|
a && i();
|
|
1905
1905
|
}, [a, i]), {
|
|
@@ -1907,14 +1907,14 @@ const So = (e) => {
|
|
|
1907
1907
|
isLoading: r,
|
|
1908
1908
|
isError: a
|
|
1909
1909
|
};
|
|
1910
|
-
},
|
|
1910
|
+
}, No = () => {
|
|
1911
1911
|
const e = re(), {
|
|
1912
1912
|
data: t,
|
|
1913
1913
|
isLoading: r,
|
|
1914
1914
|
fetchStatus: a
|
|
1915
1915
|
} = ke({
|
|
1916
1916
|
queryKey: ["getDataTopics", e],
|
|
1917
|
-
queryFn: () =>
|
|
1917
|
+
queryFn: () => oe(void 0, null, function* () {
|
|
1918
1918
|
if (e)
|
|
1919
1919
|
return e.getChatContexts();
|
|
1920
1920
|
}),
|
|
@@ -1925,7 +1925,7 @@ const So = (e) => {
|
|
|
1925
1925
|
isLoading: r,
|
|
1926
1926
|
fetchStatus: a
|
|
1927
1927
|
};
|
|
1928
|
-
},
|
|
1928
|
+
}, jo = () => {
|
|
1929
1929
|
const e = re(), {
|
|
1930
1930
|
data: t,
|
|
1931
1931
|
isLoading: r
|
|
@@ -1938,9 +1938,9 @@ const So = (e) => {
|
|
|
1938
1938
|
data: t ?? [],
|
|
1939
1939
|
isLoading: r
|
|
1940
1940
|
};
|
|
1941
|
-
},
|
|
1942
|
-
const a =
|
|
1943
|
-
mutationFn: () =>
|
|
1941
|
+
}, Oo = (e, t, r) => {
|
|
1942
|
+
const a = Ne(), i = re(), l = xt({
|
|
1943
|
+
mutationFn: () => oe(void 0, null, function* () {
|
|
1944
1944
|
if (!(!i || !e))
|
|
1945
1945
|
return i.ai.chat.create(e, r);
|
|
1946
1946
|
}),
|
|
@@ -1949,7 +1949,7 @@ const So = (e) => {
|
|
|
1949
1949
|
return ye(() => {
|
|
1950
1950
|
t && l.isIdle && l.mutate();
|
|
1951
1951
|
}, [t, l]), l;
|
|
1952
|
-
},
|
|
1952
|
+
}, Eo = (e, t) => {
|
|
1953
1953
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
1954
1954
|
case "nlq":
|
|
1955
1955
|
return {
|
|
@@ -1966,8 +1966,8 @@ const So = (e) => {
|
|
|
1966
1966
|
default:
|
|
1967
1967
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1968
1968
|
}
|
|
1969
|
-
},
|
|
1970
|
-
const r =
|
|
1969
|
+
}, zo = (e, t) => {
|
|
1970
|
+
const r = Ne(), a = j((c) => {
|
|
1971
1971
|
e && r.setQueriesData([yt, e], (g) => g && [...g, c]);
|
|
1972
1972
|
}, [r, e]), {
|
|
1973
1973
|
t: i
|
|
@@ -1975,7 +1975,7 @@ const So = (e) => {
|
|
|
1975
1975
|
mutate: s,
|
|
1976
1976
|
isLoading: u
|
|
1977
1977
|
} = xt({
|
|
1978
|
-
mutationFn: (c) =>
|
|
1978
|
+
mutationFn: (c) => oe(void 0, null, function* () {
|
|
1979
1979
|
if (!(!l || !e))
|
|
1980
1980
|
return l.ai.chat.post(e, {
|
|
1981
1981
|
text: c,
|
|
@@ -2002,7 +2002,7 @@ const So = (e) => {
|
|
|
2002
2002
|
if (!c)
|
|
2003
2003
|
return;
|
|
2004
2004
|
const g = i("ai.errors.unknownResponse");
|
|
2005
|
-
a(
|
|
2005
|
+
a(Eo(c, g));
|
|
2006
2006
|
}
|
|
2007
2007
|
});
|
|
2008
2008
|
return {
|
|
@@ -2014,14 +2014,14 @@ const So = (e) => {
|
|
|
2014
2014
|
const {
|
|
2015
2015
|
data: i,
|
|
2016
2016
|
isLoading: l
|
|
2017
|
-
} =
|
|
2017
|
+
} = jo(), s = wo(), u = s.getChatId(e, t) || ((a = i.find((x) => {
|
|
2018
2018
|
var o;
|
|
2019
2019
|
return x.contextTitle === e && ((o = x.contextDetails) == null ? void 0 : o.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
2020
2020
|
})) == null ? void 0 : a.chatId), {
|
|
2021
2021
|
isError: c,
|
|
2022
2022
|
data: g,
|
|
2023
2023
|
isSuccess: b
|
|
2024
|
-
} =
|
|
2024
|
+
} = Oo(e, r && !l && !u, t);
|
|
2025
2025
|
return ye(() => {
|
|
2026
2026
|
b && g && !u && s.saveChatId(g.chatId, e, t);
|
|
2027
2027
|
}, [g, b, e, t, u, s]), {
|
|
@@ -2029,19 +2029,19 @@ const So = (e) => {
|
|
|
2029
2029
|
isLoading: l,
|
|
2030
2030
|
isError: c
|
|
2031
2031
|
};
|
|
2032
|
-
},
|
|
2032
|
+
}, Dr = (e) => q(() => {
|
|
2033
2033
|
if (e != null && e.length) {
|
|
2034
2034
|
const t = e[e.length - 1];
|
|
2035
2035
|
if (Ct(t))
|
|
2036
2036
|
return JSON.parse(t.content);
|
|
2037
2037
|
}
|
|
2038
2038
|
return null;
|
|
2039
|
-
}, [e]), Ct = (e) => !!e && "type" in e && e.type === "nlq",
|
|
2039
|
+
}, [e]), Ct = (e) => !!e && "type" in e && e.type === "nlq", Ro = (e) => !!e && "type" in e && e.type === "text", Zo = (e, t) => {
|
|
2040
2040
|
const {
|
|
2041
2041
|
t: r
|
|
2042
2042
|
} = E(), {
|
|
2043
2043
|
enableFollowupQuestions: a
|
|
2044
|
-
} =
|
|
2044
|
+
} = ne(), {
|
|
2045
2045
|
chatId: i,
|
|
2046
2046
|
isError: l
|
|
2047
2047
|
} = _t(e, t, !0), [s, u] = R(null), {
|
|
@@ -2055,7 +2055,7 @@ const So = (e) => {
|
|
|
2055
2055
|
const {
|
|
2056
2056
|
mutate: x,
|
|
2057
2057
|
isLoading: o
|
|
2058
|
-
} =
|
|
2058
|
+
} = zo(i, a), p = Dr(c);
|
|
2059
2059
|
return {
|
|
2060
2060
|
chatId: i,
|
|
2061
2061
|
history: c ?? [],
|
|
@@ -2065,7 +2065,7 @@ const So = (e) => {
|
|
|
2065
2065
|
isLoading: g,
|
|
2066
2066
|
lastError: s
|
|
2067
2067
|
};
|
|
2068
|
-
},
|
|
2068
|
+
}, td = ({
|
|
2069
2069
|
contextTitle: e,
|
|
2070
2070
|
contextDetails: t
|
|
2071
2071
|
}) => {
|
|
@@ -2074,8 +2074,8 @@ const So = (e) => {
|
|
|
2074
2074
|
} = _t(e, t), {
|
|
2075
2075
|
history: a
|
|
2076
2076
|
} = wt(r);
|
|
2077
|
-
return
|
|
2078
|
-
},
|
|
2077
|
+
return Dr(a);
|
|
2078
|
+
}, rd = ({
|
|
2079
2079
|
contextTitle: e,
|
|
2080
2080
|
contextDetails: t
|
|
2081
2081
|
}) => {
|
|
@@ -2092,7 +2092,7 @@ const So = (e) => {
|
|
|
2092
2092
|
}
|
|
2093
2093
|
return null;
|
|
2094
2094
|
}, [a]);
|
|
2095
|
-
},
|
|
2095
|
+
}, $o = 500, Wo = 500, qo = 500, Po = 900, Go = _.div`
|
|
2096
2096
|
box-sizing: border-box;
|
|
2097
2097
|
position: relative;
|
|
2098
2098
|
display: flex;
|
|
@@ -2106,18 +2106,18 @@ const So = (e) => {
|
|
|
2106
2106
|
}) => e.aiChat.backgroundColor};
|
|
2107
2107
|
overflow: hidden;
|
|
2108
2108
|
|
|
2109
|
-
min-width: ${
|
|
2110
|
-
min-height: ${
|
|
2109
|
+
min-width: ${$o}px;
|
|
2110
|
+
min-height: ${Wo}px;
|
|
2111
2111
|
width: ${({
|
|
2112
2112
|
width: e
|
|
2113
|
-
}) => e ?
|
|
2113
|
+
}) => e ? Wt(e) : `${qo}px`};
|
|
2114
2114
|
height: ${({
|
|
2115
2115
|
height: e
|
|
2116
|
-
}) => e ?
|
|
2116
|
+
}) => e ? Wt(e) : `${Po}px`};
|
|
2117
2117
|
|
|
2118
2118
|
${({
|
|
2119
2119
|
theme: e
|
|
2120
|
-
}) =>
|
|
2120
|
+
}) => W`
|
|
2121
2121
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
2122
2122
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
2123
2123
|
`}
|
|
@@ -2125,10 +2125,10 @@ const So = (e) => {
|
|
|
2125
2125
|
theme: e
|
|
2126
2126
|
}) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
|
|
2127
2127
|
`;
|
|
2128
|
-
function
|
|
2128
|
+
function Wt(e) {
|
|
2129
2129
|
return typeof e == "number" ? `${e}px` : e;
|
|
2130
2130
|
}
|
|
2131
|
-
function
|
|
2131
|
+
function Bo({
|
|
2132
2132
|
spin: e
|
|
2133
2133
|
}) {
|
|
2134
2134
|
return /* @__PURE__ */ v("svg", {
|
|
@@ -2156,12 +2156,12 @@ function Je() {
|
|
|
2156
2156
|
return /* @__PURE__ */ n("div", {
|
|
2157
2157
|
className: "csdk-m-auto",
|
|
2158
2158
|
"aria-label": "loading spinner",
|
|
2159
|
-
children: /* @__PURE__ */ n(
|
|
2159
|
+
children: /* @__PURE__ */ n(Bo, {
|
|
2160
2160
|
spin: !0
|
|
2161
2161
|
})
|
|
2162
2162
|
});
|
|
2163
2163
|
}
|
|
2164
|
-
const
|
|
2164
|
+
const Yo = _.div`
|
|
2165
2165
|
text-align: center;
|
|
2166
2166
|
font-size: 11px;
|
|
2167
2167
|
line-height: 18px;
|
|
@@ -2177,13 +2177,13 @@ const Po = _.div`
|
|
|
2177
2177
|
theme: e
|
|
2178
2178
|
}) => e.aiChat.secondaryTextColor};
|
|
2179
2179
|
`;
|
|
2180
|
-
function
|
|
2180
|
+
function Ho({
|
|
2181
2181
|
theme: e
|
|
2182
2182
|
}) {
|
|
2183
2183
|
const {
|
|
2184
2184
|
t
|
|
2185
2185
|
} = E();
|
|
2186
|
-
return /* @__PURE__ */ v(
|
|
2186
|
+
return /* @__PURE__ */ v(Yo, {
|
|
2187
2187
|
theme: e,
|
|
2188
2188
|
children: [/* @__PURE__ */ n("div", {
|
|
2189
2189
|
children: t("ai.disclaimer.poweredByAi")
|
|
@@ -2192,11 +2192,11 @@ function Go({
|
|
|
2192
2192
|
})]
|
|
2193
2193
|
});
|
|
2194
2194
|
}
|
|
2195
|
-
const
|
|
2195
|
+
const Uo = _.div`
|
|
2196
2196
|
display: flex;
|
|
2197
2197
|
flex-direction: column;
|
|
2198
2198
|
row-gap: 4px;
|
|
2199
|
-
`,
|
|
2199
|
+
`, Qo = _.div`
|
|
2200
2200
|
font-size: 11px;
|
|
2201
2201
|
line-height: 18px;
|
|
2202
2202
|
font-weight: 300;
|
|
@@ -2210,7 +2210,7 @@ const Bo = _.div`
|
|
|
2210
2210
|
theme: e
|
|
2211
2211
|
}) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
2212
2212
|
}
|
|
2213
|
-
`,
|
|
2213
|
+
`, Fo = _.div`
|
|
2214
2214
|
font-size: ${({
|
|
2215
2215
|
theme: e
|
|
2216
2216
|
}) => e.aiChat.primaryFontSize[0]};
|
|
@@ -2228,7 +2228,7 @@ const Bo = _.div`
|
|
|
2228
2228
|
}) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
2229
2229
|
}
|
|
2230
2230
|
`;
|
|
2231
|
-
function
|
|
2231
|
+
function Vo({
|
|
2232
2232
|
title: e,
|
|
2233
2233
|
items: t,
|
|
2234
2234
|
onSelect: r,
|
|
@@ -2237,19 +2237,19 @@ function Uo({
|
|
|
2237
2237
|
const [i, l] = R(!1), {
|
|
2238
2238
|
themeSettings: s
|
|
2239
2239
|
} = D();
|
|
2240
|
-
return /* @__PURE__ */ v(
|
|
2241
|
-
children: [/* @__PURE__ */ n(
|
|
2240
|
+
return /* @__PURE__ */ v(Uo, {
|
|
2241
|
+
children: [/* @__PURE__ */ n(Qo, {
|
|
2242
2242
|
onClick: () => l((u) => !u),
|
|
2243
2243
|
theme: s,
|
|
2244
2244
|
children: e.toUpperCase()
|
|
2245
|
-
}), (i || a) && t.map((u, c) => /* @__PURE__ */ n(
|
|
2245
|
+
}), (i || a) && t.map((u, c) => /* @__PURE__ */ n(Fo, {
|
|
2246
2246
|
onClick: () => r(u),
|
|
2247
2247
|
theme: s,
|
|
2248
2248
|
children: u
|
|
2249
2249
|
}, c))]
|
|
2250
2250
|
});
|
|
2251
2251
|
}
|
|
2252
|
-
const
|
|
2252
|
+
const Jo = _.div`
|
|
2253
2253
|
font-family: ${({
|
|
2254
2254
|
theme: e
|
|
2255
2255
|
}) => e.typography.fontFamily};
|
|
@@ -2273,7 +2273,7 @@ const Qo = _.div`
|
|
|
2273
2273
|
display: flex;
|
|
2274
2274
|
flex-direction: column;
|
|
2275
2275
|
row-gap: 4px;
|
|
2276
|
-
`,
|
|
2276
|
+
`, Xo = _.div`
|
|
2277
2277
|
font-size: ${({
|
|
2278
2278
|
theme: e
|
|
2279
2279
|
}) => e.aiChat.primaryFontSize[0]};
|
|
@@ -2285,7 +2285,7 @@ const Qo = _.div`
|
|
|
2285
2285
|
}) => e.aiChat.dropup.items.textColor};
|
|
2286
2286
|
padding: 4px 12px;
|
|
2287
2287
|
`, ct = (e) => e.startsWith("/");
|
|
2288
|
-
function
|
|
2288
|
+
function Ko({
|
|
2289
2289
|
recentPrompts: e,
|
|
2290
2290
|
suggestions: t,
|
|
2291
2291
|
isLoading: r,
|
|
@@ -2307,7 +2307,7 @@ function Vo({
|
|
|
2307
2307
|
} = D(), {
|
|
2308
2308
|
t: g
|
|
2309
2309
|
} = E(), b = u.length === 1;
|
|
2310
|
-
return /* @__PURE__ */ n(
|
|
2310
|
+
return /* @__PURE__ */ n(dr, {
|
|
2311
2311
|
open: ct(l) && u.length > 0,
|
|
2312
2312
|
anchorEl: i,
|
|
2313
2313
|
placement: "top-start",
|
|
@@ -2320,22 +2320,22 @@ function Vo({
|
|
|
2320
2320
|
sx: {
|
|
2321
2321
|
zIndex: 3
|
|
2322
2322
|
},
|
|
2323
|
-
children: /* @__PURE__ */ v(
|
|
2323
|
+
children: /* @__PURE__ */ v(Jo, {
|
|
2324
2324
|
style: {
|
|
2325
2325
|
width: i == null ? void 0 : i.offsetWidth
|
|
2326
2326
|
},
|
|
2327
2327
|
theme: c,
|
|
2328
|
-
children: [r && /* @__PURE__ */ n(Je, {}), !r && !s && u.map((x) => /* @__PURE__ */ n(
|
|
2328
|
+
children: [r && /* @__PURE__ */ n(Je, {}), !r && !s && u.map((x) => /* @__PURE__ */ n(Vo, T(M({}, x), {
|
|
2329
2329
|
alwaysExpanded: b
|
|
2330
|
-
}), x.title)), s && /* @__PURE__ */ n(
|
|
2330
|
+
}), x.title)), s && /* @__PURE__ */ n(Xo, {
|
|
2331
2331
|
theme: c,
|
|
2332
2332
|
children: g("ai.errors.recommendationsNotAvailable")
|
|
2333
2333
|
})]
|
|
2334
2334
|
})
|
|
2335
2335
|
});
|
|
2336
2336
|
}
|
|
2337
|
-
const
|
|
2338
|
-
function
|
|
2337
|
+
const en = 500;
|
|
2338
|
+
function Oe({
|
|
2339
2339
|
title: e,
|
|
2340
2340
|
placement: t = "top",
|
|
2341
2341
|
children: r
|
|
@@ -2343,7 +2343,7 @@ function je({
|
|
|
2343
2343
|
const {
|
|
2344
2344
|
themeSettings: a
|
|
2345
2345
|
} = D();
|
|
2346
|
-
return /* @__PURE__ */ n(
|
|
2346
|
+
return /* @__PURE__ */ n(ri, {
|
|
2347
2347
|
title: e,
|
|
2348
2348
|
placement: t,
|
|
2349
2349
|
disableInteractive: !0,
|
|
@@ -2371,7 +2371,7 @@ function je({
|
|
|
2371
2371
|
children: r
|
|
2372
2372
|
});
|
|
2373
2373
|
}
|
|
2374
|
-
function
|
|
2374
|
+
function tn({
|
|
2375
2375
|
theme: e
|
|
2376
2376
|
}) {
|
|
2377
2377
|
const t = e.aiChat.icons.color;
|
|
@@ -2393,7 +2393,7 @@ function Xo({
|
|
|
2393
2393
|
})]
|
|
2394
2394
|
});
|
|
2395
2395
|
}
|
|
2396
|
-
function
|
|
2396
|
+
function rn({
|
|
2397
2397
|
theme: e
|
|
2398
2398
|
}) {
|
|
2399
2399
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -2408,7 +2408,7 @@ function Ko({
|
|
|
2408
2408
|
})
|
|
2409
2409
|
});
|
|
2410
2410
|
}
|
|
2411
|
-
const
|
|
2411
|
+
const an = _.div`
|
|
2412
2412
|
display: flex;
|
|
2413
2413
|
flex-direction: row;
|
|
2414
2414
|
align-items: flex-end;
|
|
@@ -2417,12 +2417,12 @@ const en = _.div`
|
|
|
2417
2417
|
background-color: ${({
|
|
2418
2418
|
theme: e
|
|
2419
2419
|
}) => e.aiChat.backgroundColor};
|
|
2420
|
-
`,
|
|
2420
|
+
`, on = _.button`
|
|
2421
2421
|
height: 34px;
|
|
2422
2422
|
background-color: inherit;
|
|
2423
2423
|
cursor: pointer;
|
|
2424
2424
|
border: none;
|
|
2425
|
-
`,
|
|
2425
|
+
`, nn = _.textarea`
|
|
2426
2426
|
font-size: inherit;
|
|
2427
2427
|
line-height: inherit;
|
|
2428
2428
|
resize: none;
|
|
@@ -2456,7 +2456,7 @@ const en = _.div`
|
|
|
2456
2456
|
background-color: ${({
|
|
2457
2457
|
theme: e
|
|
2458
2458
|
}) => e.aiChat.input.backgroundColor};
|
|
2459
|
-
`,
|
|
2459
|
+
`, ln = _.button`
|
|
2460
2460
|
height: 34px;
|
|
2461
2461
|
background-color: inherit;
|
|
2462
2462
|
border-style: none;
|
|
@@ -2467,15 +2467,15 @@ const en = _.div`
|
|
|
2467
2467
|
|
|
2468
2468
|
${({
|
|
2469
2469
|
disabled: e
|
|
2470
|
-
}) => e ?
|
|
2470
|
+
}) => e ? W`
|
|
2471
2471
|
opacity: 0.3;
|
|
2472
2472
|
cursor: not-allowed;
|
|
2473
|
-
` :
|
|
2473
|
+
` : W`
|
|
2474
2474
|
opacity: 1;
|
|
2475
2475
|
cursor: pointer;
|
|
2476
2476
|
`}
|
|
2477
|
-
`,
|
|
2478
|
-
function
|
|
2477
|
+
`, sn = 34;
|
|
2478
|
+
function dn({
|
|
2479
2479
|
onSendMessage: e,
|
|
2480
2480
|
onClearHistoryClick: t,
|
|
2481
2481
|
disabled: r,
|
|
@@ -2487,7 +2487,7 @@ function nn({
|
|
|
2487
2487
|
}) {
|
|
2488
2488
|
const [c, g] = R(""), {
|
|
2489
2489
|
inputPromptText: b
|
|
2490
|
-
} =
|
|
2490
|
+
} = ne(), x = j(() => {
|
|
2491
2491
|
if (r)
|
|
2492
2492
|
return;
|
|
2493
2493
|
if (ct(c)) {
|
|
@@ -2507,7 +2507,7 @@ function nn({
|
|
|
2507
2507
|
m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(
|
|
2508
2508
|
m.current.scrollHeight + 2,
|
|
2509
2509
|
// account for 1px top/bottom border
|
|
2510
|
-
|
|
2510
|
+
sn
|
|
2511
2511
|
)}px`);
|
|
2512
2512
|
}, [c]), Be(() => {
|
|
2513
2513
|
m.current && m.current.focus({
|
|
@@ -2530,9 +2530,9 @@ function nn({
|
|
|
2530
2530
|
document.addEventListener("mouseup", A), document.addEventListener("keyup", A);
|
|
2531
2531
|
}
|
|
2532
2532
|
}, []);
|
|
2533
|
-
return /* @__PURE__ */ v(
|
|
2533
|
+
return /* @__PURE__ */ v(an, {
|
|
2534
2534
|
theme: h,
|
|
2535
|
-
children: [/* @__PURE__ */ n(
|
|
2535
|
+
children: [/* @__PURE__ */ n(Ko, {
|
|
2536
2536
|
recentPrompts: a,
|
|
2537
2537
|
suggestions: i,
|
|
2538
2538
|
isLoading: l,
|
|
@@ -2540,20 +2540,20 @@ function nn({
|
|
|
2540
2540
|
anchorEl: m.current,
|
|
2541
2541
|
text: c,
|
|
2542
2542
|
recommendationsError: s
|
|
2543
|
-
}), t && /* @__PURE__ */ n(
|
|
2543
|
+
}), t && /* @__PURE__ */ n(Oe, {
|
|
2544
2544
|
title: w("ai.buttons.clearChat"),
|
|
2545
2545
|
placement: "bottom-start",
|
|
2546
|
-
children: /* @__PURE__ */ n(
|
|
2546
|
+
children: /* @__PURE__ */ n(on, {
|
|
2547
2547
|
"aria-label": "clear history",
|
|
2548
2548
|
onClick: t,
|
|
2549
|
-
children: /* @__PURE__ */ n(
|
|
2549
|
+
children: /* @__PURE__ */ n(tn, {
|
|
2550
2550
|
theme: h
|
|
2551
2551
|
})
|
|
2552
2552
|
})
|
|
2553
|
-
}), /* @__PURE__ */ n(
|
|
2553
|
+
}), /* @__PURE__ */ n(nn, {
|
|
2554
2554
|
"aria-label": "chat input",
|
|
2555
2555
|
onBlur: C,
|
|
2556
|
-
maxLength:
|
|
2556
|
+
maxLength: en,
|
|
2557
2557
|
ref: m,
|
|
2558
2558
|
rows: 1,
|
|
2559
2559
|
onChange: d,
|
|
@@ -2562,54 +2562,54 @@ function nn({
|
|
|
2562
2562
|
value: c,
|
|
2563
2563
|
onKeyDown: p,
|
|
2564
2564
|
theme: h
|
|
2565
|
-
}), /* @__PURE__ */ n(
|
|
2565
|
+
}), /* @__PURE__ */ n(ln, {
|
|
2566
2566
|
"aria-label": "send chat message",
|
|
2567
2567
|
disabled: r || c.length === 0,
|
|
2568
2568
|
onClick: x,
|
|
2569
2569
|
theme: h,
|
|
2570
2570
|
children: /* @__PURE__ */ n("span", {
|
|
2571
2571
|
"data-state": "closed",
|
|
2572
|
-
children: /* @__PURE__ */ n(
|
|
2572
|
+
children: /* @__PURE__ */ n(rn, {
|
|
2573
2573
|
theme: h
|
|
2574
2574
|
})
|
|
2575
2575
|
})
|
|
2576
2576
|
})]
|
|
2577
2577
|
});
|
|
2578
2578
|
}
|
|
2579
|
-
const
|
|
2579
|
+
const cn = _.div`
|
|
2580
2580
|
margin: auto;
|
|
2581
2581
|
display: flex;
|
|
2582
2582
|
flex-direction: column;
|
|
2583
2583
|
align-items: center;
|
|
2584
2584
|
row-gap: 21px;
|
|
2585
|
-
`,
|
|
2585
|
+
`, pn = _.div`
|
|
2586
2586
|
color: ${({
|
|
2587
2587
|
theme: e
|
|
2588
2588
|
}) => e.aiChat.primaryTextColor};
|
|
2589
2589
|
text-align: center;
|
|
2590
2590
|
font-weight: 600;
|
|
2591
|
-
`,
|
|
2591
|
+
`, un = _.div`
|
|
2592
2592
|
color: rgba(54, 163, 217, 1);
|
|
2593
2593
|
cursor: pointer;
|
|
2594
2594
|
`;
|
|
2595
|
-
function
|
|
2595
|
+
function Ar({
|
|
2596
2596
|
text: e,
|
|
2597
2597
|
action: t
|
|
2598
2598
|
}) {
|
|
2599
2599
|
const {
|
|
2600
2600
|
themeSettings: r
|
|
2601
2601
|
} = D();
|
|
2602
|
-
return /* @__PURE__ */ v(
|
|
2603
|
-
children: [/* @__PURE__ */ n(
|
|
2602
|
+
return /* @__PURE__ */ v(cn, {
|
|
2603
|
+
children: [/* @__PURE__ */ n(pn, {
|
|
2604
2604
|
theme: r,
|
|
2605
2605
|
children: e
|
|
2606
|
-
}), /* @__PURE__ */ n(
|
|
2606
|
+
}), /* @__PURE__ */ n(qa, {}), t && /* @__PURE__ */ n(un, {
|
|
2607
2607
|
onClick: t.onClick,
|
|
2608
2608
|
children: t.text
|
|
2609
2609
|
})]
|
|
2610
2610
|
});
|
|
2611
2611
|
}
|
|
2612
|
-
const
|
|
2612
|
+
const gn = _.div`
|
|
2613
2613
|
flex: 0 0 80px;
|
|
2614
2614
|
padding-left: 14px;
|
|
2615
2615
|
padding-right: 14px;
|
|
@@ -2620,7 +2620,7 @@ const cn = _.div`
|
|
|
2620
2620
|
background-color: ${({
|
|
2621
2621
|
style: e
|
|
2622
2622
|
}) => e.backgroundColor};
|
|
2623
|
-
`,
|
|
2623
|
+
`, hn = _.div`
|
|
2624
2624
|
font-size: 18px;
|
|
2625
2625
|
line-height: 22px;
|
|
2626
2626
|
font-weight: 600;
|
|
@@ -2629,16 +2629,16 @@ const cn = _.div`
|
|
|
2629
2629
|
color: ${({
|
|
2630
2630
|
style: e
|
|
2631
2631
|
}) => e.textColor};
|
|
2632
|
-
`,
|
|
2632
|
+
`, Lr = tr(function({
|
|
2633
2633
|
title: e,
|
|
2634
2634
|
leftNav: t,
|
|
2635
2635
|
rightNav: r,
|
|
2636
2636
|
style: a
|
|
2637
2637
|
}, i) {
|
|
2638
|
-
return /* @__PURE__ */ v(
|
|
2638
|
+
return /* @__PURE__ */ v(gn, {
|
|
2639
2639
|
ref: i,
|
|
2640
2640
|
style: a,
|
|
2641
|
-
children: [t, /* @__PURE__ */ n(
|
|
2641
|
+
children: [t, /* @__PURE__ */ n(hn, {
|
|
2642
2642
|
style: a,
|
|
2643
2643
|
children: e
|
|
2644
2644
|
}), r && /* @__PURE__ */ n("div", {
|
|
@@ -2646,7 +2646,7 @@ const cn = _.div`
|
|
|
2646
2646
|
children: r
|
|
2647
2647
|
})]
|
|
2648
2648
|
});
|
|
2649
|
-
}),
|
|
2649
|
+
}), $e = _.div`
|
|
2650
2650
|
width: 5px;
|
|
2651
2651
|
height: 5px;
|
|
2652
2652
|
border-radius: 50%;
|
|
@@ -2682,13 +2682,13 @@ function vt() {
|
|
|
2682
2682
|
return /* @__PURE__ */ v("div", {
|
|
2683
2683
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
2684
2684
|
"aria-label": "loading dots",
|
|
2685
|
-
children: [/* @__PURE__ */ n(
|
|
2685
|
+
children: [/* @__PURE__ */ n($e, {
|
|
2686
2686
|
color: t
|
|
2687
|
-
}), /* @__PURE__ */ n(
|
|
2687
|
+
}), /* @__PURE__ */ n($e, {
|
|
2688
2688
|
color: t
|
|
2689
|
-
}), /* @__PURE__ */ n(
|
|
2689
|
+
}), /* @__PURE__ */ n($e, {
|
|
2690
2690
|
color: t
|
|
2691
|
-
}), /* @__PURE__ */ n(
|
|
2691
|
+
}), /* @__PURE__ */ n($e, {
|
|
2692
2692
|
color: t
|
|
2693
2693
|
})]
|
|
2694
2694
|
});
|
|
@@ -2703,7 +2703,7 @@ function pe() {
|
|
|
2703
2703
|
return e;
|
|
2704
2704
|
}, pe.apply(this, arguments);
|
|
2705
2705
|
}
|
|
2706
|
-
const
|
|
2706
|
+
const mn = ["children", "options"], k = {
|
|
2707
2707
|
blockQuote: "0",
|
|
2708
2708
|
breakLine: "1",
|
|
2709
2709
|
breakThematic: "2",
|
|
@@ -2753,34 +2753,34 @@ const Pt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus",
|
|
|
2753
2753
|
lt: "<",
|
|
2754
2754
|
nbsp: " ",
|
|
2755
2755
|
quot: "“"
|
|
2756
|
-
},
|
|
2757
|
-
function
|
|
2756
|
+
}, fn = ["style", "script"], bn = ["src", "href", "data", "formAction", "srcDoc", "action"], xn = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, kn = /mailto:/i, yn = /\n{2,}$/, Tr = /^(\s*>[\s\S]*?)(?=\n\n|$)/, wn = /^ *> ?/gm, _n = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, Cn = /^ {2,}\n/, vn = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Nr = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, jr = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, Sn = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, Mn = /^(?:\n *)*\n/, In = /\r\n?/g, Dn = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, An = /^\[\^([^\]]+)]/, Ln = /\f/g, Tn = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Nn = /^\s*?\[(x|\s)\]/, Or = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Er = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, zr = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, pt = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, jn = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Rr = /^<!--[\s\S]*?(?:-->)/, On = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, ut = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, En = /^\{.*\}$/, zn = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Rn = /^<([^ >]+@[^ >]+)>/, Zn = /^<([^ >]+:\/[^ >]+)>/, $n = /-([a-z])?/gi, Zr = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Wn = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, qn = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Pn = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Gn = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Bn = /\t/g, Yn = /(^ *\||\| *$)/g, Hn = /^ *:-+: *$/, Un = /^ *:-+ *$/, Qn = /^ *-+: *$/, Xe = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Fn = new RegExp(`^([*_])\\1${Xe}\\1\\1(?!\\1)`), Vn = new RegExp(`^([*_])${Xe}\\1(?!\\1)`), Jn = new RegExp(`^(==)${Xe}\\1`), Xn = new RegExp(`^(~~)${Xe}\\1`), Kn = /^\\([^0-9A-Za-z\s])/, Bt = /\\([^0-9A-Za-z\s])/g, el = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, tl = /^\n+/, rl = /^([ \t]*)/, al = /\\([^\\])/g, il = /(?:^|\n)( *)$/, St = "(?:\\d+\\.)", Mt = "(?:[*+-])";
|
|
2757
|
+
function $r(e) {
|
|
2758
2758
|
return "( *)(" + (e === 1 ? St : Mt) + ") +";
|
|
2759
2759
|
}
|
|
2760
|
-
const
|
|
2761
|
-
function
|
|
2762
|
-
return new RegExp("^" + (e === 1 ?
|
|
2760
|
+
const Wr = $r(1), qr = $r(2);
|
|
2761
|
+
function Pr(e) {
|
|
2762
|
+
return new RegExp("^" + (e === 1 ? Wr : qr));
|
|
2763
2763
|
}
|
|
2764
|
-
const
|
|
2765
|
-
function
|
|
2766
|
-
return new RegExp("^" + (e === 1 ?
|
|
2764
|
+
const ol = Pr(1), nl = Pr(2);
|
|
2765
|
+
function Gr(e) {
|
|
2766
|
+
return new RegExp("^" + (e === 1 ? Wr : qr) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? St : Mt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
2767
2767
|
}
|
|
2768
|
-
const
|
|
2769
|
-
function
|
|
2768
|
+
const ll = Gr(1), sl = Gr(2);
|
|
2769
|
+
function Br(e) {
|
|
2770
2770
|
const t = e === 1 ? St : Mt;
|
|
2771
2771
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
2772
2772
|
}
|
|
2773
|
-
const
|
|
2774
|
-
function
|
|
2775
|
-
const r = t === 1, a = r ?
|
|
2773
|
+
const Yr = Br(1), Hr = Br(2);
|
|
2774
|
+
function Yt(e, t) {
|
|
2775
|
+
const r = t === 1, a = r ? Yr : Hr, i = r ? ll : sl, l = r ? ol : nl;
|
|
2776
2776
|
return {
|
|
2777
2777
|
match: xe(function(s, u) {
|
|
2778
|
-
const c =
|
|
2778
|
+
const c = il.exec(u.prevCapture);
|
|
2779
2779
|
return c && (u.list || !u.inline && !u.simple) ? a.exec(s = c[1] + s) : null;
|
|
2780
2780
|
}),
|
|
2781
2781
|
order: 1,
|
|
2782
2782
|
parse(s, u, c) {
|
|
2783
|
-
const g = r ? +s[2] : void 0, b = s[0].replace(
|
|
2783
|
+
const g = r ? +s[2] : void 0, b = s[0].replace(yn, `
|
|
2784
2784
|
`).match(i);
|
|
2785
2785
|
let x = !1;
|
|
2786
2786
|
return {
|
|
@@ -2791,9 +2791,9 @@ function Ht(e, t) {
|
|
|
2791
2791
|
x = C;
|
|
2792
2792
|
const y = c.inline, I = c.list;
|
|
2793
2793
|
let A;
|
|
2794
|
-
c.list = !0, C ? (c.inline = !1, A =
|
|
2794
|
+
c.list = !0, C ? (c.inline = !1, A = Te(h) + `
|
|
2795
2795
|
|
|
2796
|
-
`) : (c.inline = !0, A =
|
|
2796
|
+
`) : (c.inline = !0, A = Te(h));
|
|
2797
2797
|
const S = u(A, c);
|
|
2798
2798
|
return c.inline = y, c.list = I, S;
|
|
2799
2799
|
}),
|
|
@@ -2811,8 +2811,8 @@ function Ht(e, t) {
|
|
|
2811
2811
|
}))
|
|
2812
2812
|
};
|
|
2813
2813
|
}
|
|
2814
|
-
const
|
|
2815
|
-
function
|
|
2814
|
+
const dl = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), cl = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, Ur = [Tr, Nr, jr, Or, zr, Er, Zr, Yr, Hr], pl = [...Ur, /^[^\n]+(?: \n|\n{2,})/, pt, Rr, ut];
|
|
2815
|
+
function Te(e) {
|
|
2816
2816
|
let t = e.length;
|
|
2817
2817
|
for (; t > 0 && e[t - 1] <= " "; )
|
|
2818
2818
|
t--;
|
|
@@ -2821,10 +2821,10 @@ function Le(e) {
|
|
|
2821
2821
|
function Se(e) {
|
|
2822
2822
|
return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
|
|
2823
2823
|
}
|
|
2824
|
-
function
|
|
2825
|
-
return
|
|
2824
|
+
function ul(e) {
|
|
2825
|
+
return Qn.test(e) ? "right" : Hn.test(e) ? "center" : Un.test(e) ? "left" : null;
|
|
2826
2826
|
}
|
|
2827
|
-
function
|
|
2827
|
+
function Ht(e, t, r, a) {
|
|
2828
2828
|
const i = r.inTable;
|
|
2829
2829
|
r.inTable = !0;
|
|
2830
2830
|
let l = [[]], s = "";
|
|
@@ -2838,14 +2838,14 @@ function Yt(e, t, r, a) {
|
|
|
2838
2838
|
c.trim() === "|" && (u(), a) ? g !== 0 && g !== b.length - 1 && l.push([]) : s += c;
|
|
2839
2839
|
}), u(), r.inTable = i, l;
|
|
2840
2840
|
}
|
|
2841
|
-
function
|
|
2841
|
+
function gl(e, t, r) {
|
|
2842
2842
|
r.inline = !0;
|
|
2843
|
-
const a = e[2] ? e[2].replace(
|
|
2843
|
+
const a = e[2] ? e[2].replace(Yn, "").split("|").map(ul) : [], i = e[3] ? function(s, u, c) {
|
|
2844
2844
|
return s.trim().split(`
|
|
2845
2845
|
`).map(function(g) {
|
|
2846
|
-
return
|
|
2846
|
+
return Ht(g, u, c, !0);
|
|
2847
2847
|
});
|
|
2848
|
-
}(e[3], t, r) : [], l =
|
|
2848
|
+
}(e[3], t, r) : [], l = Ht(e[1], t, r, !!i.length);
|
|
2849
2849
|
return r.inline = !1, i.length ? {
|
|
2850
2850
|
align: a,
|
|
2851
2851
|
cells: i,
|
|
@@ -2864,12 +2864,12 @@ function Ut(e, t) {
|
|
|
2864
2864
|
function xe(e) {
|
|
2865
2865
|
return e.inline = 1, e;
|
|
2866
2866
|
}
|
|
2867
|
-
function
|
|
2867
|
+
function le(e) {
|
|
2868
2868
|
return xe(function(t, r) {
|
|
2869
2869
|
return r.inline ? e.exec(t) : null;
|
|
2870
2870
|
});
|
|
2871
2871
|
}
|
|
2872
|
-
function
|
|
2872
|
+
function se(e) {
|
|
2873
2873
|
return xe(function(t, r) {
|
|
2874
2874
|
return r.inline || r.simple ? e.exec(t) : null;
|
|
2875
2875
|
});
|
|
@@ -2884,21 +2884,21 @@ function Me(e) {
|
|
|
2884
2884
|
return e.exec(t);
|
|
2885
2885
|
});
|
|
2886
2886
|
}
|
|
2887
|
-
function
|
|
2887
|
+
function hl(e, t) {
|
|
2888
2888
|
if (t.inline || t.simple)
|
|
2889
2889
|
return null;
|
|
2890
2890
|
let r = "";
|
|
2891
2891
|
e.split(`
|
|
2892
2892
|
`).every((i) => (i += `
|
|
2893
|
-
`, !
|
|
2894
|
-
const a =
|
|
2893
|
+
`, !Ur.some((l) => l.test(i)) && (r += i, !!i.trim())));
|
|
2894
|
+
const a = Te(r);
|
|
2895
2895
|
return a == "" ? null : [r, , a];
|
|
2896
2896
|
}
|
|
2897
|
-
const
|
|
2898
|
-
function
|
|
2897
|
+
const ml = /(javascript|vbscript|data(?!:image)):/i;
|
|
2898
|
+
function fl(e) {
|
|
2899
2899
|
try {
|
|
2900
2900
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
2901
|
-
if (
|
|
2901
|
+
if (ml.test(t))
|
|
2902
2902
|
return null;
|
|
2903
2903
|
} catch {
|
|
2904
2904
|
return null;
|
|
@@ -2906,28 +2906,28 @@ function gl(e) {
|
|
|
2906
2906
|
return e;
|
|
2907
2907
|
}
|
|
2908
2908
|
function Qt(e) {
|
|
2909
|
-
return e.replace(
|
|
2909
|
+
return e.replace(al, "$1");
|
|
2910
2910
|
}
|
|
2911
|
-
function
|
|
2911
|
+
function Ge(e, t, r) {
|
|
2912
2912
|
const a = r.inline || !1, i = r.simple || !1;
|
|
2913
2913
|
r.inline = !0, r.simple = !0;
|
|
2914
2914
|
const l = e(t, r);
|
|
2915
2915
|
return r.inline = a, r.simple = i, l;
|
|
2916
2916
|
}
|
|
2917
|
-
function
|
|
2917
|
+
function bl(e, t, r) {
|
|
2918
2918
|
const a = r.inline || !1, i = r.simple || !1;
|
|
2919
2919
|
r.inline = !1, r.simple = !0;
|
|
2920
2920
|
const l = e(t, r);
|
|
2921
2921
|
return r.inline = a, r.simple = i, l;
|
|
2922
2922
|
}
|
|
2923
|
-
function
|
|
2923
|
+
function xl(e, t, r) {
|
|
2924
2924
|
const a = r.inline || !1;
|
|
2925
2925
|
r.inline = !1;
|
|
2926
2926
|
const i = e(t, r);
|
|
2927
2927
|
return r.inline = a, i;
|
|
2928
2928
|
}
|
|
2929
2929
|
const tt = (e, t, r) => ({
|
|
2930
|
-
children:
|
|
2930
|
+
children: Ge(t, e[2], r)
|
|
2931
2931
|
});
|
|
2932
2932
|
function rt() {
|
|
2933
2933
|
return {};
|
|
@@ -2935,7 +2935,7 @@ function rt() {
|
|
|
2935
2935
|
function at() {
|
|
2936
2936
|
return null;
|
|
2937
2937
|
}
|
|
2938
|
-
function
|
|
2938
|
+
function kl(...e) {
|
|
2939
2939
|
return e.filter(Boolean).join(" ");
|
|
2940
2940
|
}
|
|
2941
2941
|
function it(e, t, r) {
|
|
@@ -2945,21 +2945,21 @@ function it(e, t, r) {
|
|
|
2945
2945
|
i.shift();
|
|
2946
2946
|
return a || r;
|
|
2947
2947
|
}
|
|
2948
|
-
function
|
|
2948
|
+
function yl(e = "", t = {}) {
|
|
2949
2949
|
function r(o, p, ...d) {
|
|
2950
2950
|
const m = it(t.overrides, `${o}.props`, {});
|
|
2951
2951
|
return t.createElement(function(h, w) {
|
|
2952
2952
|
const C = it(w, h);
|
|
2953
2953
|
return C ? typeof C == "function" || typeof C == "object" && "render" in C ? C : it(w, `${h}.component`, h) : h;
|
|
2954
2954
|
}(o, t.overrides), pe({}, p, m, {
|
|
2955
|
-
className:
|
|
2955
|
+
className: kl(p == null ? void 0 : p.className, m.className) || void 0
|
|
2956
2956
|
}), ...d);
|
|
2957
2957
|
}
|
|
2958
2958
|
function a(o) {
|
|
2959
|
-
o = o.replace(
|
|
2959
|
+
o = o.replace(Tn, "");
|
|
2960
2960
|
let p = !1;
|
|
2961
|
-
t.forceInline ? p = !0 : t.forceBlock || (p =
|
|
2962
|
-
const d = g(c(p ? o : `${
|
|
2961
|
+
t.forceInline ? p = !0 : t.forceBlock || (p = Gn.test(o) === !1);
|
|
2962
|
+
const d = g(c(p ? o : `${Te(o).replace(tl, "")}
|
|
2963
2963
|
|
|
2964
2964
|
`, {
|
|
2965
2965
|
inline: p
|
|
@@ -2984,12 +2984,12 @@ function bl(e = "", t = {}) {
|
|
|
2984
2984
|
}, h);
|
|
2985
2985
|
}
|
|
2986
2986
|
function i(o, p) {
|
|
2987
|
-
const d = p.match(
|
|
2987
|
+
const d = p.match(xn);
|
|
2988
2988
|
return d ? d.reduce(function(m, h) {
|
|
2989
2989
|
const w = h.indexOf("=");
|
|
2990
2990
|
if (w !== -1) {
|
|
2991
2991
|
const C = function(S) {
|
|
2992
|
-
return S.indexOf("-") !== -1 && S.match(
|
|
2992
|
+
return S.indexOf("-") !== -1 && S.match(On) === null && (S = S.replace($n, function(L, Z) {
|
|
2993
2993
|
return Z.toUpperCase();
|
|
2994
2994
|
})), S;
|
|
2995
2995
|
}(h.slice(0, w)).trim(), y = function(S) {
|
|
@@ -3005,9 +3005,9 @@ function bl(e = "", t = {}) {
|
|
|
3005
3005
|
if (!F)
|
|
3006
3006
|
return G;
|
|
3007
3007
|
for (let z = 0; z < F.length; z++) {
|
|
3008
|
-
const
|
|
3009
|
-
if (
|
|
3010
|
-
U +=
|
|
3008
|
+
const $ = F[z];
|
|
3009
|
+
if ($ !== '"' && $ !== "'" || V || (B ? $ === J && (B = !1, J = "") : (B = !0, J = $)), $ === "(" && U.endsWith("url") ? V = !0 : $ === ")" && V && (V = !1), $ !== ";" || B || V)
|
|
3010
|
+
U += $;
|
|
3011
3011
|
else {
|
|
3012
3012
|
const Q = U.trim();
|
|
3013
3013
|
if (Q) {
|
|
@@ -3024,14 +3024,14 @@ function bl(e = "", t = {}) {
|
|
|
3024
3024
|
if (X) {
|
|
3025
3025
|
const z = X.indexOf(":");
|
|
3026
3026
|
if (z > 0) {
|
|
3027
|
-
const
|
|
3028
|
-
G.push([
|
|
3027
|
+
const $ = X.slice(0, z).trim(), Q = X.slice(z + 1).trim();
|
|
3028
|
+
G.push([$, Q]);
|
|
3029
3029
|
}
|
|
3030
3030
|
}
|
|
3031
3031
|
return G;
|
|
3032
3032
|
}(Z).reduce(function(F, [G, U]) {
|
|
3033
3033
|
return F[G.replace(/(-[a-z])/g, (V) => V[1].toUpperCase())] = ge(U, S, G), F;
|
|
3034
|
-
}, {}) :
|
|
3034
|
+
}, {}) : bn.indexOf(L) !== -1 ? ge(Z, S, L) : (Z.match(En) && (Z = Z.slice(1, Z.length - 1)), Z === "true" || Z !== "false" && Z);
|
|
3035
3035
|
}(o, C, y, t.sanitizer);
|
|
3036
3036
|
typeof A == "string" && (pt.test(A) || ut.test(A)) && (m[I] = a(A.trim()));
|
|
3037
3037
|
} else
|
|
@@ -3039,13 +3039,13 @@ function bl(e = "", t = {}) {
|
|
|
3039
3039
|
return m;
|
|
3040
3040
|
}, {}) : null;
|
|
3041
3041
|
}
|
|
3042
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
3042
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || fl, t.slugify = t.slugify || Se, t.namedCodesToUnicode = t.namedCodesToUnicode ? pe({}, Gt, t.namedCodesToUnicode) : Gt, t.createElement = t.createElement || ai;
|
|
3043
3043
|
const l = [], s = {}, u = {
|
|
3044
3044
|
[k.blockQuote]: {
|
|
3045
|
-
match: ae(
|
|
3045
|
+
match: ae(Tr),
|
|
3046
3046
|
order: 1,
|
|
3047
3047
|
parse(o, p, d) {
|
|
3048
|
-
const [, m, h] = o[0].replace(
|
|
3048
|
+
const [, m, h] = o[0].replace(wn, "").match(_n);
|
|
3049
3049
|
return {
|
|
3050
3050
|
alert: m,
|
|
3051
3051
|
children: p(h, d)
|
|
@@ -3068,7 +3068,7 @@ function bl(e = "", t = {}) {
|
|
|
3068
3068
|
}
|
|
3069
3069
|
},
|
|
3070
3070
|
[k.breakLine]: {
|
|
3071
|
-
match: Me(
|
|
3071
|
+
match: Me(Cn),
|
|
3072
3072
|
order: 1,
|
|
3073
3073
|
parse: rt,
|
|
3074
3074
|
render: (o, p, d) => r("br", {
|
|
@@ -3076,7 +3076,7 @@ function bl(e = "", t = {}) {
|
|
|
3076
3076
|
})
|
|
3077
3077
|
},
|
|
3078
3078
|
[k.breakThematic]: {
|
|
3079
|
-
match: ae(
|
|
3079
|
+
match: ae(vn),
|
|
3080
3080
|
order: 1,
|
|
3081
3081
|
parse: rt,
|
|
3082
3082
|
render: (o, p, d) => r("hr", {
|
|
@@ -3084,11 +3084,11 @@ function bl(e = "", t = {}) {
|
|
|
3084
3084
|
})
|
|
3085
3085
|
},
|
|
3086
3086
|
[k.codeBlock]: {
|
|
3087
|
-
match: ae(
|
|
3087
|
+
match: ae(jr),
|
|
3088
3088
|
order: 0,
|
|
3089
3089
|
parse: (o) => ({
|
|
3090
3090
|
lang: void 0,
|
|
3091
|
-
text:
|
|
3091
|
+
text: Te(o[0].replace(/^ {4}/gm, "")).replace(Bt, "$1")
|
|
3092
3092
|
}),
|
|
3093
3093
|
render: (o, p, d) => r("pre", {
|
|
3094
3094
|
key: d.key
|
|
@@ -3097,7 +3097,7 @@ function bl(e = "", t = {}) {
|
|
|
3097
3097
|
}), o.text))
|
|
3098
3098
|
},
|
|
3099
3099
|
[k.codeFenced]: {
|
|
3100
|
-
match: ae(
|
|
3100
|
+
match: ae(Nr),
|
|
3101
3101
|
order: 0,
|
|
3102
3102
|
parse: (o) => ({
|
|
3103
3103
|
attrs: i("code", o[3] || ""),
|
|
@@ -3107,7 +3107,7 @@ function bl(e = "", t = {}) {
|
|
|
3107
3107
|
})
|
|
3108
3108
|
},
|
|
3109
3109
|
[k.codeInline]: {
|
|
3110
|
-
match:
|
|
3110
|
+
match: se(Sn),
|
|
3111
3111
|
order: 3,
|
|
3112
3112
|
parse: (o) => ({
|
|
3113
3113
|
text: o[2].replace(Bt, "$1")
|
|
@@ -3117,7 +3117,7 @@ function bl(e = "", t = {}) {
|
|
|
3117
3117
|
}, o.text)
|
|
3118
3118
|
},
|
|
3119
3119
|
[k.footnote]: {
|
|
3120
|
-
match: ae(
|
|
3120
|
+
match: ae(Dn),
|
|
3121
3121
|
order: 0,
|
|
3122
3122
|
parse: (o) => (l.push({
|
|
3123
3123
|
footnote: o[2],
|
|
@@ -3126,7 +3126,7 @@ function bl(e = "", t = {}) {
|
|
|
3126
3126
|
render: at
|
|
3127
3127
|
},
|
|
3128
3128
|
[k.footnoteReference]: {
|
|
3129
|
-
match:
|
|
3129
|
+
match: le(An),
|
|
3130
3130
|
order: 1,
|
|
3131
3131
|
parse: (o) => ({
|
|
3132
3132
|
target: `#${t.slugify(o[1], Se)}`,
|
|
@@ -3140,7 +3140,7 @@ function bl(e = "", t = {}) {
|
|
|
3140
3140
|
}, o.text))
|
|
3141
3141
|
},
|
|
3142
3142
|
[k.gfmTask]: {
|
|
3143
|
-
match:
|
|
3143
|
+
match: le(Nn),
|
|
3144
3144
|
order: 1,
|
|
3145
3145
|
parse: (o) => ({
|
|
3146
3146
|
completed: o[1].toLowerCase() === "x"
|
|
@@ -3153,10 +3153,10 @@ function bl(e = "", t = {}) {
|
|
|
3153
3153
|
})
|
|
3154
3154
|
},
|
|
3155
3155
|
[k.heading]: {
|
|
3156
|
-
match: ae(t.enforceAtxHeadings ?
|
|
3156
|
+
match: ae(t.enforceAtxHeadings ? Er : Or),
|
|
3157
3157
|
order: 1,
|
|
3158
3158
|
parse: (o, p, d) => ({
|
|
3159
|
-
children:
|
|
3159
|
+
children: Ge(p, o[2], d),
|
|
3160
3160
|
id: t.slugify(o[2], Se),
|
|
3161
3161
|
level: o[1].length
|
|
3162
3162
|
}),
|
|
@@ -3166,10 +3166,10 @@ function bl(e = "", t = {}) {
|
|
|
3166
3166
|
}, p(o.children, d))
|
|
3167
3167
|
},
|
|
3168
3168
|
[k.headingSetext]: {
|
|
3169
|
-
match: ae(
|
|
3169
|
+
match: ae(zr),
|
|
3170
3170
|
order: 0,
|
|
3171
3171
|
parse: (o, p, d) => ({
|
|
3172
|
-
children:
|
|
3172
|
+
children: Ge(p, o[1], d),
|
|
3173
3173
|
level: o[2] === "=" ? 1 : 2,
|
|
3174
3174
|
type: k.heading
|
|
3175
3175
|
})
|
|
@@ -3178,9 +3178,9 @@ function bl(e = "", t = {}) {
|
|
|
3178
3178
|
match: Me(pt),
|
|
3179
3179
|
order: 1,
|
|
3180
3180
|
parse(o, p, d) {
|
|
3181
|
-
const [, m] = o[3].match(
|
|
3181
|
+
const [, m] = o[3].match(rl), h = new RegExp(`^${m}`, "gm"), w = o[3].replace(h, ""), C = (y = w, pl.some((Z) => Z.test(y)) ? xl : Ge);
|
|
3182
3182
|
var y;
|
|
3183
|
-
const I = o[1].toLowerCase(), A =
|
|
3183
|
+
const I = o[1].toLowerCase(), A = fn.indexOf(I) !== -1, S = (A ? I : o[1]).trim(), L = {
|
|
3184
3184
|
attrs: i(S, o[2]),
|
|
3185
3185
|
noInnerParse: A,
|
|
3186
3186
|
tag: S
|
|
@@ -3206,13 +3206,13 @@ function bl(e = "", t = {}) {
|
|
|
3206
3206
|
}))
|
|
3207
3207
|
},
|
|
3208
3208
|
[k.htmlComment]: {
|
|
3209
|
-
match: Me(
|
|
3209
|
+
match: Me(Rr),
|
|
3210
3210
|
order: 1,
|
|
3211
3211
|
parse: () => ({}),
|
|
3212
3212
|
render: at
|
|
3213
3213
|
},
|
|
3214
3214
|
[k.image]: {
|
|
3215
|
-
match:
|
|
3215
|
+
match: se(cl),
|
|
3216
3216
|
order: 1,
|
|
3217
3217
|
parse: (o) => ({
|
|
3218
3218
|
alt: o[1],
|
|
@@ -3227,10 +3227,10 @@ function bl(e = "", t = {}) {
|
|
|
3227
3227
|
})
|
|
3228
3228
|
},
|
|
3229
3229
|
[k.link]: {
|
|
3230
|
-
match:
|
|
3230
|
+
match: le(dl),
|
|
3231
3231
|
order: 3,
|
|
3232
3232
|
parse: (o, p, d) => ({
|
|
3233
|
-
children:
|
|
3233
|
+
children: bl(p, o[1], d),
|
|
3234
3234
|
target: Qt(o[2]),
|
|
3235
3235
|
title: o[3]
|
|
3236
3236
|
}),
|
|
@@ -3241,7 +3241,7 @@ function bl(e = "", t = {}) {
|
|
|
3241
3241
|
}, p(o.children, d))
|
|
3242
3242
|
},
|
|
3243
3243
|
[k.linkAngleBraceStyleDetector]: {
|
|
3244
|
-
match:
|
|
3244
|
+
match: le(Zn),
|
|
3245
3245
|
order: 0,
|
|
3246
3246
|
parse: (o) => ({
|
|
3247
3247
|
children: [{
|
|
@@ -3253,7 +3253,7 @@ function bl(e = "", t = {}) {
|
|
|
3253
3253
|
})
|
|
3254
3254
|
},
|
|
3255
3255
|
[k.linkBareUrlDetector]: {
|
|
3256
|
-
match: xe((o, p) => p.inAnchor || t.disableAutoLink ? null :
|
|
3256
|
+
match: xe((o, p) => p.inAnchor || t.disableAutoLink ? null : le(zn)(o, p)),
|
|
3257
3257
|
order: 0,
|
|
3258
3258
|
parse: (o) => ({
|
|
3259
3259
|
children: [{
|
|
@@ -3266,11 +3266,11 @@ function bl(e = "", t = {}) {
|
|
|
3266
3266
|
})
|
|
3267
3267
|
},
|
|
3268
3268
|
[k.linkMailtoDetector]: {
|
|
3269
|
-
match:
|
|
3269
|
+
match: le(Rn),
|
|
3270
3270
|
order: 0,
|
|
3271
3271
|
parse(o) {
|
|
3272
3272
|
let p = o[1], d = o[1];
|
|
3273
|
-
return
|
|
3273
|
+
return kn.test(d) || (d = "mailto:" + d), {
|
|
3274
3274
|
children: [{
|
|
3275
3275
|
text: p.replace("mailto:", ""),
|
|
3276
3276
|
type: k.text
|
|
@@ -3280,17 +3280,17 @@ function bl(e = "", t = {}) {
|
|
|
3280
3280
|
};
|
|
3281
3281
|
}
|
|
3282
3282
|
},
|
|
3283
|
-
[k.orderedList]:
|
|
3284
|
-
[k.unorderedList]:
|
|
3283
|
+
[k.orderedList]: Yt(r, 1),
|
|
3284
|
+
[k.unorderedList]: Yt(r, 2),
|
|
3285
3285
|
[k.newlineCoalescer]: {
|
|
3286
|
-
match: ae(
|
|
3286
|
+
match: ae(Mn),
|
|
3287
3287
|
order: 3,
|
|
3288
3288
|
parse: rt,
|
|
3289
3289
|
render: () => `
|
|
3290
3290
|
`
|
|
3291
3291
|
},
|
|
3292
3292
|
[k.paragraph]: {
|
|
3293
|
-
match: xe(
|
|
3293
|
+
match: xe(hl),
|
|
3294
3294
|
order: 3,
|
|
3295
3295
|
parse: tt,
|
|
3296
3296
|
render: (o, p, d) => r("p", {
|
|
@@ -3298,7 +3298,7 @@ function bl(e = "", t = {}) {
|
|
|
3298
3298
|
}, p(o.children, d))
|
|
3299
3299
|
},
|
|
3300
3300
|
[k.ref]: {
|
|
3301
|
-
match:
|
|
3301
|
+
match: le(Wn),
|
|
3302
3302
|
order: 0,
|
|
3303
3303
|
parse: (o) => (s[o[1]] = {
|
|
3304
3304
|
target: o[2],
|
|
@@ -3307,7 +3307,7 @@ function bl(e = "", t = {}) {
|
|
|
3307
3307
|
render: at
|
|
3308
3308
|
},
|
|
3309
3309
|
[k.refImage]: {
|
|
3310
|
-
match:
|
|
3310
|
+
match: se(qn),
|
|
3311
3311
|
order: 0,
|
|
3312
3312
|
parse: (o) => ({
|
|
3313
3313
|
alt: o[1] || void 0,
|
|
@@ -3321,7 +3321,7 @@ function bl(e = "", t = {}) {
|
|
|
3321
3321
|
}) : null
|
|
3322
3322
|
},
|
|
3323
3323
|
[k.refLink]: {
|
|
3324
|
-
match:
|
|
3324
|
+
match: le(Pn),
|
|
3325
3325
|
order: 0,
|
|
3326
3326
|
parse: (o, p, d) => ({
|
|
3327
3327
|
children: p(o[1], d),
|
|
@@ -3337,9 +3337,9 @@ function bl(e = "", t = {}) {
|
|
|
3337
3337
|
}, o.fallbackChildren)
|
|
3338
3338
|
},
|
|
3339
3339
|
[k.table]: {
|
|
3340
|
-
match: ae(
|
|
3340
|
+
match: ae(Zr),
|
|
3341
3341
|
order: 1,
|
|
3342
|
-
parse:
|
|
3342
|
+
parse: gl,
|
|
3343
3343
|
render(o, p, d) {
|
|
3344
3344
|
const m = o;
|
|
3345
3345
|
return r("table", {
|
|
@@ -3362,15 +3362,15 @@ function bl(e = "", t = {}) {
|
|
|
3362
3362
|
}
|
|
3363
3363
|
},
|
|
3364
3364
|
[k.text]: {
|
|
3365
|
-
match: Me(
|
|
3365
|
+
match: Me(el),
|
|
3366
3366
|
order: 4,
|
|
3367
3367
|
parse: (o) => ({
|
|
3368
|
-
text: o[0].replace(
|
|
3368
|
+
text: o[0].replace(jn, (p, d) => t.namedCodesToUnicode[d] ? t.namedCodesToUnicode[d] : p)
|
|
3369
3369
|
}),
|
|
3370
3370
|
render: (o) => o.text
|
|
3371
3371
|
},
|
|
3372
3372
|
[k.textBolded]: {
|
|
3373
|
-
match:
|
|
3373
|
+
match: se(Fn),
|
|
3374
3374
|
order: 2,
|
|
3375
3375
|
parse: (o, p, d) => ({
|
|
3376
3376
|
children: p(o[2], d)
|
|
@@ -3380,7 +3380,7 @@ function bl(e = "", t = {}) {
|
|
|
3380
3380
|
}, p(o.children, d))
|
|
3381
3381
|
},
|
|
3382
3382
|
[k.textEmphasized]: {
|
|
3383
|
-
match:
|
|
3383
|
+
match: se(Vn),
|
|
3384
3384
|
order: 3,
|
|
3385
3385
|
parse: (o, p, d) => ({
|
|
3386
3386
|
children: p(o[2], d)
|
|
@@ -3390,7 +3390,7 @@ function bl(e = "", t = {}) {
|
|
|
3390
3390
|
}, p(o.children, d))
|
|
3391
3391
|
},
|
|
3392
3392
|
[k.textEscaped]: {
|
|
3393
|
-
match:
|
|
3393
|
+
match: se(Kn),
|
|
3394
3394
|
order: 1,
|
|
3395
3395
|
parse: (o) => ({
|
|
3396
3396
|
text: o[1],
|
|
@@ -3398,7 +3398,7 @@ function bl(e = "", t = {}) {
|
|
|
3398
3398
|
})
|
|
3399
3399
|
},
|
|
3400
3400
|
[k.textMarked]: {
|
|
3401
|
-
match:
|
|
3401
|
+
match: se(Jn),
|
|
3402
3402
|
order: 3,
|
|
3403
3403
|
parse: tt,
|
|
3404
3404
|
render: (o, p, d) => r("mark", {
|
|
@@ -3406,7 +3406,7 @@ function bl(e = "", t = {}) {
|
|
|
3406
3406
|
}, p(o.children, d))
|
|
3407
3407
|
},
|
|
3408
3408
|
[k.textStrikethroughed]: {
|
|
3409
|
-
match:
|
|
3409
|
+
match: se(Xn),
|
|
3410
3410
|
order: 3,
|
|
3411
3411
|
parse: tt,
|
|
3412
3412
|
render: (o, p, d) => r("del", {
|
|
@@ -3441,8 +3441,8 @@ function bl(e = "", t = {}) {
|
|
|
3441
3441
|
return w !== C ? w - C : m < h ? -1 : 1;
|
|
3442
3442
|
}), function(m, h) {
|
|
3443
3443
|
return d(function(w) {
|
|
3444
|
-
return w.replace(
|
|
3445
|
-
`).replace(
|
|
3444
|
+
return w.replace(In, `
|
|
3445
|
+
`).replace(Ln, "").replace(Bn, " ");
|
|
3446
3446
|
}(m), h);
|
|
3447
3447
|
};
|
|
3448
3448
|
}(u), g = (b = /* @__PURE__ */ function(o, p) {
|
|
@@ -3476,7 +3476,7 @@ function bl(e = "", t = {}) {
|
|
|
3476
3476
|
})));
|
|
3477
3477
|
}))) : x;
|
|
3478
3478
|
}
|
|
3479
|
-
const
|
|
3479
|
+
const wl = (e) => {
|
|
3480
3480
|
let {
|
|
3481
3481
|
children: t = "",
|
|
3482
3482
|
options: r
|
|
@@ -3487,19 +3487,19 @@ const xl = (e) => {
|
|
|
3487
3487
|
for (u = 0; u < g.length; u++)
|
|
3488
3488
|
l.indexOf(s = g[u]) >= 0 || (c[s] = i[s]);
|
|
3489
3489
|
return c;
|
|
3490
|
-
}(e,
|
|
3491
|
-
return
|
|
3492
|
-
},
|
|
3490
|
+
}(e, mn);
|
|
3491
|
+
return Qa(yl(t, r), a);
|
|
3492
|
+
}, _l = _.div`
|
|
3493
3493
|
display: flex;
|
|
3494
3494
|
|
|
3495
3495
|
${({
|
|
3496
3496
|
align: e
|
|
3497
|
-
}) => e === "right" ?
|
|
3497
|
+
}) => e === "right" ? W`
|
|
3498
3498
|
justify-content: flex-end;
|
|
3499
|
-
` :
|
|
3499
|
+
` : W`
|
|
3500
3500
|
justify-content: flex-start;
|
|
3501
3501
|
`}
|
|
3502
|
-
`,
|
|
3502
|
+
`, Qr = _.div`
|
|
3503
3503
|
font-size: inherit;
|
|
3504
3504
|
line-height: inherit;
|
|
3505
3505
|
padding-top: 8.5px;
|
|
@@ -3512,17 +3512,17 @@ const xl = (e) => {
|
|
|
3512
3512
|
|
|
3513
3513
|
${({
|
|
3514
3514
|
align: e
|
|
3515
|
-
}) => e === "right" ?
|
|
3515
|
+
}) => e === "right" ? W`
|
|
3516
3516
|
text-align: right;
|
|
3517
3517
|
border-radius: 10px 10px 0px 10px;
|
|
3518
|
-
` :
|
|
3518
|
+
` : W`
|
|
3519
3519
|
text-align: left;
|
|
3520
3520
|
border-radius: 10px 10px 10px 0px;
|
|
3521
3521
|
`}
|
|
3522
3522
|
|
|
3523
3523
|
${({
|
|
3524
3524
|
align: e
|
|
3525
|
-
}) => e !== "full" ?
|
|
3525
|
+
}) => e !== "full" ? W`
|
|
3526
3526
|
max-width: 85%;
|
|
3527
3527
|
` : ""}
|
|
3528
3528
|
|
|
@@ -3540,38 +3540,38 @@ const xl = (e) => {
|
|
|
3540
3540
|
const {
|
|
3541
3541
|
themeSettings: r
|
|
3542
3542
|
} = D();
|
|
3543
|
-
return /* @__PURE__ */ n(
|
|
3543
|
+
return /* @__PURE__ */ n(_l, {
|
|
3544
3544
|
theme: r,
|
|
3545
3545
|
align: e,
|
|
3546
|
-
children: /* @__PURE__ */ n(
|
|
3546
|
+
children: /* @__PURE__ */ n(Qr, {
|
|
3547
3547
|
theme: r,
|
|
3548
3548
|
align: e,
|
|
3549
|
-
children: typeof t == "string" ? /* @__PURE__ */ n(
|
|
3549
|
+
children: typeof t == "string" ? /* @__PURE__ */ n(wl, {
|
|
3550
3550
|
children: t
|
|
3551
3551
|
}) : t
|
|
3552
3552
|
})
|
|
3553
3553
|
});
|
|
3554
3554
|
};
|
|
3555
|
-
function
|
|
3555
|
+
function Cl() {
|
|
3556
3556
|
const {
|
|
3557
3557
|
welcomeText: e
|
|
3558
|
-
} =
|
|
3558
|
+
} = ne();
|
|
3559
3559
|
return e === !1 ? null : /* @__PURE__ */ n(de, {
|
|
3560
3560
|
align: "left",
|
|
3561
3561
|
children: e
|
|
3562
3562
|
});
|
|
3563
3563
|
}
|
|
3564
|
-
const
|
|
3564
|
+
const vl = _.div`
|
|
3565
3565
|
display: flex;
|
|
3566
3566
|
|
|
3567
3567
|
${({
|
|
3568
3568
|
align: e
|
|
3569
|
-
}) => e === "right" ?
|
|
3569
|
+
}) => e === "right" ? W`
|
|
3570
3570
|
justify-content: flex-end;
|
|
3571
|
-
` :
|
|
3571
|
+
` : W`
|
|
3572
3572
|
justify-content: flex-start;
|
|
3573
3573
|
`}
|
|
3574
|
-
`,
|
|
3574
|
+
`, Sl = _.button`
|
|
3575
3575
|
font-family: inherit;
|
|
3576
3576
|
font-size: inherit;
|
|
3577
3577
|
line-height: inherit;
|
|
@@ -3599,15 +3599,15 @@ const wl = _.div`
|
|
|
3599
3599
|
|
|
3600
3600
|
${({
|
|
3601
3601
|
align: e
|
|
3602
|
-
}) => e === "right" ?
|
|
3602
|
+
}) => e === "right" ? W`
|
|
3603
3603
|
text-align: right;
|
|
3604
|
-
` :
|
|
3604
|
+
` : W`
|
|
3605
3605
|
text-align: left;
|
|
3606
3606
|
`}
|
|
3607
3607
|
|
|
3608
3608
|
${({
|
|
3609
3609
|
align: e
|
|
3610
|
-
}) => e !== "full" ?
|
|
3610
|
+
}) => e !== "full" ? W`
|
|
3611
3611
|
max-width: 382px;
|
|
3612
3612
|
` : ""}
|
|
3613
3613
|
|
|
@@ -3620,7 +3620,7 @@ const wl = _.div`
|
|
|
3620
3620
|
} = e.aiChat.suggestions;
|
|
3621
3621
|
if (t) {
|
|
3622
3622
|
const [a, i] = t;
|
|
3623
|
-
return
|
|
3623
|
+
return W`
|
|
3624
3624
|
border: none;
|
|
3625
3625
|
position: relative;
|
|
3626
3626
|
border-radius: ${r};
|
|
@@ -3654,9 +3654,9 @@ function Ue({
|
|
|
3654
3654
|
const {
|
|
3655
3655
|
themeSettings: s
|
|
3656
3656
|
} = D();
|
|
3657
|
-
return /* @__PURE__ */ n(
|
|
3657
|
+
return /* @__PURE__ */ n(vl, {
|
|
3658
3658
|
align: t,
|
|
3659
|
-
children: /* @__PURE__ */ n(
|
|
3659
|
+
children: /* @__PURE__ */ n(Sl, {
|
|
3660
3660
|
"aria-label": l,
|
|
3661
3661
|
theme: s,
|
|
3662
3662
|
onClick: r,
|
|
@@ -3667,14 +3667,14 @@ function Ue({
|
|
|
3667
3667
|
})
|
|
3668
3668
|
});
|
|
3669
3669
|
}
|
|
3670
|
-
function
|
|
3670
|
+
function Ml({
|
|
3671
3671
|
onCancel: e,
|
|
3672
3672
|
onConfirm: t
|
|
3673
3673
|
}) {
|
|
3674
3674
|
const {
|
|
3675
3675
|
t: r
|
|
3676
3676
|
} = E();
|
|
3677
|
-
return /* @__PURE__ */ v(
|
|
3677
|
+
return /* @__PURE__ */ v(H, {
|
|
3678
3678
|
children: [/* @__PURE__ */ n(de, {
|
|
3679
3679
|
align: "left",
|
|
3680
3680
|
children: r("ai.clearHistoryPrompt")
|
|
@@ -3700,8 +3700,8 @@ function Cl({
|
|
|
3700
3700
|
})]
|
|
3701
3701
|
});
|
|
3702
3702
|
}
|
|
3703
|
-
var
|
|
3704
|
-
function
|
|
3703
|
+
var Il = Fa("toLowerCase");
|
|
3704
|
+
function Dl() {
|
|
3705
3705
|
const {
|
|
3706
3706
|
themeSettings: e
|
|
3707
3707
|
} = D();
|
|
@@ -3719,7 +3719,7 @@ function Sl() {
|
|
|
3719
3719
|
})
|
|
3720
3720
|
});
|
|
3721
3721
|
}
|
|
3722
|
-
function
|
|
3722
|
+
function Al({
|
|
3723
3723
|
onClick: e
|
|
3724
3724
|
}) {
|
|
3725
3725
|
const {
|
|
@@ -3730,23 +3730,23 @@ function Ml({
|
|
|
3730
3730
|
onClick: e,
|
|
3731
3731
|
children: /* @__PURE__ */ v("div", {
|
|
3732
3732
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
3733
|
-
children: [/* @__PURE__ */ n(
|
|
3733
|
+
children: [/* @__PURE__ */ n(Dl, {}), t("ai.buttons.insights")]
|
|
3734
3734
|
})
|
|
3735
3735
|
});
|
|
3736
3736
|
}
|
|
3737
|
-
function
|
|
3738
|
-
return
|
|
3737
|
+
function Ll(e) {
|
|
3738
|
+
return Va("MuiDialog", e);
|
|
3739
3739
|
}
|
|
3740
|
-
const ot =
|
|
3741
|
-
process.env.NODE_ENV !== "production" && (
|
|
3742
|
-
const
|
|
3740
|
+
const ot = wa("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), Fr = /* @__PURE__ */ Qe({});
|
|
3741
|
+
process.env.NODE_ENV !== "production" && (Fr.displayName = "DialogContext");
|
|
3742
|
+
const Tl = Fe(_a, {
|
|
3743
3743
|
name: "MuiDialog",
|
|
3744
3744
|
slot: "Backdrop",
|
|
3745
3745
|
overrides: (e, t) => t.backdrop
|
|
3746
3746
|
})({
|
|
3747
3747
|
// Improve scrollable dialog support.
|
|
3748
3748
|
zIndex: -1
|
|
3749
|
-
}),
|
|
3749
|
+
}), Nl = (e) => {
|
|
3750
3750
|
const {
|
|
3751
3751
|
classes: t,
|
|
3752
3752
|
scroll: r,
|
|
@@ -3758,8 +3758,8 @@ const Dl = Fe(ya, {
|
|
|
3758
3758
|
container: ["container", `scroll${be(r)}`],
|
|
3759
3759
|
paper: ["paper", `paperScroll${be(r)}`, `paperWidth${be(String(a))}`, i && "paperFullWidth", l && "paperFullScreen"]
|
|
3760
3760
|
};
|
|
3761
|
-
return
|
|
3762
|
-
},
|
|
3761
|
+
return Ra(s, Ll, t);
|
|
3762
|
+
}, jl = Fe(Ca, {
|
|
3763
3763
|
name: "MuiDialog",
|
|
3764
3764
|
slot: "Root",
|
|
3765
3765
|
overridesResolver: (e, t) => t.root
|
|
@@ -3768,7 +3768,7 @@ const Dl = Fe(ya, {
|
|
|
3768
3768
|
// Use !important to override the Modal inline-style.
|
|
3769
3769
|
position: "absolute !important"
|
|
3770
3770
|
}
|
|
3771
|
-
}),
|
|
3771
|
+
}), Ol = Fe("div", {
|
|
3772
3772
|
name: "MuiDialog",
|
|
3773
3773
|
slot: "Container",
|
|
3774
3774
|
overridesResolver: (e, t) => {
|
|
@@ -3810,7 +3810,7 @@ const Dl = Fe(ya, {
|
|
|
3810
3810
|
}
|
|
3811
3811
|
}
|
|
3812
3812
|
}]
|
|
3813
|
-
}),
|
|
3813
|
+
}), El = Fe(rr, {
|
|
3814
3814
|
name: "MuiDialog",
|
|
3815
3815
|
slot: "Paper",
|
|
3816
3816
|
overridesResolver: (e, t) => {
|
|
@@ -3819,7 +3819,7 @@ const Dl = Fe(ya, {
|
|
|
3819
3819
|
} = e;
|
|
3820
3820
|
return [t.paper, t[`scrollPaper${be(r.scroll)}`], t[`paperWidth${be(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
|
|
3821
3821
|
}
|
|
3822
|
-
})(
|
|
3822
|
+
})(va(({
|
|
3823
3823
|
theme: e
|
|
3824
3824
|
}) => ({
|
|
3825
3825
|
margin: 32,
|
|
@@ -3902,11 +3902,11 @@ const Dl = Fe(ya, {
|
|
|
3902
3902
|
}
|
|
3903
3903
|
}
|
|
3904
3904
|
}]
|
|
3905
|
-
}))),
|
|
3906
|
-
const r =
|
|
3905
|
+
}))), Vr = /* @__PURE__ */ tr(function(e, t) {
|
|
3906
|
+
const r = Aa({
|
|
3907
3907
|
props: e,
|
|
3908
3908
|
name: "MuiDialog"
|
|
3909
|
-
}), a =
|
|
3909
|
+
}), a = La(), i = {
|
|
3910
3910
|
enter: a.transitions.duration.enteringScreen,
|
|
3911
3911
|
exit: a.transitions.duration.leavingScreen
|
|
3912
3912
|
}, l = r, {
|
|
@@ -3933,17 +3933,17 @@ const Dl = Fe(ya, {
|
|
|
3933
3933
|
TransitionComponent: F = At,
|
|
3934
3934
|
transitionDuration: G = i,
|
|
3935
3935
|
TransitionProps: U
|
|
3936
|
-
} = l, V =
|
|
3936
|
+
} = l, V = kr(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"]), B = T(M({}, r), {
|
|
3937
3937
|
disableEscapeKeyDown: p,
|
|
3938
3938
|
fullScreen: d,
|
|
3939
3939
|
fullWidth: m,
|
|
3940
3940
|
maxWidth: h,
|
|
3941
3941
|
scroll: L
|
|
3942
|
-
}), J =
|
|
3942
|
+
}), J = Nl(B), X = ue(), z = (me) => {
|
|
3943
3943
|
X.current = me.target === me.currentTarget;
|
|
3944
|
-
},
|
|
3944
|
+
}, $ = (me) => {
|
|
3945
3945
|
C && C(me), X.current && (X.current = null, w && w(me), y && y(me, "backdropClick"));
|
|
3946
|
-
}, Q =
|
|
3946
|
+
}, Q = Ta(u), ce = q(() => ({
|
|
3947
3947
|
titleId: Q
|
|
3948
3948
|
}), [Q]), he = M({
|
|
3949
3949
|
transition: F
|
|
@@ -3954,30 +3954,30 @@ const Dl = Fe(ya, {
|
|
|
3954
3954
|
}, ge), N = {
|
|
3955
3955
|
slots: he,
|
|
3956
3956
|
slotProps: we
|
|
3957
|
-
}, [K,
|
|
3958
|
-
elementType:
|
|
3957
|
+
}, [K, ze] = _e("root", {
|
|
3958
|
+
elementType: jl,
|
|
3959
3959
|
shouldForwardComponentProp: !0,
|
|
3960
3960
|
externalForwardedProps: N,
|
|
3961
3961
|
ownerState: B,
|
|
3962
3962
|
className: et(J.root, o),
|
|
3963
3963
|
ref: t
|
|
3964
|
-
}), [
|
|
3965
|
-
elementType:
|
|
3964
|
+
}), [Re, Kr] = _e("backdrop", {
|
|
3965
|
+
elementType: Tl,
|
|
3966
3966
|
shouldForwardComponentProp: !0,
|
|
3967
3967
|
externalForwardedProps: N,
|
|
3968
3968
|
ownerState: B
|
|
3969
|
-
}), [
|
|
3970
|
-
elementType:
|
|
3969
|
+
}), [ea, ta] = _e("paper", {
|
|
3970
|
+
elementType: El,
|
|
3971
3971
|
shouldForwardComponentProp: !0,
|
|
3972
3972
|
externalForwardedProps: N,
|
|
3973
3973
|
ownerState: B,
|
|
3974
3974
|
className: et(J.paper, S.className)
|
|
3975
|
-
}), [
|
|
3976
|
-
elementType:
|
|
3975
|
+
}), [ra, aa] = _e("container", {
|
|
3976
|
+
elementType: Ol,
|
|
3977
3977
|
externalForwardedProps: N,
|
|
3978
3978
|
ownerState: B,
|
|
3979
3979
|
className: et(J.container)
|
|
3980
|
-
}), [
|
|
3980
|
+
}), [ia, oa] = _e("transition", {
|
|
3981
3981
|
elementType: At,
|
|
3982
3982
|
externalForwardedProps: N,
|
|
3983
3983
|
ownerState: B,
|
|
@@ -3991,32 +3991,32 @@ const Dl = Fe(ya, {
|
|
|
3991
3991
|
return /* @__PURE__ */ Ce(K, T(M(M({
|
|
3992
3992
|
closeAfterTransition: !0,
|
|
3993
3993
|
slots: {
|
|
3994
|
-
backdrop:
|
|
3994
|
+
backdrop: Re
|
|
3995
3995
|
},
|
|
3996
3996
|
slotProps: {
|
|
3997
3997
|
backdrop: M({
|
|
3998
3998
|
transitionDuration: G,
|
|
3999
3999
|
as: g
|
|
4000
|
-
},
|
|
4000
|
+
}, Kr)
|
|
4001
4001
|
},
|
|
4002
4002
|
disableEscapeKeyDown: p,
|
|
4003
4003
|
onClose: y,
|
|
4004
4004
|
open: I,
|
|
4005
|
-
onClick:
|
|
4006
|
-
},
|
|
4007
|
-
children: /* @__PURE__ */ Ce(
|
|
4008
|
-
children: /* @__PURE__ */ Ce(
|
|
4005
|
+
onClick: $
|
|
4006
|
+
}, ze), V), {
|
|
4007
|
+
children: /* @__PURE__ */ Ce(ia, T(M({}, oa), {
|
|
4008
|
+
children: /* @__PURE__ */ Ce(ra, T(M({
|
|
4009
4009
|
onMouseDown: z
|
|
4010
|
-
},
|
|
4011
|
-
children: /* @__PURE__ */ Ce(
|
|
4010
|
+
}, aa), {
|
|
4011
|
+
children: /* @__PURE__ */ Ce(ea, T(M({
|
|
4012
4012
|
as: A,
|
|
4013
4013
|
elevation: 24,
|
|
4014
4014
|
role: "dialog",
|
|
4015
4015
|
"aria-describedby": s,
|
|
4016
4016
|
"aria-labelledby": Q,
|
|
4017
4017
|
"aria-modal": c
|
|
4018
|
-
},
|
|
4019
|
-
children: /* @__PURE__ */ Ce(
|
|
4018
|
+
}, ta), {
|
|
4019
|
+
children: /* @__PURE__ */ Ce(Fr.Provider, {
|
|
4020
4020
|
value: ce,
|
|
4021
4021
|
children: x
|
|
4022
4022
|
})
|
|
@@ -4025,7 +4025,7 @@ const Dl = Fe(ya, {
|
|
|
4025
4025
|
}))
|
|
4026
4026
|
}));
|
|
4027
4027
|
});
|
|
4028
|
-
process.env.NODE_ENV !== "production" && (
|
|
4028
|
+
process.env.NODE_ENV !== "production" && (Vr.propTypes = {
|
|
4029
4029
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
4030
4030
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
4031
4031
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -4188,7 +4188,7 @@ process.env.NODE_ENV !== "production" && (Qr.propTypes = {
|
|
|
4188
4188
|
*/
|
|
4189
4189
|
TransitionProps: f.object
|
|
4190
4190
|
});
|
|
4191
|
-
function
|
|
4191
|
+
function zl({
|
|
4192
4192
|
fillColor: e = "#262E3D"
|
|
4193
4193
|
}) {
|
|
4194
4194
|
return /* @__PURE__ */ v("svg", {
|
|
@@ -4212,7 +4212,7 @@ function jl({
|
|
|
4212
4212
|
})]
|
|
4213
4213
|
});
|
|
4214
4214
|
}
|
|
4215
|
-
const
|
|
4215
|
+
const Jr = {
|
|
4216
4216
|
row: {
|
|
4217
4217
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
4218
4218
|
},
|
|
@@ -4297,17 +4297,17 @@ const Fr = {
|
|
|
4297
4297
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
4298
4298
|
}
|
|
4299
4299
|
}
|
|
4300
|
-
},
|
|
4300
|
+
}, Rl = {
|
|
4301
4301
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
4302
|
-
},
|
|
4302
|
+
}, Ee = _(ar, Rl)(({
|
|
4303
4303
|
$hoverColor: e
|
|
4304
4304
|
}) => ({
|
|
4305
4305
|
padding: 2,
|
|
4306
4306
|
"&.MuiIconButton-root:hover": {
|
|
4307
|
-
backgroundColor: e ??
|
|
4307
|
+
backgroundColor: e ?? Jr.interaction.defaultHover
|
|
4308
4308
|
}
|
|
4309
4309
|
}));
|
|
4310
|
-
function
|
|
4310
|
+
function Zl({
|
|
4311
4311
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
4312
4312
|
}) {
|
|
4313
4313
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4324,7 +4324,7 @@ function El({
|
|
|
4324
4324
|
})
|
|
4325
4325
|
});
|
|
4326
4326
|
}
|
|
4327
|
-
function
|
|
4327
|
+
function $l({
|
|
4328
4328
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
4329
4329
|
}) {
|
|
4330
4330
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4341,7 +4341,7 @@ function zl({
|
|
|
4341
4341
|
})
|
|
4342
4342
|
});
|
|
4343
4343
|
}
|
|
4344
|
-
function
|
|
4344
|
+
function Wl() {
|
|
4345
4345
|
return /* @__PURE__ */ n("svg", {
|
|
4346
4346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4347
4347
|
width: "24",
|
|
@@ -4357,23 +4357,23 @@ function Rl() {
|
|
|
4357
4357
|
})
|
|
4358
4358
|
});
|
|
4359
4359
|
}
|
|
4360
|
-
const It = (e) => ir(e.chart.backgroundColor),
|
|
4360
|
+
const It = (e) => ir(e.chart.backgroundColor), ql = ({
|
|
4361
4361
|
title: e
|
|
4362
4362
|
}) => {
|
|
4363
4363
|
const {
|
|
4364
4364
|
themeSettings: t
|
|
4365
4365
|
} = D();
|
|
4366
|
-
return /* @__PURE__ */ n(
|
|
4366
|
+
return /* @__PURE__ */ n(Oe, {
|
|
4367
4367
|
title: e,
|
|
4368
|
-
children: /* @__PURE__ */ n(
|
|
4368
|
+
children: /* @__PURE__ */ n(Ee, {
|
|
4369
4369
|
disableTouchRipple: !0,
|
|
4370
4370
|
$hoverColor: It(t),
|
|
4371
|
-
children: /* @__PURE__ */ n(
|
|
4371
|
+
children: /* @__PURE__ */ n($l, {
|
|
4372
4372
|
fill: t.chart.textColor
|
|
4373
4373
|
})
|
|
4374
4374
|
})
|
|
4375
4375
|
});
|
|
4376
|
-
},
|
|
4376
|
+
}, Pl = ({
|
|
4377
4377
|
items: e
|
|
4378
4378
|
}) => {
|
|
4379
4379
|
const [t, r] = R(null), a = (s) => {
|
|
@@ -4383,15 +4383,15 @@ const It = (e) => ir(e.chart.backgroundColor), Zl = ({
|
|
|
4383
4383
|
}, {
|
|
4384
4384
|
themeSettings: l
|
|
4385
4385
|
} = D();
|
|
4386
|
-
return /* @__PURE__ */ v(
|
|
4387
|
-
children: [/* @__PURE__ */ n(
|
|
4386
|
+
return /* @__PURE__ */ v(H, {
|
|
4387
|
+
children: [/* @__PURE__ */ n(Ee, {
|
|
4388
4388
|
onClick: a,
|
|
4389
4389
|
$hoverColor: It(l),
|
|
4390
4390
|
"aria-label": "three dots button",
|
|
4391
|
-
children: /* @__PURE__ */ n(
|
|
4391
|
+
children: /* @__PURE__ */ n(ii, {
|
|
4392
4392
|
fill: l.chart.textColor
|
|
4393
4393
|
})
|
|
4394
|
-
}), /* @__PURE__ */ n(
|
|
4394
|
+
}), /* @__PURE__ */ n(ni, {
|
|
4395
4395
|
anchorEl: t,
|
|
4396
4396
|
anchorOrigin: {
|
|
4397
4397
|
vertical: "bottom",
|
|
@@ -4403,14 +4403,14 @@ const It = (e) => ir(e.chart.backgroundColor), Zl = ({
|
|
|
4403
4403
|
},
|
|
4404
4404
|
open: !!t,
|
|
4405
4405
|
onClose: i,
|
|
4406
|
-
children: e.map((s) => /* @__PURE__ */ v(
|
|
4406
|
+
children: e.map((s) => /* @__PURE__ */ v(oi, {
|
|
4407
4407
|
onClick: () => {
|
|
4408
4408
|
s.onClick(), i();
|
|
4409
4409
|
},
|
|
4410
4410
|
sx: {
|
|
4411
4411
|
fontSize: "13px",
|
|
4412
4412
|
fontFamily: l.typography.fontFamily,
|
|
4413
|
-
color:
|
|
4413
|
+
color: Jr.text.content
|
|
4414
4414
|
},
|
|
4415
4415
|
disableRipple: !0,
|
|
4416
4416
|
children: [s.icon, /* @__PURE__ */ n("div", {
|
|
@@ -4420,7 +4420,7 @@ const It = (e) => ir(e.chart.backgroundColor), Zl = ({
|
|
|
4420
4420
|
}, s.title))
|
|
4421
4421
|
})]
|
|
4422
4422
|
});
|
|
4423
|
-
},
|
|
4423
|
+
}, Gl = ({
|
|
4424
4424
|
onClick: e
|
|
4425
4425
|
}) => {
|
|
4426
4426
|
const {
|
|
@@ -4428,22 +4428,22 @@ const It = (e) => ir(e.chart.backgroundColor), Zl = ({
|
|
|
4428
4428
|
} = D(), {
|
|
4429
4429
|
t: r
|
|
4430
4430
|
} = E();
|
|
4431
|
-
return /* @__PURE__ */ n(
|
|
4431
|
+
return /* @__PURE__ */ n(Oe, {
|
|
4432
4432
|
title: r("ai.preview"),
|
|
4433
|
-
children: /* @__PURE__ */ n(
|
|
4433
|
+
children: /* @__PURE__ */ n(Ee, {
|
|
4434
4434
|
onClick: e,
|
|
4435
4435
|
$hoverColor: It(t),
|
|
4436
|
-
children: /* @__PURE__ */ n(
|
|
4436
|
+
children: /* @__PURE__ */ n(Zl, {
|
|
4437
4437
|
fill: t.chart.textColor
|
|
4438
4438
|
})
|
|
4439
4439
|
})
|
|
4440
4440
|
});
|
|
4441
|
-
},
|
|
4441
|
+
}, Bl = _.div`
|
|
4442
4442
|
display: flex;
|
|
4443
4443
|
padding-top: 6px;
|
|
4444
4444
|
padding-bottom: 6px;
|
|
4445
4445
|
`;
|
|
4446
|
-
function
|
|
4446
|
+
function Yl({
|
|
4447
4447
|
infoTooltipText: e,
|
|
4448
4448
|
onRefresh: t,
|
|
4449
4449
|
onExpand: r
|
|
@@ -4451,20 +4451,20 @@ function Pl({
|
|
|
4451
4451
|
const a = q(() => [{
|
|
4452
4452
|
title: "Refresh",
|
|
4453
4453
|
onClick: t,
|
|
4454
|
-
icon: /* @__PURE__ */ n(
|
|
4454
|
+
icon: /* @__PURE__ */ n(Wl, {})
|
|
4455
4455
|
}], [t]);
|
|
4456
|
-
return /* @__PURE__ */ v(
|
|
4456
|
+
return /* @__PURE__ */ v(Bl, {
|
|
4457
4457
|
"aria-label": "chatbot chart toolbar",
|
|
4458
|
-
children: [/* @__PURE__ */ n(
|
|
4458
|
+
children: [/* @__PURE__ */ n(ql, {
|
|
4459
4459
|
title: e ?? ""
|
|
4460
|
-
}), /* @__PURE__ */ n(
|
|
4460
|
+
}), /* @__PURE__ */ n(Pl, {
|
|
4461
4461
|
items: a
|
|
4462
|
-
}), /* @__PURE__ */ n(
|
|
4462
|
+
}), /* @__PURE__ */ n(Gl, {
|
|
4463
4463
|
onClick: r
|
|
4464
4464
|
})]
|
|
4465
4465
|
});
|
|
4466
4466
|
}
|
|
4467
|
-
function
|
|
4467
|
+
function Hl({
|
|
4468
4468
|
content: e
|
|
4469
4469
|
}) {
|
|
4470
4470
|
const [t, r] = R(!1), {
|
|
@@ -4473,10 +4473,10 @@ function Gl({
|
|
|
4473
4473
|
inlineElement: i,
|
|
4474
4474
|
expandedElement: l
|
|
4475
4475
|
} = q(() => {
|
|
4476
|
-
const s =
|
|
4476
|
+
const s = je(e, {
|
|
4477
4477
|
useCustomizedStyleOptions: !0
|
|
4478
4478
|
});
|
|
4479
|
-
if (s === void 0 || !
|
|
4479
|
+
if (s === void 0 || !Le(s))
|
|
4480
4480
|
throw new Ae("errors.otherWidgetTypesNotSupported");
|
|
4481
4481
|
const {
|
|
4482
4482
|
detailedDescription: u
|
|
@@ -4485,7 +4485,7 @@ function Gl({
|
|
|
4485
4485
|
} = s, g = {
|
|
4486
4486
|
cornerRadius: "Small",
|
|
4487
4487
|
header: {
|
|
4488
|
-
renderToolbar: (o) => /* @__PURE__ */ n(
|
|
4488
|
+
renderToolbar: (o) => /* @__PURE__ */ n(Yl, {
|
|
4489
4489
|
infoTooltipText: u,
|
|
4490
4490
|
onRefresh: o,
|
|
4491
4491
|
onExpand: () => r(!0)
|
|
@@ -4493,7 +4493,7 @@ function Gl({
|
|
|
4493
4493
|
}
|
|
4494
4494
|
};
|
|
4495
4495
|
let b, x;
|
|
4496
|
-
if (
|
|
4496
|
+
if (sr(s.chartType))
|
|
4497
4497
|
b = /* @__PURE__ */ n("div", {
|
|
4498
4498
|
className: "csdk-h-[245px]",
|
|
4499
4499
|
children: /* @__PURE__ */ n(Ie, T(M({}, s), {
|
|
@@ -4531,8 +4531,8 @@ function Gl({
|
|
|
4531
4531
|
expandedElement: x
|
|
4532
4532
|
};
|
|
4533
4533
|
}, [e]);
|
|
4534
|
-
return /* @__PURE__ */ v(
|
|
4535
|
-
children: [i, /* @__PURE__ */ v(
|
|
4534
|
+
return /* @__PURE__ */ v(H, {
|
|
4535
|
+
children: [i, /* @__PURE__ */ v(Vr, {
|
|
4536
4536
|
open: t,
|
|
4537
4537
|
onClose: () => r(!1),
|
|
4538
4538
|
maxWidth: "xl",
|
|
@@ -4551,7 +4551,7 @@ function Gl({
|
|
|
4551
4551
|
}), /* @__PURE__ */ n(ar, {
|
|
4552
4552
|
onClick: () => r(!1),
|
|
4553
4553
|
"aria-label": "close expanded chart",
|
|
4554
|
-
children: /* @__PURE__ */ n(
|
|
4554
|
+
children: /* @__PURE__ */ n(zl, {
|
|
4555
4555
|
fillColor: a.aiChat.primaryTextColor
|
|
4556
4556
|
})
|
|
4557
4557
|
})]
|
|
@@ -4562,7 +4562,7 @@ function Gl({
|
|
|
4562
4562
|
})]
|
|
4563
4563
|
});
|
|
4564
4564
|
}
|
|
4565
|
-
function
|
|
4565
|
+
function Ul({
|
|
4566
4566
|
theme: e
|
|
4567
4567
|
}) {
|
|
4568
4568
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4579,7 +4579,7 @@ function Bl({
|
|
|
4579
4579
|
})
|
|
4580
4580
|
});
|
|
4581
4581
|
}
|
|
4582
|
-
function
|
|
4582
|
+
function Ql({
|
|
4583
4583
|
onClick: e,
|
|
4584
4584
|
disabled: t
|
|
4585
4585
|
}) {
|
|
@@ -4588,20 +4588,20 @@ function Hl({
|
|
|
4588
4588
|
} = D(), {
|
|
4589
4589
|
t: a
|
|
4590
4590
|
} = E();
|
|
4591
|
-
return /* @__PURE__ */ n(
|
|
4591
|
+
return /* @__PURE__ */ n(Oe, {
|
|
4592
4592
|
title: a("ai.buttons.incorrectResponse"),
|
|
4593
|
-
children: /* @__PURE__ */ n(
|
|
4593
|
+
children: /* @__PURE__ */ n(Ee, {
|
|
4594
4594
|
"aria-label": "thumbs-down",
|
|
4595
4595
|
onClick: e,
|
|
4596
4596
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
4597
4597
|
disabled: t,
|
|
4598
|
-
children: /* @__PURE__ */ n(
|
|
4598
|
+
children: /* @__PURE__ */ n(Ul, {
|
|
4599
4599
|
theme: r
|
|
4600
4600
|
})
|
|
4601
4601
|
})
|
|
4602
4602
|
});
|
|
4603
4603
|
}
|
|
4604
|
-
function
|
|
4604
|
+
function Fl({
|
|
4605
4605
|
theme: e
|
|
4606
4606
|
}) {
|
|
4607
4607
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4618,7 +4618,7 @@ function Yl({
|
|
|
4618
4618
|
})
|
|
4619
4619
|
});
|
|
4620
4620
|
}
|
|
4621
|
-
function
|
|
4621
|
+
function Vl({
|
|
4622
4622
|
onClick: e,
|
|
4623
4623
|
disabled: t
|
|
4624
4624
|
}) {
|
|
@@ -4627,20 +4627,20 @@ function Ul({
|
|
|
4627
4627
|
} = D(), {
|
|
4628
4628
|
t: a
|
|
4629
4629
|
} = E();
|
|
4630
|
-
return /* @__PURE__ */ n(
|
|
4630
|
+
return /* @__PURE__ */ n(Oe, {
|
|
4631
4631
|
title: a("ai.buttons.correctResponse"),
|
|
4632
|
-
children: /* @__PURE__ */ n(
|
|
4632
|
+
children: /* @__PURE__ */ n(Ee, {
|
|
4633
4633
|
"aria-label": "thumbs-up",
|
|
4634
4634
|
onClick: e,
|
|
4635
4635
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
4636
4636
|
disabled: t,
|
|
4637
|
-
children: /* @__PURE__ */ n(
|
|
4637
|
+
children: /* @__PURE__ */ n(Fl, {
|
|
4638
4638
|
theme: r
|
|
4639
4639
|
})
|
|
4640
4640
|
})
|
|
4641
4641
|
});
|
|
4642
4642
|
}
|
|
4643
|
-
const
|
|
4643
|
+
const Jl = () => {
|
|
4644
4644
|
const [e, t] = R(!1), r = ue(null), a = j(() => {
|
|
4645
4645
|
t(!0);
|
|
4646
4646
|
}, []), i = j(() => {
|
|
@@ -4650,14 +4650,14 @@ const Ql = () => {
|
|
|
4650
4650
|
var s;
|
|
4651
4651
|
((s = r.current) == null ? void 0 : s.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;
|
|
4652
4652
|
}, [a, i]), e];
|
|
4653
|
-
},
|
|
4653
|
+
}, Xl = _.div`
|
|
4654
4654
|
display: flex;
|
|
4655
4655
|
flex-direction: column;
|
|
4656
4656
|
row-gap: ${({
|
|
4657
4657
|
theme: e
|
|
4658
4658
|
}) => e.aiChat.body.gapBetweenMessages};
|
|
4659
4659
|
`;
|
|
4660
|
-
function
|
|
4660
|
+
function Kl({
|
|
4661
4661
|
visible: e,
|
|
4662
4662
|
onSend: t
|
|
4663
4663
|
}) {
|
|
@@ -4666,10 +4666,10 @@ function Vl({
|
|
|
4666
4666
|
}, [t]);
|
|
4667
4667
|
return e ? /* @__PURE__ */ v("div", {
|
|
4668
4668
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
|
4669
|
-
children: [/* @__PURE__ */ n(
|
|
4669
|
+
children: [/* @__PURE__ */ n(Vl, {
|
|
4670
4670
|
onClick: () => i("up"),
|
|
4671
4671
|
disabled: r
|
|
4672
|
-
}), /* @__PURE__ */ n(
|
|
4672
|
+
}), /* @__PURE__ */ n(Ql, {
|
|
4673
4673
|
onClick: () => i("down"),
|
|
4674
4674
|
disabled: r
|
|
4675
4675
|
})]
|
|
@@ -4682,26 +4682,26 @@ function gt({
|
|
|
4682
4682
|
buttonVisibility: a = "onHover",
|
|
4683
4683
|
renderContent: i
|
|
4684
4684
|
}) {
|
|
4685
|
-
const l = re(), s =
|
|
4685
|
+
const l = re(), s = Ja(j((x) => {
|
|
4686
4686
|
l && l.ai.sendFeedback({
|
|
4687
4687
|
sourceId: e,
|
|
4688
4688
|
type: r,
|
|
4689
4689
|
data: t,
|
|
4690
4690
|
rating: x
|
|
4691
4691
|
});
|
|
4692
|
-
}, [l, e, t, r]), 200), [u, c] =
|
|
4692
|
+
}, [l, e, t, r]), 200), [u, c] = Jl(), g = q(() => a === "onHover" ? c : a !== "never", [c, a]), {
|
|
4693
4693
|
themeSettings: b
|
|
4694
4694
|
} = D();
|
|
4695
|
-
return /* @__PURE__ */ n(
|
|
4695
|
+
return /* @__PURE__ */ n(Xl, {
|
|
4696
4696
|
ref: u,
|
|
4697
4697
|
theme: b,
|
|
4698
|
-
children: i(/* @__PURE__ */ n(
|
|
4698
|
+
children: i(/* @__PURE__ */ n(Kl, {
|
|
4699
4699
|
onSend: s,
|
|
4700
4700
|
visible: g
|
|
4701
4701
|
}))
|
|
4702
4702
|
});
|
|
4703
4703
|
}
|
|
4704
|
-
const
|
|
4704
|
+
const es = 18 * 5;
|
|
4705
4705
|
function Dt({
|
|
4706
4706
|
text: e
|
|
4707
4707
|
}) {
|
|
@@ -4709,7 +4709,7 @@ function Dt({
|
|
|
4709
4709
|
t: l
|
|
4710
4710
|
} = E(), s = ue(null);
|
|
4711
4711
|
return Be(() => {
|
|
4712
|
-
s.current && s.current.scrollHeight >
|
|
4712
|
+
s.current && s.current.scrollHeight > es && i(!0);
|
|
4713
4713
|
}, [e]), /* @__PURE__ */ v("div", {
|
|
4714
4714
|
children: [/* @__PURE__ */ n("div", {
|
|
4715
4715
|
ref: s,
|
|
@@ -4725,7 +4725,7 @@ function Dt({
|
|
|
4725
4725
|
})]
|
|
4726
4726
|
});
|
|
4727
4727
|
}
|
|
4728
|
-
function
|
|
4728
|
+
function ts({
|
|
4729
4729
|
nlgRequest: e
|
|
4730
4730
|
}) {
|
|
4731
4731
|
const {
|
|
@@ -4749,15 +4749,15 @@ const Ft = _.div`
|
|
|
4749
4749
|
display: flex;
|
|
4750
4750
|
align-items: center;
|
|
4751
4751
|
column-gap: 10px;
|
|
4752
|
-
`,
|
|
4753
|
-
function
|
|
4752
|
+
`, rs = (e) => !!e && "aeiou".includes(e[0]);
|
|
4753
|
+
function as({
|
|
4754
4754
|
data: e,
|
|
4755
4755
|
alwaysShowFeedback: t
|
|
4756
4756
|
}) {
|
|
4757
4757
|
const {
|
|
4758
4758
|
chatMode: r = "analyze",
|
|
4759
4759
|
enableInsights: a
|
|
4760
|
-
} =
|
|
4760
|
+
} = ne(), {
|
|
4761
4761
|
themeSettings: i
|
|
4762
4762
|
} = D(), {
|
|
4763
4763
|
queryTitle: l,
|
|
@@ -4769,7 +4769,7 @@ function es({
|
|
|
4769
4769
|
console.debug(`JAQL for ${l}`, u), console.debug(`chart recommendations for ${l}`, s);
|
|
4770
4770
|
const b = "chartType" in s ? s.chartType : "table";
|
|
4771
4771
|
let x;
|
|
4772
|
-
|
|
4772
|
+
rs(b) ? x = `an ${b}` : x = `a ${b}`, b !== "table" && (x += " chart");
|
|
4773
4773
|
const o = u.datasource.title, [p, d] = R(!1), m = j(() => {
|
|
4774
4774
|
d((y) => !y);
|
|
4775
4775
|
}, []), h = {
|
|
@@ -4779,20 +4779,20 @@ function es({
|
|
|
4779
4779
|
}
|
|
4780
4780
|
}, w = r === "analyze", C = `${c}${c && g ? `
|
|
4781
4781
|
` : ""}${g}`;
|
|
4782
|
-
return /* @__PURE__ */ v(
|
|
4782
|
+
return /* @__PURE__ */ v(H, {
|
|
4783
4783
|
children: [/* @__PURE__ */ n(gt, {
|
|
4784
4784
|
sourceId: o,
|
|
4785
4785
|
data: e,
|
|
4786
4786
|
type: "chats/nlq",
|
|
4787
4787
|
buttonVisibility: t ? "always" : "onHover",
|
|
4788
|
-
renderContent: (y) => /* @__PURE__ */ v(
|
|
4788
|
+
renderContent: (y) => /* @__PURE__ */ v(H, {
|
|
4789
4789
|
children: [/* @__PURE__ */ v(Ft, {
|
|
4790
|
-
children: [/* @__PURE__ */ n(
|
|
4790
|
+
children: [/* @__PURE__ */ n(Qr, {
|
|
4791
4791
|
align: "left",
|
|
4792
4792
|
theme: i,
|
|
4793
|
-
children: C || `Here's ${x} showing ${
|
|
4793
|
+
children: C || `Here's ${x} showing ${Il(l)}.`
|
|
4794
4794
|
}), y]
|
|
4795
|
-
}), w && /* @__PURE__ */ n(
|
|
4795
|
+
}), w && /* @__PURE__ */ n(Hl, {
|
|
4796
4796
|
content: e
|
|
4797
4797
|
})]
|
|
4798
4798
|
})
|
|
@@ -4801,61 +4801,61 @@ function es({
|
|
|
4801
4801
|
data: h,
|
|
4802
4802
|
type: "nlg/queryResult",
|
|
4803
4803
|
buttonVisibility: p ? "onHover" : "never",
|
|
4804
|
-
renderContent: (y) => /* @__PURE__ */ v(
|
|
4804
|
+
renderContent: (y) => /* @__PURE__ */ v(H, {
|
|
4805
4805
|
children: [/* @__PURE__ */ v(Ft, {
|
|
4806
|
-
children: [/* @__PURE__ */ n(
|
|
4806
|
+
children: [/* @__PURE__ */ n(Al, {
|
|
4807
4807
|
onClick: m
|
|
4808
4808
|
}), y]
|
|
4809
|
-
}), p && /* @__PURE__ */ n(
|
|
4809
|
+
}), p && /* @__PURE__ */ n(ts, {
|
|
4810
4810
|
nlgRequest: h
|
|
4811
4811
|
})]
|
|
4812
4812
|
})
|
|
4813
4813
|
})]
|
|
4814
4814
|
});
|
|
4815
4815
|
}
|
|
4816
|
-
function
|
|
4816
|
+
function is({
|
|
4817
4817
|
message: e,
|
|
4818
4818
|
isLastMessage: t
|
|
4819
4819
|
}) {
|
|
4820
4820
|
if (Ct(e)) {
|
|
4821
4821
|
const a = JSON.parse(e.content);
|
|
4822
|
-
return /* @__PURE__ */ n(
|
|
4822
|
+
return /* @__PURE__ */ n(as, {
|
|
4823
4823
|
data: a,
|
|
4824
4824
|
alwaysShowFeedback: t
|
|
4825
4825
|
});
|
|
4826
4826
|
}
|
|
4827
|
-
const r =
|
|
4827
|
+
const r = Ro(e) ? JSON.parse(e.content).answer : e.content;
|
|
4828
4828
|
return /* @__PURE__ */ n(de, {
|
|
4829
4829
|
align: e.role === "user" ? "right" : "left",
|
|
4830
4830
|
children: r
|
|
4831
4831
|
});
|
|
4832
4832
|
}
|
|
4833
|
-
const
|
|
4833
|
+
const os = Sa(is), ns = ({
|
|
4834
4834
|
error: e,
|
|
4835
4835
|
displayMessage: t
|
|
4836
4836
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(de, {
|
|
4837
4837
|
align: "left",
|
|
4838
4838
|
children: t
|
|
4839
4839
|
}));
|
|
4840
|
-
function
|
|
4840
|
+
function ls({
|
|
4841
4841
|
messages: e
|
|
4842
4842
|
}) {
|
|
4843
4843
|
const {
|
|
4844
4844
|
t
|
|
4845
4845
|
} = E();
|
|
4846
|
-
return /* @__PURE__ */ n(
|
|
4847
|
-
children: e.map((r, a) => /* @__PURE__ */ n(
|
|
4848
|
-
fallbackRender: (i) =>
|
|
4846
|
+
return /* @__PURE__ */ n(H, {
|
|
4847
|
+
children: e.map((r, a) => /* @__PURE__ */ n(Xa, {
|
|
4848
|
+
fallbackRender: (i) => ns(T(M({}, i), {
|
|
4849
4849
|
displayMessage: t("ai.errors.unexpected")
|
|
4850
4850
|
})),
|
|
4851
|
-
children: /* @__PURE__ */ n(
|
|
4851
|
+
children: /* @__PURE__ */ n(os, {
|
|
4852
4852
|
message: r,
|
|
4853
4853
|
isLastMessage: a === e.length - 1
|
|
4854
4854
|
}, a)
|
|
4855
4855
|
}, a))
|
|
4856
4856
|
});
|
|
4857
4857
|
}
|
|
4858
|
-
function
|
|
4858
|
+
function Xr({
|
|
4859
4859
|
color: e
|
|
4860
4860
|
}) {
|
|
4861
4861
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4870,7 +4870,7 @@ function Vr({
|
|
|
4870
4870
|
})
|
|
4871
4871
|
});
|
|
4872
4872
|
}
|
|
4873
|
-
function
|
|
4873
|
+
function ss({
|
|
4874
4874
|
onClick: e,
|
|
4875
4875
|
color: t
|
|
4876
4876
|
}) {
|
|
@@ -4878,12 +4878,12 @@ function os({
|
|
|
4878
4878
|
"aria-label": "go back",
|
|
4879
4879
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
4880
4880
|
onClick: e,
|
|
4881
|
-
children: /* @__PURE__ */ n(
|
|
4881
|
+
children: /* @__PURE__ */ n(Xr, {
|
|
4882
4882
|
color: t
|
|
4883
4883
|
})
|
|
4884
4884
|
});
|
|
4885
4885
|
}
|
|
4886
|
-
function
|
|
4886
|
+
function ds() {
|
|
4887
4887
|
const {
|
|
4888
4888
|
themeSettings: e
|
|
4889
4889
|
} = D();
|
|
@@ -4901,10 +4901,10 @@ function ns() {
|
|
|
4901
4901
|
})
|
|
4902
4902
|
});
|
|
4903
4903
|
}
|
|
4904
|
-
const
|
|
4905
|
-
const r = new
|
|
4904
|
+
const cs = (e, t) => {
|
|
4905
|
+
const r = new Na(e);
|
|
4906
4906
|
return r.alpha = t, r;
|
|
4907
|
-
},
|
|
4907
|
+
}, ps = _.div`
|
|
4908
4908
|
font-size: inherit;
|
|
4909
4909
|
line-height: inherit;
|
|
4910
4910
|
padding-left: 8px;
|
|
@@ -4914,7 +4914,7 @@ const ls = (e, t) => {
|
|
|
4914
4914
|
margin-bottom: 4px;
|
|
4915
4915
|
box-shadow: ${({
|
|
4916
4916
|
theme: e
|
|
4917
|
-
}) => `0 4px 8px 0 ${
|
|
4917
|
+
}) => `0 4px 8px 0 ${cs(e.aiChat.primaryTextColor, 0.2)}`};
|
|
4918
4918
|
cursor: pointer;
|
|
4919
4919
|
color: ${({
|
|
4920
4920
|
theme: e
|
|
@@ -4931,32 +4931,32 @@ const ls = (e, t) => {
|
|
|
4931
4931
|
theme: e
|
|
4932
4932
|
}) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
4933
4933
|
box-shadow: none;
|
|
4934
|
-
`,
|
|
4934
|
+
`, us = ({
|
|
4935
4935
|
onClick: e
|
|
4936
4936
|
}) => {
|
|
4937
4937
|
const {
|
|
4938
4938
|
themeSettings: t
|
|
4939
4939
|
} = D();
|
|
4940
|
-
return /* @__PURE__ */ n(
|
|
4940
|
+
return /* @__PURE__ */ n(ps, {
|
|
4941
4941
|
theme: t,
|
|
4942
4942
|
onClick: e,
|
|
4943
|
-
children: /* @__PURE__ */ n(
|
|
4943
|
+
children: /* @__PURE__ */ n(ds, {})
|
|
4944
4944
|
});
|
|
4945
|
-
},
|
|
4945
|
+
}, gs = ({
|
|
4946
4946
|
isVisible: e,
|
|
4947
4947
|
onClick: t,
|
|
4948
4948
|
anchorElement: r
|
|
4949
|
-
}) => /* @__PURE__ */ n(
|
|
4949
|
+
}) => /* @__PURE__ */ n(dr, {
|
|
4950
4950
|
anchorEl: r,
|
|
4951
4951
|
open: e,
|
|
4952
4952
|
placement: "top",
|
|
4953
4953
|
sx: {
|
|
4954
4954
|
zIndex: 2
|
|
4955
4955
|
},
|
|
4956
|
-
children: /* @__PURE__ */ n(
|
|
4956
|
+
children: /* @__PURE__ */ n(us, {
|
|
4957
4957
|
onClick: t
|
|
4958
4958
|
})
|
|
4959
|
-
}),
|
|
4959
|
+
}), hs = _.button`
|
|
4960
4960
|
font-size: inherit;
|
|
4961
4961
|
line-height: inherit;
|
|
4962
4962
|
box-sizing: border-box;
|
|
@@ -5002,7 +5002,7 @@ const ls = (e, t) => {
|
|
|
5002
5002
|
} = e.aiChat.suggestions;
|
|
5003
5003
|
if (t) {
|
|
5004
5004
|
const [a, i] = t;
|
|
5005
|
-
return
|
|
5005
|
+
return W`
|
|
5006
5006
|
border: none;
|
|
5007
5007
|
position: relative;
|
|
5008
5008
|
border-radius: ${r};
|
|
@@ -5032,13 +5032,13 @@ function Vt({
|
|
|
5032
5032
|
const {
|
|
5033
5033
|
themeSettings: r
|
|
5034
5034
|
} = D();
|
|
5035
|
-
return /* @__PURE__ */ n(
|
|
5035
|
+
return /* @__PURE__ */ n(hs, {
|
|
5036
5036
|
onClick: t,
|
|
5037
5037
|
theme: r,
|
|
5038
5038
|
children: e
|
|
5039
5039
|
});
|
|
5040
5040
|
}
|
|
5041
|
-
const
|
|
5041
|
+
const ms = _.div`
|
|
5042
5042
|
display: flex;
|
|
5043
5043
|
flex-direction: column;
|
|
5044
5044
|
align-items: flex-start;
|
|
@@ -5046,7 +5046,7 @@ const us = _.div`
|
|
|
5046
5046
|
theme: e
|
|
5047
5047
|
}) => e.aiChat.suggestions.gap};
|
|
5048
5048
|
`;
|
|
5049
|
-
function
|
|
5049
|
+
function fs({
|
|
5050
5050
|
questions: e,
|
|
5051
5051
|
onSelection: t
|
|
5052
5052
|
}) {
|
|
@@ -5055,7 +5055,7 @@ function gs({
|
|
|
5055
5055
|
} = E(), [a, i] = R(!0), l = q(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
|
5056
5056
|
themeSettings: s
|
|
5057
5057
|
} = D();
|
|
5058
|
-
return /* @__PURE__ */ v(
|
|
5058
|
+
return /* @__PURE__ */ v(ms, {
|
|
5059
5059
|
"aria-label": "list of suggested questions",
|
|
5060
5060
|
theme: s,
|
|
5061
5061
|
children: [l.map((u) => /* @__PURE__ */ n(Vt, {
|
|
@@ -5067,7 +5067,7 @@ function gs({
|
|
|
5067
5067
|
})]
|
|
5068
5068
|
});
|
|
5069
5069
|
}
|
|
5070
|
-
const
|
|
5070
|
+
const bs = _.div`
|
|
5071
5071
|
width: 283px;
|
|
5072
5072
|
height: 32px;
|
|
5073
5073
|
border-radius: 10px;
|
|
@@ -5093,42 +5093,42 @@ const hs = _.div`
|
|
|
5093
5093
|
background-position: -200% 0;
|
|
5094
5094
|
}
|
|
5095
5095
|
}
|
|
5096
|
-
`,
|
|
5096
|
+
`, xs = _.div`
|
|
5097
5097
|
display: flex;
|
|
5098
5098
|
flex-direction: column;
|
|
5099
5099
|
row-gap: 1rem;
|
|
5100
5100
|
`;
|
|
5101
|
-
function
|
|
5101
|
+
function ks() {
|
|
5102
5102
|
const {
|
|
5103
5103
|
themeSettings: e
|
|
5104
5104
|
} = D();
|
|
5105
|
-
return /* @__PURE__ */ n(
|
|
5105
|
+
return /* @__PURE__ */ n(xs, {
|
|
5106
5106
|
children: Array.from({
|
|
5107
5107
|
length: 3
|
|
5108
|
-
}, (t, r) => /* @__PURE__ */ n(
|
|
5108
|
+
}, (t, r) => /* @__PURE__ */ n(bs, {
|
|
5109
5109
|
theme: e
|
|
5110
5110
|
}, r))
|
|
5111
5111
|
});
|
|
5112
5112
|
}
|
|
5113
|
-
function
|
|
5113
|
+
function ys({
|
|
5114
5114
|
questions: e,
|
|
5115
5115
|
isLoading: t,
|
|
5116
5116
|
onSelection: r
|
|
5117
5117
|
}) {
|
|
5118
5118
|
const a = e.length > 0, {
|
|
5119
5119
|
suggestionsWelcomeText: i
|
|
5120
|
-
} =
|
|
5121
|
-
return t ? /* @__PURE__ */ n(
|
|
5120
|
+
} = ne();
|
|
5121
|
+
return t ? /* @__PURE__ */ n(ks, {}) : a ? /* @__PURE__ */ v(H, {
|
|
5122
5122
|
children: [i && /* @__PURE__ */ n(de, {
|
|
5123
5123
|
align: "left",
|
|
5124
5124
|
children: i
|
|
5125
|
-
}), /* @__PURE__ */ n(
|
|
5125
|
+
}), /* @__PURE__ */ n(fs, {
|
|
5126
5126
|
onSelection: r,
|
|
5127
5127
|
questions: e
|
|
5128
5128
|
})]
|
|
5129
5129
|
}) : null;
|
|
5130
5130
|
}
|
|
5131
|
-
const
|
|
5131
|
+
const ws = _.div`
|
|
5132
5132
|
display: flex;
|
|
5133
5133
|
flex-direction: column;
|
|
5134
5134
|
row-gap: ${({
|
|
@@ -5149,7 +5149,7 @@ const xs = _.div`
|
|
|
5149
5149
|
}) => e.aiChat.body.paddingBottom};
|
|
5150
5150
|
flex: initial;
|
|
5151
5151
|
height: 100%;
|
|
5152
|
-
`,
|
|
5152
|
+
`, _s = _.div`
|
|
5153
5153
|
padding-left: ${({
|
|
5154
5154
|
theme: e
|
|
5155
5155
|
}) => e.aiChat.footer.paddingLeft};
|
|
@@ -5165,14 +5165,14 @@ const xs = _.div`
|
|
|
5165
5165
|
display: flex;
|
|
5166
5166
|
flex-direction: column;
|
|
5167
5167
|
row-gap: 6px;
|
|
5168
|
-
`,
|
|
5168
|
+
`, Cs = _.div`
|
|
5169
5169
|
display: flex;
|
|
5170
5170
|
flex-direction: column;
|
|
5171
5171
|
row-gap: ${({
|
|
5172
5172
|
theme: e
|
|
5173
5173
|
}) => e.aiChat.suggestions.gap};
|
|
5174
5174
|
`;
|
|
5175
|
-
function
|
|
5175
|
+
function vs({
|
|
5176
5176
|
contextTitle: e,
|
|
5177
5177
|
onGoBack: t,
|
|
5178
5178
|
contextDetails: r
|
|
@@ -5186,13 +5186,13 @@ function ws({
|
|
|
5186
5186
|
numOfRecentPrompts: g,
|
|
5187
5187
|
numOfRecommendations: b,
|
|
5188
5188
|
customPrompt: x
|
|
5189
|
-
} =
|
|
5189
|
+
} = ne(), {
|
|
5190
5190
|
themeSettings: o
|
|
5191
5191
|
} = D(), {
|
|
5192
5192
|
data: p,
|
|
5193
5193
|
isLoading: d,
|
|
5194
5194
|
isError: m
|
|
5195
|
-
} =
|
|
5195
|
+
} = vr({
|
|
5196
5196
|
contextTitle: e,
|
|
5197
5197
|
count: b,
|
|
5198
5198
|
customPrompt: x
|
|
@@ -5204,48 +5204,48 @@ function ws({
|
|
|
5204
5204
|
isLoading: A,
|
|
5205
5205
|
chatId: S,
|
|
5206
5206
|
lastError: L
|
|
5207
|
-
} =
|
|
5207
|
+
} = Zo(e, r), {
|
|
5208
5208
|
mutate: Z,
|
|
5209
5209
|
isLoading: ge
|
|
5210
|
-
} =
|
|
5210
|
+
} = Ir(S), [F, G] = R(!1), [U, V] = R(!1), B = () => G(!0), J = () => G(!1), X = () => {
|
|
5211
5211
|
Z(), J();
|
|
5212
|
-
}, z = ue(null),
|
|
5212
|
+
}, z = ue(null), $ = ue(null), Q = () => {
|
|
5213
5213
|
if (!(z != null && z.current))
|
|
5214
5214
|
return;
|
|
5215
5215
|
const {
|
|
5216
5216
|
scrollTop: N,
|
|
5217
5217
|
clientHeight: K,
|
|
5218
|
-
scrollHeight:
|
|
5218
|
+
scrollHeight: ze
|
|
5219
5219
|
} = z.current;
|
|
5220
|
-
if (N === void 0 || K === void 0 ||
|
|
5220
|
+
if (N === void 0 || K === void 0 || ze === void 0)
|
|
5221
5221
|
return;
|
|
5222
|
-
const
|
|
5223
|
-
U !==
|
|
5222
|
+
const Re = ze - N - K > K / 2;
|
|
5223
|
+
U !== Re && V(Re);
|
|
5224
5224
|
};
|
|
5225
5225
|
Be(() => {
|
|
5226
5226
|
z.current && (z.current.scrollTop = z.current.scrollHeight);
|
|
5227
5227
|
}, [w, F, y]);
|
|
5228
|
-
const ce = ue(null), he = c ? /* @__PURE__ */ n(
|
|
5228
|
+
const ce = ue(null), he = c ? /* @__PURE__ */ n(Lr, {
|
|
5229
5229
|
ref: ce,
|
|
5230
5230
|
title: e,
|
|
5231
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
5231
|
+
leftNav: t && /* @__PURE__ */ n(ss, {
|
|
5232
5232
|
onClick: t,
|
|
5233
5233
|
color: o.aiChat.header.textColor
|
|
5234
5234
|
}),
|
|
5235
5235
|
style: o.aiChat.header
|
|
5236
5236
|
}) : null, we = q(() => [...new Set(w.filter((N) => N.role === "user").filter((N) => !(h != null && h.includes(N.content))).map((N) => N.content).reverse())].slice(0, g), [w, g, h]);
|
|
5237
|
-
return (L == null ? void 0 : L.message) === s("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(
|
|
5238
|
-
children: [c && he, /* @__PURE__ */ n(
|
|
5237
|
+
return (L == null ? void 0 : L.message) === s("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(H, {
|
|
5238
|
+
children: [c && he, /* @__PURE__ */ n(Ar, {
|
|
5239
5239
|
text: L.message
|
|
5240
5240
|
})]
|
|
5241
|
-
}) : /* @__PURE__ */ v(
|
|
5242
|
-
children: [he, /* @__PURE__ */ v(
|
|
5241
|
+
}) : /* @__PURE__ */ v(H, {
|
|
5242
|
+
children: [he, /* @__PURE__ */ v(ws, {
|
|
5243
5243
|
ref: z,
|
|
5244
5244
|
theme: o,
|
|
5245
5245
|
onScroll: Q,
|
|
5246
|
-
children: [/* @__PURE__ */ n(
|
|
5246
|
+
children: [/* @__PURE__ */ n(gs, {
|
|
5247
5247
|
isVisible: U,
|
|
5248
|
-
anchorElement:
|
|
5248
|
+
anchorElement: $.current,
|
|
5249
5249
|
onClick: () => {
|
|
5250
5250
|
var N, K;
|
|
5251
5251
|
(K = z.current) == null || K.scroll({
|
|
@@ -5253,16 +5253,16 @@ function ws({
|
|
|
5253
5253
|
behavior: "smooth"
|
|
5254
5254
|
});
|
|
5255
5255
|
}
|
|
5256
|
-
}), /* @__PURE__ */ n(
|
|
5256
|
+
}), /* @__PURE__ */ n(Cl, {}), /* @__PURE__ */ n(ys, {
|
|
5257
5257
|
questions: h || [],
|
|
5258
5258
|
isLoading: d,
|
|
5259
5259
|
onSelection: I
|
|
5260
5260
|
}), L && /* @__PURE__ */ n(de, {
|
|
5261
5261
|
align: "left",
|
|
5262
5262
|
children: L.message
|
|
5263
|
-
}), A ? /* @__PURE__ */ n(Je, {}) : /* @__PURE__ */ n(
|
|
5263
|
+
}), A ? /* @__PURE__ */ n(Je, {}) : /* @__PURE__ */ n(ls, {
|
|
5264
5264
|
messages: w
|
|
5265
|
-
}), u && C && ((i = (a = C.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(
|
|
5265
|
+
}), u && C && ((i = (a = C.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(Cs, {
|
|
5266
5266
|
theme: o,
|
|
5267
5267
|
children: (l = C.followupQuestions) == null ? void 0 : l.slice(0, 2).map((N, K) => /* @__PURE__ */ n(Ue, {
|
|
5268
5268
|
align: "left",
|
|
@@ -5274,14 +5274,14 @@ function ws({
|
|
|
5274
5274
|
children: N
|
|
5275
5275
|
})
|
|
5276
5276
|
}, K))
|
|
5277
|
-
}), (y || ge) && /* @__PURE__ */ n(vt, {}), F && /* @__PURE__ */ n(
|
|
5277
|
+
}), (y || ge) && /* @__PURE__ */ n(vt, {}), F && /* @__PURE__ */ n(Ml, {
|
|
5278
5278
|
onCancel: J,
|
|
5279
5279
|
onConfirm: X
|
|
5280
5280
|
})]
|
|
5281
|
-
}), /* @__PURE__ */ v(
|
|
5282
|
-
ref:
|
|
5281
|
+
}), /* @__PURE__ */ v(_s, {
|
|
5282
|
+
ref: $,
|
|
5283
5283
|
theme: o,
|
|
5284
|
-
children: [/* @__PURE__ */ n(
|
|
5284
|
+
children: [/* @__PURE__ */ n(dn, {
|
|
5285
5285
|
onSendMessage: I,
|
|
5286
5286
|
disabled: y || A,
|
|
5287
5287
|
onClearHistoryClick: B,
|
|
@@ -5290,13 +5290,13 @@ function ws({
|
|
|
5290
5290
|
isLoading: d || A,
|
|
5291
5291
|
recommendationsError: m,
|
|
5292
5292
|
onChange: J
|
|
5293
|
-
}), /* @__PURE__ */ n(
|
|
5293
|
+
}), /* @__PURE__ */ n(Ho, {
|
|
5294
5294
|
theme: o
|
|
5295
5295
|
})]
|
|
5296
5296
|
})]
|
|
5297
5297
|
});
|
|
5298
5298
|
}
|
|
5299
|
-
const
|
|
5299
|
+
const Ss = _.button`
|
|
5300
5300
|
font-family: ${({
|
|
5301
5301
|
theme: e
|
|
5302
5302
|
}) => e.typography.fontFamily};
|
|
@@ -5313,14 +5313,14 @@ const _s = _.button`
|
|
|
5313
5313
|
background-color: ${({
|
|
5314
5314
|
theme: e
|
|
5315
5315
|
}) => e.aiChat.dataTopics.items.backgroundColor};
|
|
5316
|
-
`,
|
|
5316
|
+
`, Ms = _.div`
|
|
5317
5317
|
font-size: 1.05rem;
|
|
5318
5318
|
line-height: 28px;
|
|
5319
5319
|
|
|
5320
5320
|
color: ${({
|
|
5321
5321
|
theme: e
|
|
5322
5322
|
}) => e.aiChat.dataTopics.items.textColor};
|
|
5323
|
-
`,
|
|
5323
|
+
`, Is = _.div`
|
|
5324
5324
|
font-size: ${({
|
|
5325
5325
|
theme: e
|
|
5326
5326
|
}) => e.aiChat.primaryFontSize[0]};
|
|
@@ -5331,12 +5331,12 @@ const _s = _.button`
|
|
|
5331
5331
|
color: ${({
|
|
5332
5332
|
theme: e
|
|
5333
5333
|
}) => ir(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
5334
|
-
`,
|
|
5334
|
+
`, Ds = _.div`
|
|
5335
5335
|
width: 16px;
|
|
5336
5336
|
height: 16px;
|
|
5337
5337
|
transform: rotate(180deg);
|
|
5338
5338
|
`;
|
|
5339
|
-
function
|
|
5339
|
+
function As(e) {
|
|
5340
5340
|
const {
|
|
5341
5341
|
title: t,
|
|
5342
5342
|
description: r,
|
|
@@ -5344,31 +5344,31 @@ function Ms(e) {
|
|
|
5344
5344
|
} = e, {
|
|
5345
5345
|
themeSettings: i
|
|
5346
5346
|
} = D();
|
|
5347
|
-
return /* @__PURE__ */ v(
|
|
5347
|
+
return /* @__PURE__ */ v(Ss, {
|
|
5348
5348
|
onClick: a,
|
|
5349
5349
|
theme: i,
|
|
5350
5350
|
children: [/* @__PURE__ */ v("div", {
|
|
5351
|
-
children: [/* @__PURE__ */ n(
|
|
5351
|
+
children: [/* @__PURE__ */ n(Ms, {
|
|
5352
5352
|
theme: i,
|
|
5353
5353
|
children: t
|
|
5354
|
-
}), /* @__PURE__ */ n(
|
|
5354
|
+
}), /* @__PURE__ */ n(Is, {
|
|
5355
5355
|
theme: i,
|
|
5356
5356
|
children: r
|
|
5357
5357
|
})]
|
|
5358
|
-
}), /* @__PURE__ */ n(
|
|
5359
|
-
children: /* @__PURE__ */ n(
|
|
5358
|
+
}), /* @__PURE__ */ n(Ds, {
|
|
5359
|
+
children: /* @__PURE__ */ n(Xr, {
|
|
5360
5360
|
color: i.aiChat.icons.color
|
|
5361
5361
|
})
|
|
5362
5362
|
})]
|
|
5363
5363
|
});
|
|
5364
5364
|
}
|
|
5365
|
-
const
|
|
5365
|
+
const Ls = _.div`
|
|
5366
5366
|
padding: 20px;
|
|
5367
5367
|
display: flex;
|
|
5368
5368
|
flex-direction: column;
|
|
5369
5369
|
gap: 20px;
|
|
5370
5370
|
overflow: auto;
|
|
5371
|
-
`,
|
|
5371
|
+
`, Ts = _.div`
|
|
5372
5372
|
font-size: 24px;
|
|
5373
5373
|
line-height: 32px;
|
|
5374
5374
|
font-weight: 600;
|
|
@@ -5378,7 +5378,7 @@ const Is = _.div`
|
|
|
5378
5378
|
color: ${({
|
|
5379
5379
|
theme: e
|
|
5380
5380
|
}) => e.aiChat.primaryTextColor};
|
|
5381
|
-
`,
|
|
5381
|
+
`, Ns = _.div`
|
|
5382
5382
|
font-size: 15px;
|
|
5383
5383
|
line-height: 22px;
|
|
5384
5384
|
|
|
@@ -5386,7 +5386,7 @@ const Is = _.div`
|
|
|
5386
5386
|
theme: e
|
|
5387
5387
|
}) => e.aiChat.primaryTextColor};
|
|
5388
5388
|
`;
|
|
5389
|
-
function
|
|
5389
|
+
function js(e) {
|
|
5390
5390
|
const {
|
|
5391
5391
|
dataTopics: t
|
|
5392
5392
|
} = e, {
|
|
@@ -5394,23 +5394,23 @@ function Ls(e) {
|
|
|
5394
5394
|
} = D(), {
|
|
5395
5395
|
t: a
|
|
5396
5396
|
} = E();
|
|
5397
|
-
return /* @__PURE__ */ v(
|
|
5398
|
-
children: [/* @__PURE__ */ n(
|
|
5397
|
+
return /* @__PURE__ */ v(Ls, {
|
|
5398
|
+
children: [/* @__PURE__ */ n(Ts, {
|
|
5399
5399
|
theme: r,
|
|
5400
5400
|
children: a("ai.dataTopics")
|
|
5401
|
-
}), /* @__PURE__ */ v(
|
|
5401
|
+
}), /* @__PURE__ */ v(Ns, {
|
|
5402
5402
|
theme: r,
|
|
5403
5403
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ n("br", {}), /* @__PURE__ */ n("br", {}), a("ai.topicSelectPrompt")]
|
|
5404
|
-
}), t.map((i) => /* @__PURE__ */
|
|
5404
|
+
}), t.map((i) => /* @__PURE__ */ Ka(As, T(M({}, i), {
|
|
5405
5405
|
key: i.title
|
|
5406
5406
|
})))]
|
|
5407
5407
|
});
|
|
5408
5408
|
}
|
|
5409
|
-
const
|
|
5410
|
-
function
|
|
5409
|
+
const Os = "#000000", Es = "#FFFFFF";
|
|
5410
|
+
function zs({
|
|
5411
5411
|
isDarkBackground: e = !1
|
|
5412
5412
|
}) {
|
|
5413
|
-
const t = e ?
|
|
5413
|
+
const t = e ? Es : Os;
|
|
5414
5414
|
return /* @__PURE__ */ v("svg", {
|
|
5415
5415
|
width: "32",
|
|
5416
5416
|
height: "32",
|
|
@@ -5468,10 +5468,10 @@ function js({
|
|
|
5468
5468
|
})]
|
|
5469
5469
|
});
|
|
5470
5470
|
}
|
|
5471
|
-
const
|
|
5471
|
+
const Rs = _.div`
|
|
5472
5472
|
margin-left: 14px;
|
|
5473
5473
|
margin-top: 3px;
|
|
5474
|
-
`,
|
|
5474
|
+
`, Zs = _.div`
|
|
5475
5475
|
display: flex;
|
|
5476
5476
|
flex-direction: column;
|
|
5477
5477
|
justify-content: top;
|
|
@@ -5482,45 +5482,45 @@ const Os = _.div`
|
|
|
5482
5482
|
theme: e
|
|
5483
5483
|
}) => e.aiChat.dataTopics.backgroundColor};
|
|
5484
5484
|
`;
|
|
5485
|
-
function
|
|
5485
|
+
function $s({
|
|
5486
5486
|
dataTopicsList: e,
|
|
5487
5487
|
onDataTopicClick: t
|
|
5488
5488
|
}) {
|
|
5489
5489
|
const {
|
|
5490
5490
|
enableHeader: r
|
|
5491
|
-
} =
|
|
5491
|
+
} = ne(), {
|
|
5492
5492
|
themeSettings: a
|
|
5493
5493
|
} = D(), {
|
|
5494
5494
|
t: i
|
|
5495
5495
|
} = E(), l = q(() => e == null ? void 0 : e.map((u) => ({
|
|
5496
5496
|
title: u,
|
|
5497
5497
|
onClick: () => t(u)
|
|
5498
|
-
})), [e, t]), s =
|
|
5499
|
-
return /* @__PURE__ */ v(
|
|
5500
|
-
children: [r ? /* @__PURE__ */ n(
|
|
5498
|
+
})), [e, t]), s = Pa(Ga(a.aiChat.header.backgroundColor)) > 0.5;
|
|
5499
|
+
return /* @__PURE__ */ v(H, {
|
|
5500
|
+
children: [r ? /* @__PURE__ */ n(Lr, {
|
|
5501
5501
|
title: i("ai.analyticsChatbot"),
|
|
5502
|
-
leftNav: /* @__PURE__ */ n(
|
|
5503
|
-
children: /* @__PURE__ */ n(
|
|
5502
|
+
leftNav: /* @__PURE__ */ n(Rs, {
|
|
5503
|
+
children: /* @__PURE__ */ n(zs, {
|
|
5504
5504
|
isDarkBackground: s
|
|
5505
5505
|
})
|
|
5506
5506
|
}),
|
|
5507
5507
|
style: a.aiChat.header
|
|
5508
|
-
}) : null, /* @__PURE__ */ v(
|
|
5508
|
+
}) : null, /* @__PURE__ */ v(Zs, {
|
|
5509
5509
|
theme: a,
|
|
5510
|
-
children: [!l && /* @__PURE__ */ n(Je, {}), l && /* @__PURE__ */ n(
|
|
5510
|
+
children: [!l && /* @__PURE__ */ n(Je, {}), l && /* @__PURE__ */ n(js, {
|
|
5511
5511
|
dataTopics: l
|
|
5512
5512
|
})]
|
|
5513
5513
|
})]
|
|
5514
5514
|
});
|
|
5515
5515
|
}
|
|
5516
|
-
function
|
|
5516
|
+
function Ws() {
|
|
5517
5517
|
const [e, t] = R(), [r, a] = R(), {
|
|
5518
5518
|
data: i,
|
|
5519
5519
|
fetchStatus: l
|
|
5520
|
-
} =
|
|
5520
|
+
} = No(), {
|
|
5521
5521
|
dataTopicsList: s,
|
|
5522
5522
|
contextDetails: u
|
|
5523
|
-
} =
|
|
5523
|
+
} = ne(), {
|
|
5524
5524
|
t: c
|
|
5525
5525
|
} = E(), g = c("ai.errors.noAvailableDataTopics"), b = j((d) => {
|
|
5526
5526
|
d.length ? d.length === 1 && (a(void 0), t(d[0])) : a(g);
|
|
@@ -5530,25 +5530,25 @@ function Rs() {
|
|
|
5530
5530
|
return b(d), d;
|
|
5531
5531
|
}
|
|
5532
5532
|
return [];
|
|
5533
|
-
}, [i, l, s, b]), o =
|
|
5533
|
+
}, [i, l, s, b]), o = Ne(), p = j(() => {
|
|
5534
5534
|
a(void 0), o.invalidateQueries(["getDataTopics"]);
|
|
5535
5535
|
}, [o]);
|
|
5536
|
-
return r ? /* @__PURE__ */ n(
|
|
5536
|
+
return r ? /* @__PURE__ */ n(Ar, {
|
|
5537
5537
|
text: r,
|
|
5538
5538
|
action: {
|
|
5539
5539
|
text: c("ai.buttons.refresh"),
|
|
5540
5540
|
onClick: p
|
|
5541
5541
|
}
|
|
5542
|
-
}) : x.length === 1 && !e ? /* @__PURE__ */ n(Je, {}) : e ? /* @__PURE__ */ n(
|
|
5542
|
+
}) : x.length === 1 && !e ? /* @__PURE__ */ n(Je, {}) : e ? /* @__PURE__ */ n(vs, {
|
|
5543
5543
|
contextTitle: e,
|
|
5544
5544
|
contextDetails: u,
|
|
5545
5545
|
onGoBack: x.length === 1 ? void 0 : () => t(void 0)
|
|
5546
|
-
}) : /* @__PURE__ */ n(
|
|
5546
|
+
}) : /* @__PURE__ */ n($s, {
|
|
5547
5547
|
dataTopicsList: x,
|
|
5548
5548
|
onDataTopicClick: (d) => t(d)
|
|
5549
5549
|
});
|
|
5550
5550
|
}
|
|
5551
|
-
const
|
|
5551
|
+
const ad = or({
|
|
5552
5552
|
componentName: "Chatbot"
|
|
5553
5553
|
})((e) => {
|
|
5554
5554
|
const {
|
|
@@ -5558,18 +5558,18 @@ const Xs = or({
|
|
|
5558
5558
|
} = e, {
|
|
5559
5559
|
themeSettings: i
|
|
5560
5560
|
} = D();
|
|
5561
|
-
return /* @__PURE__ */ n(
|
|
5561
|
+
return /* @__PURE__ */ n(Lo, {
|
|
5562
5562
|
value: a ?? {},
|
|
5563
|
-
children: /* @__PURE__ */ n(
|
|
5563
|
+
children: /* @__PURE__ */ n(Go, {
|
|
5564
5564
|
id: "csdk-chatbot-frame",
|
|
5565
5565
|
width: t,
|
|
5566
5566
|
height: r,
|
|
5567
5567
|
theme: i,
|
|
5568
5568
|
tabIndex: 0,
|
|
5569
|
-
children: /* @__PURE__ */ n(
|
|
5569
|
+
children: /* @__PURE__ */ n(Ws, {})
|
|
5570
5570
|
})
|
|
5571
5571
|
});
|
|
5572
|
-
}),
|
|
5572
|
+
}), id = or({
|
|
5573
5573
|
componentName: "GetNlgInsights"
|
|
5574
5574
|
})(function(e) {
|
|
5575
5575
|
const {
|
|
@@ -5580,7 +5580,7 @@ const Xs = or({
|
|
|
5580
5580
|
t: i
|
|
5581
5581
|
} = E();
|
|
5582
5582
|
if (a)
|
|
5583
|
-
return /* @__PURE__ */ n(
|
|
5583
|
+
return /* @__PURE__ */ n(H, {
|
|
5584
5584
|
children: i("ai.errors.unexpected")
|
|
5585
5585
|
});
|
|
5586
5586
|
const l = t ?? i("ai.errors.insightsNotAvailable");
|
|
@@ -5588,7 +5588,7 @@ const Xs = or({
|
|
|
5588
5588
|
text: r ? "Loading..." : l
|
|
5589
5589
|
});
|
|
5590
5590
|
});
|
|
5591
|
-
function
|
|
5591
|
+
function qs({
|
|
5592
5592
|
theme: e
|
|
5593
5593
|
}) {
|
|
5594
5594
|
const t = e.general.brandColor;
|
|
@@ -5616,7 +5616,7 @@ function Zs({
|
|
|
5616
5616
|
})]
|
|
5617
5617
|
});
|
|
5618
5618
|
}
|
|
5619
|
-
const
|
|
5619
|
+
const Ps = _.div`
|
|
5620
5620
|
display: flex;
|
|
5621
5621
|
flex-direction: row;
|
|
5622
5622
|
align-items: center;
|
|
@@ -5629,9 +5629,9 @@ const Ws = _.div`
|
|
|
5629
5629
|
background-color: ${({
|
|
5630
5630
|
theme: e
|
|
5631
5631
|
}) => e.chart.backgroundColor};
|
|
5632
|
-
`,
|
|
5632
|
+
`, Gs = _.div`
|
|
5633
5633
|
align-self: flex-start;
|
|
5634
|
-
`,
|
|
5634
|
+
`, Bs = ({
|
|
5635
5635
|
summary: e,
|
|
5636
5636
|
nlgRequest: t
|
|
5637
5637
|
}) => {
|
|
@@ -5643,11 +5643,11 @@ const Ws = _.div`
|
|
|
5643
5643
|
data: t,
|
|
5644
5644
|
type: "chart/insights",
|
|
5645
5645
|
buttonVisibility: "always",
|
|
5646
|
-
renderContent: (a) => /* @__PURE__ */ v(
|
|
5646
|
+
renderContent: (a) => /* @__PURE__ */ v(Ps, {
|
|
5647
5647
|
theme: r,
|
|
5648
|
-
children: [/* @__PURE__ */ n(
|
|
5648
|
+
children: [/* @__PURE__ */ n(Gs, {
|
|
5649
5649
|
theme: r,
|
|
5650
|
-
children: /* @__PURE__ */ n(
|
|
5650
|
+
children: /* @__PURE__ */ n(qs, {
|
|
5651
5651
|
theme: r
|
|
5652
5652
|
})
|
|
5653
5653
|
}), /* @__PURE__ */ n(Dt, {
|
|
@@ -5655,21 +5655,21 @@ const Ws = _.div`
|
|
|
5655
5655
|
}), a]
|
|
5656
5656
|
})
|
|
5657
5657
|
});
|
|
5658
|
-
},
|
|
5658
|
+
}, od = ({
|
|
5659
5659
|
nlqResponse: e,
|
|
5660
5660
|
onDataReady: t,
|
|
5661
5661
|
styleOptions: r,
|
|
5662
5662
|
widgetProps: a,
|
|
5663
5663
|
filters: i = []
|
|
5664
5664
|
}) => {
|
|
5665
|
-
e.queryTitle =
|
|
5665
|
+
e.queryTitle = ja(e.queryTitle);
|
|
5666
5666
|
const {
|
|
5667
5667
|
connectToWidgetProps: l
|
|
5668
|
-
} =
|
|
5668
|
+
} = Oa({
|
|
5669
5669
|
initialFilters: i
|
|
5670
5670
|
}), [s, u] = R(null);
|
|
5671
5671
|
ye(() => {
|
|
5672
|
-
const p =
|
|
5672
|
+
const p = je(e, {
|
|
5673
5673
|
useCustomizedStyleOptions: !0
|
|
5674
5674
|
});
|
|
5675
5675
|
if (!p)
|
|
@@ -5684,7 +5684,7 @@ const Ws = _.div`
|
|
|
5684
5684
|
}
|
|
5685
5685
|
}, [e, l, r]);
|
|
5686
5686
|
const c = q(() => {
|
|
5687
|
-
const p = s &&
|
|
5687
|
+
const p = s && Le(s) ? Ea(s == null ? void 0 : s.filters) : [], d = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(p.filter((m) => !m.config.disabled).map((m) => m.jaql()));
|
|
5688
5688
|
return T(M({}, e), {
|
|
5689
5689
|
jaql: T(M({}, e.jaql), {
|
|
5690
5690
|
metadata: d
|
|
@@ -5698,20 +5698,20 @@ const Ws = _.div`
|
|
|
5698
5698
|
} = Ve(c);
|
|
5699
5699
|
if (b || !s)
|
|
5700
5700
|
return /* @__PURE__ */ n(vt, {});
|
|
5701
|
-
if (!
|
|
5702
|
-
return /* @__PURE__ */ n(
|
|
5701
|
+
if (!Le(s))
|
|
5702
|
+
return /* @__PURE__ */ n(H, {});
|
|
5703
5703
|
const o = a || T(M({}, s), {
|
|
5704
5704
|
styleOptions: r,
|
|
5705
5705
|
onDataReady: t
|
|
5706
5706
|
});
|
|
5707
5707
|
return /* @__PURE__ */ n(Ie, T(M({}, o), {
|
|
5708
5708
|
highlightSelectionDisabled: !0,
|
|
5709
|
-
topSlot: g && !x && /* @__PURE__ */ n(
|
|
5709
|
+
topSlot: g && !x && /* @__PURE__ */ n(Bs, {
|
|
5710
5710
|
nlgRequest: c,
|
|
5711
5711
|
summary: g
|
|
5712
5712
|
})
|
|
5713
5713
|
}));
|
|
5714
|
-
},
|
|
5714
|
+
}, Ys = new er({
|
|
5715
5715
|
defaultOptions: {
|
|
5716
5716
|
queries: {
|
|
5717
5717
|
refetchOnWindowFocus: !1,
|
|
@@ -5719,48 +5719,91 @@ const Ws = _.div`
|
|
|
5719
5719
|
}
|
|
5720
5720
|
}
|
|
5721
5721
|
});
|
|
5722
|
-
function
|
|
5722
|
+
function nd({
|
|
5723
5723
|
children: e,
|
|
5724
5724
|
context: t
|
|
5725
5725
|
}) {
|
|
5726
|
-
return /* @__PURE__ */ n(
|
|
5726
|
+
return /* @__PURE__ */ n(wr, {
|
|
5727
5727
|
children: /* @__PURE__ */ n(kt.Provider, {
|
|
5728
5728
|
value: t == null ? void 0 : t.api,
|
|
5729
5729
|
children: /* @__PURE__ */ n(nr, {
|
|
5730
|
-
client:
|
|
5730
|
+
client: Ys,
|
|
5731
5731
|
children: e
|
|
5732
5732
|
})
|
|
5733
5733
|
})
|
|
5734
5734
|
});
|
|
5735
5735
|
}
|
|
5736
|
+
function Hs(e) {
|
|
5737
|
+
const t = ei(e), {
|
|
5738
|
+
attributes: r,
|
|
5739
|
+
measures: a
|
|
5740
|
+
} = ti(t);
|
|
5741
|
+
return {
|
|
5742
|
+
attributes: r,
|
|
5743
|
+
measures: a
|
|
5744
|
+
};
|
|
5745
|
+
}
|
|
5746
|
+
function Us(e, t, r) {
|
|
5747
|
+
const {
|
|
5748
|
+
dataSource: a,
|
|
5749
|
+
dataOptions: i,
|
|
5750
|
+
chartType: l,
|
|
5751
|
+
filters: s
|
|
5752
|
+
} = e, u = a ?? t;
|
|
5753
|
+
if (!u)
|
|
5754
|
+
throw new Error("dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter.");
|
|
5755
|
+
const {
|
|
5756
|
+
attributes: c,
|
|
5757
|
+
measures: g
|
|
5758
|
+
} = sr(l) ? Hs(i) : Ba(i, l);
|
|
5759
|
+
return {
|
|
5760
|
+
dataSource: u,
|
|
5761
|
+
dimensions: c,
|
|
5762
|
+
measures: g,
|
|
5763
|
+
filters: s,
|
|
5764
|
+
verbosity: r
|
|
5765
|
+
};
|
|
5766
|
+
}
|
|
5767
|
+
function ld(e, t, r) {
|
|
5768
|
+
return oe(this, null, function* () {
|
|
5769
|
+
var a;
|
|
5770
|
+
if (!Le(e))
|
|
5771
|
+
throw new Error("Only ChartWidgetProps are supported for now");
|
|
5772
|
+
const i = Us(e, r == null ? void 0 : r.defaultDataSource, r == null ? void 0 : r.verbosity), l = _r(i), s = yield t.post("api/v2/ai/nlg/queryResult", l);
|
|
5773
|
+
if (!((a = s == null ? void 0 : s.data) != null && a.answer))
|
|
5774
|
+
throw new Error("Invalid response from NLG insights API");
|
|
5775
|
+
return s.data.answer;
|
|
5776
|
+
});
|
|
5777
|
+
}
|
|
5736
5778
|
(function() {
|
|
5737
5779
|
var e;
|
|
5738
5780
|
try {
|
|
5739
5781
|
if (typeof document < "u") {
|
|
5740
5782
|
var t = document.createElement("style");
|
|
5741
|
-
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.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}.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}[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}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}.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}._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}.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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.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}._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=)}._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}._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);
|
|
5783
|
+
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.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}.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}[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-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}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}.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}._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}.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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.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}._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=)}._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}._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);
|
|
5742
5784
|
}
|
|
5743
5785
|
} catch (r) {
|
|
5744
5786
|
console.error("vite-plugin-css-injected-by-js", r);
|
|
5745
5787
|
}
|
|
5746
5788
|
})();
|
|
5747
5789
|
export {
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
5762
|
-
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
|
|
5790
|
+
Js as AiContextProvider,
|
|
5791
|
+
_o as ChatRestApi,
|
|
5792
|
+
ad as Chatbot,
|
|
5793
|
+
nd as CustomAiContextProvider,
|
|
5794
|
+
Ao as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
5795
|
+
id as GetNlgInsights,
|
|
5796
|
+
Mo as NLQ_RESULT_CHART_TYPES,
|
|
5797
|
+
od as NlqChartWidget,
|
|
5798
|
+
Io as executeGetNlqResult,
|
|
5799
|
+
ld as getNlgInsightsFromWidget,
|
|
5800
|
+
_r as prepareGetNlgInsightsPayload,
|
|
5801
|
+
Cr as prepareGetNlqResultPayload,
|
|
5802
|
+
Zo as useChatSession,
|
|
5803
|
+
rd as useFinalNlqResponse,
|
|
5804
|
+
Xs as useGetNlgInsights,
|
|
5805
|
+
Ks as useGetNlqResult,
|
|
5806
|
+
ed as useGetQueryRecommendations,
|
|
5807
|
+
td as useLastNlqResponse,
|
|
5808
|
+
Vs as widgetComposer
|
|
5766
5809
|
};
|