@sisense/sdk-ui-preact 2.13.0 → 2.15.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 +32 -32
- package/dist/ai.js +592 -591
- package/dist/index.cjs +26 -26
- package/dist/index.js +5091 -5061
- package/dist/{use-common-filters-qFWk1Ia5-a72aafa2.js → use-common-filters-8MsC7-0N-3b3577ae.js} +39767 -39107
- package/dist/use-common-filters-8MsC7-0N-ca16facc.cjs +1035 -0
- package/package.json +3 -3
- package/dist/use-common-filters-qFWk1Ia5-99d26858.cjs +0 -1010
package/dist/ai.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w as Xe,
|
|
1
|
+
import { w as Xe, b as Vt, c6 as aa, fA as ia, fB as oa, fC as na, fD as la, fE as sa, fF as da, j as De, bH as Ge, bG as ca, cK as pa, bN as ua, bp as G, fG as Ie, aD as ut, cm as ot, b0 as ga, av as Ze, fH as ha, fI as ma, cr as Jt, a0 as ba, eZ as fa, v as Xt, af as Kt, N as Ue, O as xa, m as Qe, fJ as ka, fK as ya, V as be, fL as er, W as wa, M as b, i as tr, z as D, k as n, K as E, ae as Y, fM as Ca, aA as _a, an as va, T as P, bx as xe, F as j, aw as gt, x as R, y as ke, aq as rr, a4 as Sa, bA as Ma, A as pe, fN as Ia, at as we, a2 as Ke, u as Ce, fO as Da, bJ as Aa, bL as La, cL as Me, dA as ar, ar as ht, p as Ta, fP as Le, a8 as C, c_ as q, o as v, c3 as Na, fQ as It, a as Be, fR as ja, fS as Oa, fT as ir, fU as Ea, fV as za, cI as Ra, cJ as Za, fW as Wa, fX as qa, fY as Pa, dS as Ga, c5 as Ba, fZ as Ha, cZ as or, f_ as Ya, dl as $a, b7 as Ua, eo as Qa, _ as Fa, b2 as nr, b3 as lr, f$ as Va, g0 as Ja, cj as Xa, eF as Ka, cW as ei, g1 as ti } from "./use-common-filters-8MsC7-0N-3b3577ae.js";
|
|
2
2
|
let sr = class extends Vt {
|
|
3
3
|
constructor(t, r) {
|
|
4
4
|
var a;
|
|
@@ -18,14 +18,14 @@ let sr = class extends Vt {
|
|
|
18
18
|
return t.metadataItem = this.metadataItem, t.type = this.type, t;
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
|
-
const
|
|
21
|
+
const ri = {
|
|
22
22
|
text: Xe.TextAttribute,
|
|
23
23
|
numeric: Xe.NumericAttribute,
|
|
24
24
|
datetime: Xe.DateLevel
|
|
25
25
|
};
|
|
26
|
-
function
|
|
26
|
+
function ai(e) {
|
|
27
27
|
var t;
|
|
28
|
-
return new sr(e, (t =
|
|
28
|
+
return new sr(e, (t = ri[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
29
29
|
}
|
|
30
30
|
function dr(e) {
|
|
31
31
|
const {
|
|
@@ -51,10 +51,10 @@ function dr(e) {
|
|
|
51
51
|
title: t.title,
|
|
52
52
|
panel: e.panel,
|
|
53
53
|
dataSource: t.datasource
|
|
54
|
-
}) :
|
|
54
|
+
}) : ai(e);
|
|
55
55
|
}
|
|
56
|
-
const
|
|
57
|
-
var
|
|
56
|
+
const ii = (e) => "dashboardOid" in e && "widgetOid" in e;
|
|
57
|
+
var oi = Object.defineProperty, ni = Object.defineProperties, li = Object.getOwnPropertyDescriptors, He = Object.getOwnPropertySymbols, cr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable, Dt = (e, t, r) => t in e ? oi(e, t, {
|
|
58
58
|
enumerable: !0,
|
|
59
59
|
configurable: !0,
|
|
60
60
|
writable: !0,
|
|
@@ -66,7 +66,7 @@ var ii = Object.defineProperty, oi = Object.defineProperties, ni = Object.getOwn
|
|
|
66
66
|
for (var r of He(t))
|
|
67
67
|
pr.call(t, r) && Dt(e, r, t[r]);
|
|
68
68
|
return e;
|
|
69
|
-
}, ee = (e, t) =>
|
|
69
|
+
}, ee = (e, t) => ni(e, li(t)), si = (e, t) => {
|
|
70
70
|
var r = {};
|
|
71
71
|
for (var a in e)
|
|
72
72
|
cr.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
@@ -75,10 +75,10 @@ var ii = Object.defineProperty, oi = Object.defineProperties, ni = Object.getOwn
|
|
|
75
75
|
t.indexOf(a) < 0 && pr.call(e, a) && (r[a] = e[a]);
|
|
76
76
|
return r;
|
|
77
77
|
};
|
|
78
|
-
function
|
|
78
|
+
function di(e) {
|
|
79
79
|
return e.replace(/\s+/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function ci(e) {
|
|
82
82
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
83
83
|
}
|
|
84
84
|
function ur(e) {
|
|
@@ -87,7 +87,7 @@ function ur(e) {
|
|
|
87
87
|
chartType: e
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function pi(e) {
|
|
91
91
|
return "widgetType" in e && e.widgetType === "pivot";
|
|
92
92
|
}
|
|
93
93
|
function me(e) {
|
|
@@ -96,12 +96,12 @@ function me(e) {
|
|
|
96
96
|
}
|
|
97
97
|
function At(e) {
|
|
98
98
|
const t = "measures" in e && K(e.measures) || "values" in e && K(e.values);
|
|
99
|
-
return
|
|
99
|
+
return pi(e) ? "values" in e.dataOptions && K(e.dataOptions.values) : "chartType" in e ? e.chartType === "indicator" ? "value" in e.dataOptions && K(e.dataOptions.value) || "secondary" in e.dataOptions && K(e.dataOptions.secondary) : e.chartType === "table" ? !("columns" in e.dataOptions) || !K(e.dataOptions.columns) ? !1 : e.dataOptions.columns.some((r) => me(r)) : e.chartType === "boxplot" ? !1 : e.chartType === "scatter" ? "x" in e.dataOptions && e.dataOptions.x !== void 0 && me(e.dataOptions.x) || "y" in e.dataOptions && e.dataOptions.y !== void 0 && me(e.dataOptions.y) || "size" in e.dataOptions && e.dataOptions.size !== void 0 : e.chartType === "scattermap" ? "colorBy" in e.dataOptions && e.dataOptions.colorBy !== void 0 && me(e.dataOptions.colorBy) || "details" in e.dataOptions && e.dataOptions.details !== void 0 && me(e.dataOptions.details) || "size" in e.dataOptions && e.dataOptions.size !== void 0 && me(e.dataOptions.size) : e.chartType === "areamap" ? "geo" in e.dataOptions && K(e.dataOptions.geo) && "color" in e.dataOptions && K(e.dataOptions.color) : "value" in e.dataOptions && K(e.dataOptions.value) : t;
|
|
100
100
|
}
|
|
101
101
|
function K(e) {
|
|
102
102
|
return Array.isArray(e) && e.length > 0;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function ui(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 pi(e) {
|
|
|
115
115
|
return t.join(`
|
|
116
116
|
`);
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function gi(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 ui(e) {
|
|
|
126
126
|
}
|
|
127
127
|
return r;
|
|
128
128
|
}
|
|
129
|
-
const
|
|
129
|
+
const hi = {
|
|
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
|
-
}, gr = (e, t) =>
|
|
584
|
+
}, gr = (e, t) => hi[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => gr(`${a}Tmpl`, t)), mi = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), nt = (e, t, r = "react") => {
|
|
585
585
|
const a = gr(e, r);
|
|
586
|
-
return
|
|
587
|
-
},
|
|
586
|
+
return ui(mi(a, t));
|
|
587
|
+
}, bi = () => Object.values(ma).map((e) => Jt.aggregationToJAQL(e)).join("|"), hr = (e) => {
|
|
588
588
|
const {
|
|
589
589
|
formula: t,
|
|
590
590
|
context: r,
|
|
@@ -598,15 +598,15 @@ 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 = bi(), c = new RegExp(`^\\s*(${u})\\(\\[\\w+\\]\\)$`), g = t.match(c);
|
|
602
602
|
if (g && t.includes(l)) {
|
|
603
|
-
const
|
|
603
|
+
const f = g[1];
|
|
604
604
|
return O({
|
|
605
605
|
dim: s.dim,
|
|
606
606
|
table: s.table,
|
|
607
607
|
column: s.column,
|
|
608
608
|
datatype: s.datatype,
|
|
609
|
-
agg:
|
|
609
|
+
agg: f,
|
|
610
610
|
title: e.title
|
|
611
611
|
}, a ? {
|
|
612
612
|
filter: O({}, a)
|
|
@@ -633,7 +633,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
633
633
|
return (t = a.filter) != null && t.by && (a.filter.by = hr(a.filter.by)), ee(O({}, r), {
|
|
634
634
|
jaql: a
|
|
635
635
|
});
|
|
636
|
-
},
|
|
636
|
+
}, xi = (e) => {
|
|
637
637
|
let t = e;
|
|
638
638
|
t = fi(t);
|
|
639
639
|
const {
|
|
@@ -649,7 +649,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
|
649
649
|
measure: We(a)
|
|
650
650
|
} : {});
|
|
651
651
|
}, qe = 6;
|
|
652
|
-
function
|
|
652
|
+
function ki(e) {
|
|
653
653
|
switch (e) {
|
|
654
654
|
case "line":
|
|
655
655
|
case "area":
|
|
@@ -699,7 +699,7 @@ function xi(e) {
|
|
|
699
699
|
return {};
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
|
-
const
|
|
702
|
+
const yi = {
|
|
703
703
|
subtype: "indicator/numeric",
|
|
704
704
|
numericSubtype: "numericSimple",
|
|
705
705
|
skin: "vertical",
|
|
@@ -718,7 +718,7 @@ const ki = {
|
|
|
718
718
|
shouldBeShown: !1
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
-
},
|
|
721
|
+
}, wi = {
|
|
722
722
|
legend: {
|
|
723
723
|
enabled: !0,
|
|
724
724
|
position: "bottom"
|
|
@@ -784,7 +784,7 @@ const ki = {
|
|
|
784
784
|
navigator: {
|
|
785
785
|
enabled: !0
|
|
786
786
|
}
|
|
787
|
-
},
|
|
787
|
+
}, Ci = {
|
|
788
788
|
subtype: "line/basic",
|
|
789
789
|
lineWidth: {
|
|
790
790
|
width: "bold"
|
|
@@ -794,7 +794,7 @@ const ki = {
|
|
|
794
794
|
size: "small",
|
|
795
795
|
fill: "filled"
|
|
796
796
|
}
|
|
797
|
-
},
|
|
797
|
+
}, _i = {
|
|
798
798
|
subtype: "area/basic",
|
|
799
799
|
lineWidth: {
|
|
800
800
|
width: "bold"
|
|
@@ -804,11 +804,11 @@ const ki = {
|
|
|
804
804
|
size: "small",
|
|
805
805
|
fill: "filled"
|
|
806
806
|
}
|
|
807
|
-
}, _i = {
|
|
808
|
-
subtype: "bar/classic"
|
|
809
807
|
}, vi = {
|
|
810
|
-
subtype: "
|
|
808
|
+
subtype: "bar/classic"
|
|
811
809
|
}, Si = {
|
|
810
|
+
subtype: "column/classic"
|
|
811
|
+
}, Mi = {
|
|
812
812
|
subtype: "polar/column",
|
|
813
813
|
yAxis: {
|
|
814
814
|
enabled: !0,
|
|
@@ -831,9 +831,9 @@ const ki = {
|
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
833
|
function _e(e) {
|
|
834
|
-
return
|
|
834
|
+
return ba({}, wi, e);
|
|
835
835
|
}
|
|
836
|
-
const
|
|
836
|
+
const Ii = {
|
|
837
837
|
subtype: "pie/classic",
|
|
838
838
|
legend: {
|
|
839
839
|
enabled: !1,
|
|
@@ -856,22 +856,22 @@ const Mi = {
|
|
|
856
856
|
minimalIndependentSlicePercentage: 3,
|
|
857
857
|
selectedConvolutionType: "byPercentage"
|
|
858
858
|
}
|
|
859
|
-
},
|
|
859
|
+
}, Di = {
|
|
860
860
|
legend: {
|
|
861
861
|
enabled: !1,
|
|
862
862
|
position: "left"
|
|
863
863
|
},
|
|
864
|
-
|
|
864
|
+
seriesLabels: {
|
|
865
865
|
enabled: !0,
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
866
|
+
showCategory: !0,
|
|
867
|
+
showPercentage: !0,
|
|
868
|
+
showPercentDecimals: !1,
|
|
869
|
+
showValue: !0
|
|
870
870
|
},
|
|
871
871
|
funnelSize: "regular",
|
|
872
872
|
funnelType: "regular",
|
|
873
873
|
funnelDirection: "regular"
|
|
874
|
-
},
|
|
874
|
+
}, Ai = {
|
|
875
875
|
rowsPerPage: 25,
|
|
876
876
|
isAutoHeight: !0,
|
|
877
877
|
rowHeight: null,
|
|
@@ -880,7 +880,7 @@ const Mi = {
|
|
|
880
880
|
headersColor: !1,
|
|
881
881
|
membersColor: !1,
|
|
882
882
|
totalsColor: !1
|
|
883
|
-
},
|
|
883
|
+
}, Li = {
|
|
884
884
|
labels: {
|
|
885
885
|
category: [{
|
|
886
886
|
enabled: !0
|
|
@@ -893,7 +893,8 @@ const Mi = {
|
|
|
893
893
|
tooltip: {
|
|
894
894
|
mode: "value"
|
|
895
895
|
}
|
|
896
|
-
},
|
|
896
|
+
}, Ti = {
|
|
897
|
+
subtype: fa.SUBTYPE,
|
|
897
898
|
viewType: "month",
|
|
898
899
|
startOfWeek: "sunday",
|
|
899
900
|
cellLabels: {
|
|
@@ -910,7 +911,7 @@ const Mi = {
|
|
|
910
911
|
cellColor: "#e6e6e6",
|
|
911
912
|
hideValues: !0
|
|
912
913
|
}
|
|
913
|
-
},
|
|
914
|
+
}, Ni = {
|
|
914
915
|
legend: {
|
|
915
916
|
enabled: !0,
|
|
916
917
|
position: "bottom"
|
|
@@ -918,7 +919,7 @@ const Mi = {
|
|
|
918
919
|
tooltip: {
|
|
919
920
|
mode: "value"
|
|
920
921
|
}
|
|
921
|
-
},
|
|
922
|
+
}, ji = {
|
|
922
923
|
legend: {
|
|
923
924
|
enabled: !0,
|
|
924
925
|
position: "bottom"
|
|
@@ -970,7 +971,7 @@ const Mi = {
|
|
|
970
971
|
scatterBubbleMinSize: 10,
|
|
971
972
|
scatterBubbleMaxSize: 10
|
|
972
973
|
}
|
|
973
|
-
},
|
|
974
|
+
}, Oi = {
|
|
974
975
|
header: {
|
|
975
976
|
color: {
|
|
976
977
|
enabled: !1
|
|
@@ -986,7 +987,7 @@ const Mi = {
|
|
|
986
987
|
enabled: !1
|
|
987
988
|
}
|
|
988
989
|
}
|
|
989
|
-
},
|
|
990
|
+
}, Ei = {
|
|
990
991
|
subtype: "scattermap",
|
|
991
992
|
markers: {
|
|
992
993
|
fill: "filled",
|
|
@@ -996,9 +997,9 @@ const Mi = {
|
|
|
996
997
|
maxSize: 24
|
|
997
998
|
}
|
|
998
999
|
}
|
|
999
|
-
}, Ei = {
|
|
1000
|
-
mapType: "world"
|
|
1001
1000
|
}, zi = {
|
|
1001
|
+
mapType: "world"
|
|
1002
|
+
}, Ri = {
|
|
1002
1003
|
subtype: "boxplot/full",
|
|
1003
1004
|
legend: {
|
|
1004
1005
|
enabled: !0,
|
|
@@ -1050,42 +1051,42 @@ const Mi = {
|
|
|
1050
1051
|
enabled: !0
|
|
1051
1052
|
}
|
|
1052
1053
|
};
|
|
1053
|
-
function
|
|
1054
|
+
function Zi(e) {
|
|
1054
1055
|
switch (e) {
|
|
1055
1056
|
case "indicator":
|
|
1056
|
-
return G(
|
|
1057
|
+
return G(yi);
|
|
1057
1058
|
case "line":
|
|
1058
|
-
return _e(wi);
|
|
1059
|
-
case "area":
|
|
1060
1059
|
return _e(Ci);
|
|
1061
|
-
case "
|
|
1060
|
+
case "area":
|
|
1062
1061
|
return _e(_i);
|
|
1063
|
-
case "
|
|
1062
|
+
case "bar":
|
|
1064
1063
|
return _e(vi);
|
|
1065
|
-
case "
|
|
1064
|
+
case "column":
|
|
1066
1065
|
return _e(Si);
|
|
1066
|
+
case "polar":
|
|
1067
|
+
return _e(Mi);
|
|
1067
1068
|
case "pie":
|
|
1068
|
-
return G(Mi);
|
|
1069
|
-
case "funnel":
|
|
1070
1069
|
return G(Ii);
|
|
1070
|
+
case "funnel":
|
|
1071
|
+
return G(Di);
|
|
1071
1072
|
case "treemap":
|
|
1072
|
-
return G(Ai);
|
|
1073
|
-
case "calendar-heatmap":
|
|
1074
1073
|
return G(Li);
|
|
1075
|
-
case "
|
|
1074
|
+
case "calendar-heatmap":
|
|
1076
1075
|
return G(Ti);
|
|
1077
|
-
case "
|
|
1076
|
+
case "sunburst":
|
|
1078
1077
|
return G(Ni);
|
|
1078
|
+
case "scatter":
|
|
1079
|
+
return G(ji);
|
|
1079
1080
|
case "scattermap":
|
|
1080
|
-
return G(Oi);
|
|
1081
|
-
case "areamap":
|
|
1082
1081
|
return G(Ei);
|
|
1083
|
-
case "
|
|
1082
|
+
case "areamap":
|
|
1084
1083
|
return G(zi);
|
|
1084
|
+
case "boxplot":
|
|
1085
|
+
return G(Ri);
|
|
1085
1086
|
case "table":
|
|
1086
|
-
return G(
|
|
1087
|
+
return G(Oi);
|
|
1087
1088
|
case "pivot":
|
|
1088
|
-
return G(
|
|
1089
|
+
return G(Ai);
|
|
1089
1090
|
case "pivot2":
|
|
1090
1091
|
return {};
|
|
1091
1092
|
case "image":
|
|
@@ -1095,7 +1096,7 @@ function Ri(e) {
|
|
|
1095
1096
|
}
|
|
1096
1097
|
}
|
|
1097
1098
|
const ze = `
|
|
1098
|
-
`, lt = "UNKNOWN",
|
|
1099
|
+
`, lt = "UNKNOWN", Wi = (e, t) => {
|
|
1099
1100
|
let r = "";
|
|
1100
1101
|
return r += `measureFactory.customFormula(
|
|
1101
1102
|
`, r += " ".repeat(t), r += ` '${Ie(e.title)}',
|
|
@@ -1107,7 +1108,7 @@ const ze = `
|
|
|
1107
1108
|
`;
|
|
1108
1109
|
}), r += " ".repeat(t), r += ` }
|
|
1109
1110
|
`, r += " ".repeat(t), r += ")", r;
|
|
1110
|
-
},
|
|
1111
|
+
}, qi = (e) => {
|
|
1111
1112
|
const {
|
|
1112
1113
|
level: t,
|
|
1113
1114
|
table: r,
|
|
@@ -1117,16 +1118,16 @@ const ze = `
|
|
|
1117
1118
|
} = e;
|
|
1118
1119
|
let s;
|
|
1119
1120
|
return r && a && (s = Xt(r, a, t, "DM")), i && r && a && l && (s = `measureFactory.${Jt.aggregationFromJAQL(i)}(${s}, '${Ie(l)}')`), s || lt;
|
|
1120
|
-
},
|
|
1121
|
+
}, Pi = (e, t) => {
|
|
1121
1122
|
const r = e.jaql(!1).jaql;
|
|
1122
|
-
return "formula" in r ?
|
|
1123
|
+
return "formula" in r ? Wi(r, t) : qi(r);
|
|
1123
1124
|
}, ae = (e, t = 0, r = !1) => {
|
|
1124
1125
|
if (!e)
|
|
1125
1126
|
return "";
|
|
1126
1127
|
if (typeof e == "string")
|
|
1127
1128
|
return `'${Ie(e)}'`;
|
|
1128
1129
|
if (e instanceof sr)
|
|
1129
|
-
return
|
|
1130
|
+
return Pi(e, t);
|
|
1130
1131
|
if (e instanceof Vt)
|
|
1131
1132
|
return e.composeCode || "";
|
|
1132
1133
|
let a = "";
|
|
@@ -1134,7 +1135,7 @@ const ze = `
|
|
|
1134
1135
|
if (r && typeof i == "string" && (i = `'${Ie(i)}'`), a += " ".repeat(t + 2), Array.isArray(l))
|
|
1135
1136
|
a += `${i}: [${l.map((s) => ae(s, t + 4, r))}${l.length ? ze + " ".repeat(t + 2) : ""}]`;
|
|
1136
1137
|
else if (typeof l == "object" && l !== null) {
|
|
1137
|
-
const s = Array.isArray(l) ? l :
|
|
1138
|
+
const s = Array.isArray(l) ? l : gi(l);
|
|
1138
1139
|
a += `${i}: ${ae(s, t + 2, r)}`;
|
|
1139
1140
|
} else
|
|
1140
1141
|
["number", "boolean", "undefined"].includes(typeof l) || l === null ? a += `${i}: ${l}` : typeof l == "string" ? a += `${i}: '${Ie(l)}'` : a += `${i}: ${l}`;
|
|
@@ -1159,45 +1160,45 @@ function mt(e, t) {
|
|
|
1159
1160
|
function Lt(e, t) {
|
|
1160
1161
|
if (!e || Object.keys(e).length === 0)
|
|
1161
1162
|
return {};
|
|
1162
|
-
const r =
|
|
1163
|
+
const r = Zi(t);
|
|
1163
1164
|
if (ut(e, r))
|
|
1164
1165
|
return {};
|
|
1165
1166
|
const a = mt(e, r);
|
|
1166
1167
|
return a ?? {};
|
|
1167
1168
|
}
|
|
1168
1169
|
function Tt(e, t) {
|
|
1169
|
-
const r =
|
|
1170
|
+
const r = ki(t);
|
|
1170
1171
|
if (ut(e, r))
|
|
1171
1172
|
return e;
|
|
1172
1173
|
const a = mt(e, r);
|
|
1173
1174
|
return a ?? {};
|
|
1174
1175
|
}
|
|
1175
|
-
function
|
|
1176
|
+
function Gi(e) {
|
|
1176
1177
|
return ae(e, qe);
|
|
1177
1178
|
}
|
|
1178
1179
|
function Nt(e, t = "data-source-placeholder") {
|
|
1179
1180
|
if (!e)
|
|
1180
1181
|
return t;
|
|
1181
1182
|
const r = typeof e == "object" && "title" in e ? e.title : e;
|
|
1182
|
-
return
|
|
1183
|
+
return di(r);
|
|
1183
1184
|
}
|
|
1184
1185
|
function jt(e, t = !0) {
|
|
1185
1186
|
const r = [];
|
|
1186
1187
|
return t && r.push("measureFactory"), K(e) && r.push("filterFactory"), r.length > 0 ? `import { ${r.join(", ")} } from '@sisense/sdk-data';` : "";
|
|
1187
1188
|
}
|
|
1188
1189
|
const Ot = `
|
|
1189
|
-
`,
|
|
1190
|
+
`, Bi = (e, t) => {
|
|
1190
1191
|
if (e.composeCode)
|
|
1191
1192
|
return `${Ot}${" ".repeat(t)}${e.composeCode}`;
|
|
1192
1193
|
const r = e.jaql().jaql;
|
|
1193
1194
|
return `${Ot}${" ".repeat(t)}filterFactory.customFilter(${ae(r, t, !0)})`;
|
|
1194
|
-
},
|
|
1195
|
+
}, Hi = (e, t = 0) => {
|
|
1195
1196
|
if (!e)
|
|
1196
1197
|
return "";
|
|
1197
1198
|
let r = "";
|
|
1198
|
-
return r += `[${e.map((a) =>
|
|
1199
|
+
return r += `[${e.map((a) => Bi(a, t + 2))}${e.length ? `
|
|
1199
1200
|
` + " ".repeat(t + 2) : ""}]`, r;
|
|
1200
|
-
}, Et = (e) => e ? Array.isArray(e) ?
|
|
1201
|
+
}, Et = (e) => e ? Array.isArray(e) ? Hi(e, 6) : "/** Filter relations not supported yet */" : "[]", Yi = ["executeQueryByWidgetIdTmpl", "widgetByIdTmpl"], $i = "chartWidgetTmpl", Ui = "pivotTableWidgetTmpl", Qi = (e) => e, Fi = ({
|
|
1201
1202
|
dashboardOid: e,
|
|
1202
1203
|
widgetOid: t,
|
|
1203
1204
|
uiFramework: r = "react",
|
|
@@ -1208,9 +1209,9 @@ const Ot = `
|
|
|
1208
1209
|
const l = {
|
|
1209
1210
|
dashboardOid: e,
|
|
1210
1211
|
widgetOid: t
|
|
1211
|
-
}, s =
|
|
1212
|
+
}, s = Yi[Number(i)];
|
|
1212
1213
|
return nt(s, l, r);
|
|
1213
|
-
},
|
|
1214
|
+
}, Vi = (e, t, r, a) => {
|
|
1214
1215
|
if (Ge(e)) {
|
|
1215
1216
|
ur(e.chartType);
|
|
1216
1217
|
const i = At(e), l = {
|
|
@@ -1219,7 +1220,7 @@ const Ot = `
|
|
|
1219
1220
|
titleString: e.title,
|
|
1220
1221
|
dataSourceString: Nt(e.dataSource),
|
|
1221
1222
|
chartTypeString: Qi(e.chartType),
|
|
1222
|
-
dataOptionsString:
|
|
1223
|
+
dataOptionsString: Gi(a ? Tt(e.dataOptions, e.chartType) : e.dataOptions),
|
|
1223
1224
|
filtersString: Et(e.filters),
|
|
1224
1225
|
componentString: "ChartWidget",
|
|
1225
1226
|
extraImportsString: jt(e.filters || [], i),
|
|
@@ -1245,29 +1246,29 @@ const Ot = `
|
|
|
1245
1246
|
if (pa(e))
|
|
1246
1247
|
return "/** Custom widget code not supported yet */";
|
|
1247
1248
|
throw new De("errors.otherWidgetTypesNotSupported");
|
|
1248
|
-
},
|
|
1249
|
+
}, Ji = ({
|
|
1249
1250
|
widgetProps: e,
|
|
1250
1251
|
uiFramework: t = "react",
|
|
1251
1252
|
removeDefaultProps: r = !1
|
|
1252
|
-
}) =>
|
|
1253
|
-
chart:
|
|
1254
|
-
pivot:
|
|
1253
|
+
}) => Vi(e, t, {
|
|
1254
|
+
chart: $i,
|
|
1255
|
+
pivot: Ui
|
|
1255
1256
|
}, r);
|
|
1256
|
-
function
|
|
1257
|
+
function Xi(e) {
|
|
1257
1258
|
return !!(e && (e.top !== void 0 || e.bottom !== void 0));
|
|
1258
1259
|
}
|
|
1259
|
-
const
|
|
1260
|
+
const Ki = (e) => {
|
|
1260
1261
|
const t = e.find((r) => r.panel === "rows");
|
|
1261
1262
|
return t ? e.map((r) => {
|
|
1262
1263
|
const a = r.jaql.filter;
|
|
1263
|
-
if (!(r.panel === "scope" &&
|
|
1264
|
+
if (!(r.panel === "scope" && Xi(a) && a.by === void 0))
|
|
1264
1265
|
return r;
|
|
1265
1266
|
const i = r.jaql, {
|
|
1266
1267
|
type: l,
|
|
1267
1268
|
context: s,
|
|
1268
1269
|
formula: u,
|
|
1269
1270
|
filter: c
|
|
1270
|
-
} = i, g =
|
|
1271
|
+
} = i, g = si(i, ["type", "context", "formula", "filter"]);
|
|
1271
1272
|
return ee(O({}, r), {
|
|
1272
1273
|
jaql: O({
|
|
1273
1274
|
// Copy dimension properties from rows dimension
|
|
@@ -1286,11 +1287,11 @@ const Xi = (e) => {
|
|
|
1286
1287
|
}, g)
|
|
1287
1288
|
});
|
|
1288
1289
|
}) : e;
|
|
1289
|
-
},
|
|
1290
|
+
}, eo = (e) => ({
|
|
1290
1291
|
dataOptions: {
|
|
1291
1292
|
columns: e.map(dr)
|
|
1292
1293
|
}
|
|
1293
|
-
}),
|
|
1294
|
+
}), to = Object.freeze({
|
|
1294
1295
|
convolution: {
|
|
1295
1296
|
enabled: !0,
|
|
1296
1297
|
selectedConvolutionType: "bySlicesCount",
|
|
@@ -1316,11 +1317,11 @@ const Xi = (e) => {
|
|
|
1316
1317
|
pie: "pie/donut",
|
|
1317
1318
|
bar: "bar/stacked",
|
|
1318
1319
|
column: "column/stackedcolumn"
|
|
1319
|
-
}),
|
|
1320
|
+
}), ro = (e, t, r) => {
|
|
1320
1321
|
const a = e.reduce((l, s) => (l[s.jaql.title] = s, l), {}), i = Object.entries(r).reduce((l, s) => {
|
|
1321
1322
|
const [u, c] = s;
|
|
1322
1323
|
return l[`${u}`] = Array.isArray(c) ? c.map((g) => {
|
|
1323
|
-
var
|
|
1324
|
+
var f, x;
|
|
1324
1325
|
const o = ot(g);
|
|
1325
1326
|
delete o.enabled;
|
|
1326
1327
|
const p = a[o.column.name];
|
|
@@ -1337,7 +1338,7 @@ const Xi = (e) => {
|
|
|
1337
1338
|
column: d
|
|
1338
1339
|
});
|
|
1339
1340
|
if (ga(d.type)) {
|
|
1340
|
-
const m = (x = (
|
|
1341
|
+
const m = (x = (f = p.format) == null ? void 0 : f.mask) == null ? void 0 : x[p.jaql.level];
|
|
1341
1342
|
if (m)
|
|
1342
1343
|
return ee(O({}, o), {
|
|
1343
1344
|
column: d,
|
|
@@ -1370,7 +1371,7 @@ const Xi = (e) => {
|
|
|
1370
1371
|
l !== "geo" && (i[`${l}`] = i[`${l}`][0]);
|
|
1371
1372
|
}), i;
|
|
1372
1373
|
case "table":
|
|
1373
|
-
return Object.keys(i).length === 0 ?
|
|
1374
|
+
return Object.keys(i).length === 0 ? eo(e).dataOptions : i;
|
|
1374
1375
|
case "boxplot":
|
|
1375
1376
|
case "areamap":
|
|
1376
1377
|
case "indicator":
|
|
@@ -1380,9 +1381,9 @@ const Xi = (e) => {
|
|
|
1380
1381
|
}, Rt = (e, t) => {
|
|
1381
1382
|
var r, a, i, l;
|
|
1382
1383
|
return t === "x" ? (a = (r = e.category) != null ? r : e.x) == null ? void 0 : a.map((s) => ot(s).column.name).join(", ") : (l = (i = e.value) != null ? i : e.y) == null ? void 0 : l.map((s) => ot(s).column.name).join(", ");
|
|
1383
|
-
},
|
|
1384
|
+
}, ao = (e, t, r, a) => {
|
|
1384
1385
|
let i;
|
|
1385
|
-
return a && e in zt ? i = Ze(Ze(
|
|
1386
|
+
return a && e in zt ? i = Ze(Ze(to, {
|
|
1386
1387
|
subtype: zt[`${e}`]
|
|
1387
1388
|
}), {
|
|
1388
1389
|
legend: {
|
|
@@ -1402,22 +1403,22 @@ const Xi = (e) => {
|
|
|
1402
1403
|
}
|
|
1403
1404
|
}
|
|
1404
1405
|
}, r) : i = Ze(ha(), r), i;
|
|
1405
|
-
},
|
|
1406
|
+
}, io = (e, t, r = !0) => {
|
|
1406
1407
|
const {
|
|
1407
1408
|
chartFamily: a,
|
|
1408
1409
|
chartType: i,
|
|
1409
1410
|
axesMapping: l = {},
|
|
1410
1411
|
styleOptions: s = {}
|
|
1411
|
-
} = t, u =
|
|
1412
|
+
} = t, u = ro(e, a, l), c = ao(i, l, s, r);
|
|
1412
1413
|
return {
|
|
1413
1414
|
dataOptions: u,
|
|
1414
1415
|
chartStyleOptions: c
|
|
1415
1416
|
};
|
|
1416
|
-
},
|
|
1417
|
+
}, oo = (e) => "chartType" in e ? e : {
|
|
1417
1418
|
chartType: "table",
|
|
1418
1419
|
chartFamily: "table",
|
|
1419
1420
|
axesMapping: {}
|
|
1420
|
-
},
|
|
1421
|
+
}, no = (e) => e.map((t) => ua(t.jaql)), lo = (e) => e.reduce((t, r) => {
|
|
1421
1422
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(G(r)), r.panel !== "scope") {
|
|
1422
1423
|
const a = G(r);
|
|
1423
1424
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
|
@@ -1426,8 +1427,8 @@ const Xi = (e) => {
|
|
|
1426
1427
|
}, {
|
|
1427
1428
|
metadataColumns: [],
|
|
1428
1429
|
metadataFilters: []
|
|
1429
|
-
}),
|
|
1430
|
-
if (!
|
|
1430
|
+
}), so = (e, t) => {
|
|
1431
|
+
if (!ci(e))
|
|
1431
1432
|
try {
|
|
1432
1433
|
const {
|
|
1433
1434
|
useCustomizedStyleOptions: r = !1
|
|
@@ -1440,11 +1441,11 @@ const Xi = (e) => {
|
|
|
1440
1441
|
datasource: u
|
|
1441
1442
|
} = a, c = ee(O({}, u), {
|
|
1442
1443
|
type: u.type || "elasticube"
|
|
1443
|
-
}), g = sa(c),
|
|
1444
|
+
}), g = sa(c), f = Ki(s).map((I) => xi(I)).map((I) => ee(O({}, I), {
|
|
1444
1445
|
jaql: ee(O({}, I.jaql), {
|
|
1445
1446
|
datasource: g
|
|
1446
1447
|
})
|
|
1447
|
-
})), x =
|
|
1448
|
+
})), x = oo(i), o = x.chartType.toLowerCase(), p = {
|
|
1448
1449
|
cornerRadius: "Small",
|
|
1449
1450
|
header: {
|
|
1450
1451
|
// remove info button and render empty toolbar instead
|
|
@@ -1453,10 +1454,10 @@ const Xi = (e) => {
|
|
|
1453
1454
|
}, {
|
|
1454
1455
|
metadataColumns: d,
|
|
1455
1456
|
metadataFilters: m
|
|
1456
|
-
} =
|
|
1457
|
+
} = lo(f), h = no(m), {
|
|
1457
1458
|
dataOptions: w,
|
|
1458
1459
|
chartStyleOptions: _
|
|
1459
|
-
} =
|
|
1460
|
+
} = io(d, x, r), y = O(O({}, _), p);
|
|
1460
1461
|
return {
|
|
1461
1462
|
widgetType: "chart",
|
|
1462
1463
|
id: l,
|
|
@@ -1471,14 +1472,14 @@ const Xi = (e) => {
|
|
|
1471
1472
|
console.error(r);
|
|
1472
1473
|
return;
|
|
1473
1474
|
}
|
|
1474
|
-
}, Te = (e, t) =>
|
|
1475
|
+
}, Te = (e, t) => so(e, t), co = (e) => ii(e) ? Fi(e) : Ji(e), Hs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1475
1476
|
__proto__: null,
|
|
1476
|
-
toWidgetCode:
|
|
1477
|
+
toWidgetCode: co,
|
|
1477
1478
|
toWidgetProps: Te
|
|
1478
1479
|
}, Symbol.toStringTag, {
|
|
1479
1480
|
value: "Module"
|
|
1480
1481
|
}));
|
|
1481
|
-
var
|
|
1482
|
+
var po = Object.defineProperty, uo = Object.defineProperties, go = Object.getOwnPropertyDescriptors, Ye = Object.getOwnPropertySymbols, mr = Object.prototype.hasOwnProperty, br = Object.prototype.propertyIsEnumerable, Zt = (e, t, r) => t in e ? po(e, t, {
|
|
1482
1483
|
enumerable: !0,
|
|
1483
1484
|
configurable: !0,
|
|
1484
1485
|
writable: !0,
|
|
@@ -1488,15 +1489,15 @@ var co = Object.defineProperty, po = Object.defineProperties, uo = Object.getOwn
|
|
|
1488
1489
|
mr.call(t, r) && Zt(e, r, t[r]);
|
|
1489
1490
|
if (Ye)
|
|
1490
1491
|
for (var r of Ye(t))
|
|
1491
|
-
|
|
1492
|
+
br.call(t, r) && Zt(e, r, t[r]);
|
|
1492
1493
|
return e;
|
|
1493
|
-
}, T = (e, t) =>
|
|
1494
|
+
}, T = (e, t) => uo(e, go(t)), fr = (e, t) => {
|
|
1494
1495
|
var r = {};
|
|
1495
1496
|
for (var a in e)
|
|
1496
1497
|
mr.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
1497
1498
|
if (e != null && Ye)
|
|
1498
1499
|
for (var a of Ye(e))
|
|
1499
|
-
t.indexOf(a) < 0 &&
|
|
1500
|
+
t.indexOf(a) < 0 && br.call(e, a) && (r[a] = e[a]);
|
|
1500
1501
|
return r;
|
|
1501
1502
|
}, le = (e, t, r) => new Promise((a, i) => {
|
|
1502
1503
|
var l = (c) => {
|
|
@@ -1514,7 +1515,7 @@ var co = Object.defineProperty, po = Object.defineProperties, uo = Object.getOwn
|
|
|
1514
1515
|
}, u = (c) => c.done ? a(c.value) : Promise.resolve(c.value).then(l, s);
|
|
1515
1516
|
u((r = r.apply(e, t)).next());
|
|
1516
1517
|
});
|
|
1517
|
-
class
|
|
1518
|
+
class ho extends Wa {
|
|
1518
1519
|
constructor(t, r) {
|
|
1519
1520
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
|
1520
1521
|
}
|
|
@@ -1524,7 +1525,7 @@ class go extends Za {
|
|
|
1524
1525
|
setOptions(t) {
|
|
1525
1526
|
var r;
|
|
1526
1527
|
const a = this.options;
|
|
1527
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
1528
|
+
this.options = this.client.defaultMutationOptions(t), qa(a, this.options) || this.client.getMutationCache().notify({
|
|
1528
1529
|
type: "observerOptionsUpdated",
|
|
1529
1530
|
mutation: this.currentMutation,
|
|
1530
1531
|
observer: this
|
|
@@ -1557,7 +1558,7 @@ class go extends Za {
|
|
|
1557
1558
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
1558
1559
|
}
|
|
1559
1560
|
updateResult() {
|
|
1560
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
1561
|
+
const t = this.currentMutation ? this.currentMutation.state : Pa(), r = t.status === "loading", a = T(M({}, t), {
|
|
1561
1562
|
isLoading: r,
|
|
1562
1563
|
isPending: r,
|
|
1563
1564
|
isSuccess: t.status === "success",
|
|
@@ -1580,33 +1581,33 @@ class go extends Za {
|
|
|
1580
1581
|
}
|
|
1581
1582
|
}
|
|
1582
1583
|
t.listeners && this.listeners.forEach(({
|
|
1583
|
-
listener:
|
|
1584
|
+
listener: f
|
|
1584
1585
|
}) => {
|
|
1585
|
-
|
|
1586
|
+
f(this.currentResult);
|
|
1586
1587
|
});
|
|
1587
1588
|
});
|
|
1588
1589
|
}
|
|
1589
1590
|
}
|
|
1590
|
-
function
|
|
1591
|
-
const a =
|
|
1591
|
+
function bt(e, t, r) {
|
|
1592
|
+
const a = ja(e, t), i = Le({
|
|
1592
1593
|
context: a.context
|
|
1593
|
-
}), [l] = R(() => new
|
|
1594
|
+
}), [l] = R(() => new ho(i, a));
|
|
1594
1595
|
ke(() => {
|
|
1595
1596
|
l.setOptions(a);
|
|
1596
1597
|
}, [l, a]);
|
|
1597
|
-
const s =
|
|
1598
|
-
l.mutate(c, g).catch(
|
|
1598
|
+
const s = Oa(j((c) => l.subscribe(ir.batchCalls(c)), [l]), () => l.getCurrentResult(), () => l.getCurrentResult()), u = j((c, g) => {
|
|
1599
|
+
l.mutate(c, g).catch(mo);
|
|
1599
1600
|
}, [l]);
|
|
1600
|
-
if (s.error &&
|
|
1601
|
+
if (s.error && Ea(l.options.useErrorBoundary, [s.error]))
|
|
1601
1602
|
throw s.error;
|
|
1602
1603
|
return T(M({}, s), {
|
|
1603
1604
|
mutate: u,
|
|
1604
1605
|
mutateAsync: s.mutate
|
|
1605
1606
|
});
|
|
1606
1607
|
}
|
|
1607
|
-
function
|
|
1608
|
+
function mo() {
|
|
1608
1609
|
}
|
|
1609
|
-
const xr = /* @__PURE__ */
|
|
1610
|
+
const xr = /* @__PURE__ */ Ue({}), bo = () => ht(xr), kr = ({
|
|
1610
1611
|
children: e
|
|
1611
1612
|
}) => {
|
|
1612
1613
|
const [t, r] = R({}), a = j((s, u) => {
|
|
@@ -1653,51 +1654,51 @@ class fo {
|
|
|
1653
1654
|
}, this.httpClient = t;
|
|
1654
1655
|
}
|
|
1655
1656
|
}
|
|
1656
|
-
const
|
|
1657
|
+
const xo = new Kt({
|
|
1657
1658
|
defaultOptions: {
|
|
1658
1659
|
queries: {
|
|
1659
1660
|
refetchOnWindowFocus: !1,
|
|
1660
1661
|
refetchOnMount: !1
|
|
1661
1662
|
}
|
|
1662
1663
|
}
|
|
1663
|
-
}),
|
|
1664
|
+
}), ft = /* @__PURE__ */ Ue(void 0), te = () => ht(ft), ko = ({
|
|
1664
1665
|
children: e,
|
|
1665
1666
|
volatile: t
|
|
1666
1667
|
}) => {
|
|
1667
1668
|
const {
|
|
1668
1669
|
app: r
|
|
1669
|
-
} =
|
|
1670
|
-
return /* @__PURE__ */ n(
|
|
1670
|
+
} = Ta(), a = P(() => r ? new fo(r.httpClient, t) : void 0, [r, t]);
|
|
1671
|
+
return /* @__PURE__ */ n(ft.Provider, {
|
|
1671
1672
|
value: a,
|
|
1672
1673
|
children: /* @__PURE__ */ n(ar, {
|
|
1673
|
-
client:
|
|
1674
|
+
client: xo,
|
|
1674
1675
|
children: e
|
|
1675
1676
|
})
|
|
1676
1677
|
});
|
|
1677
1678
|
};
|
|
1678
|
-
function
|
|
1679
|
+
function Ys({
|
|
1679
1680
|
children: e,
|
|
1680
1681
|
volatile: t
|
|
1681
1682
|
}) {
|
|
1682
1683
|
return /* @__PURE__ */ n(kr, {
|
|
1683
|
-
children: /* @__PURE__ */ n(
|
|
1684
|
+
children: /* @__PURE__ */ n(ko, {
|
|
1684
1685
|
volatile: t,
|
|
1685
1686
|
children: e
|
|
1686
1687
|
})
|
|
1687
1688
|
});
|
|
1688
1689
|
}
|
|
1689
|
-
function
|
|
1690
|
+
function yo(e) {
|
|
1690
1691
|
var t, r;
|
|
1691
1692
|
if ("jaql" in e)
|
|
1692
1693
|
return e;
|
|
1693
1694
|
{
|
|
1694
|
-
const a =
|
|
1695
|
+
const a = Ca(e.dataSource), {
|
|
1695
1696
|
filters: i = [],
|
|
1696
1697
|
relations: l
|
|
1697
|
-
} =
|
|
1698
|
+
} = _a(e.filters), {
|
|
1698
1699
|
metadata: s,
|
|
1699
1700
|
filterRelations: u
|
|
1700
|
-
} =
|
|
1701
|
+
} = va({
|
|
1701
1702
|
dataSource: e.dataSource,
|
|
1702
1703
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
1703
1704
|
measures: (r = e.measures) != null ? r : [],
|
|
@@ -1715,7 +1716,7 @@ function ko(e) {
|
|
|
1715
1716
|
}
|
|
1716
1717
|
}
|
|
1717
1718
|
const Fe = (e, t = !0) => {
|
|
1718
|
-
const r = P(() =>
|
|
1719
|
+
const r = P(() => yo(e), [e]), a = te(), {
|
|
1719
1720
|
data: i,
|
|
1720
1721
|
error: l,
|
|
1721
1722
|
isError: s,
|
|
@@ -1725,9 +1726,9 @@ const Fe = (e, t = !0) => {
|
|
|
1725
1726
|
} = xe({
|
|
1726
1727
|
queryKey: ["getNlgInsights", r, a],
|
|
1727
1728
|
queryFn: () => a == null ? void 0 : a.ai.getNlgInsights(r),
|
|
1728
|
-
select: (
|
|
1729
|
+
select: (f) => {
|
|
1729
1730
|
var x;
|
|
1730
|
-
return (x =
|
|
1731
|
+
return (x = f == null ? void 0 : f.data) == null ? void 0 : x.answer;
|
|
1731
1732
|
},
|
|
1732
1733
|
enabled: !!a && t
|
|
1733
1734
|
});
|
|
@@ -1741,12 +1742,12 @@ const Fe = (e, t = !0) => {
|
|
|
1741
1742
|
g();
|
|
1742
1743
|
}, [g])
|
|
1743
1744
|
};
|
|
1744
|
-
},
|
|
1745
|
+
}, wo = (e) => {
|
|
1745
1746
|
const t = e, {
|
|
1746
1747
|
enabled: r
|
|
1747
|
-
} = t, a =
|
|
1748
|
+
} = t, a = fr(t, ["enabled"]);
|
|
1748
1749
|
return Fe(a, r);
|
|
1749
|
-
},
|
|
1750
|
+
}, $s = gt("useGetNlgInsights")(wo), Co = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
1750
1751
|
function yr(e) {
|
|
1751
1752
|
const {
|
|
1752
1753
|
dataSource: t,
|
|
@@ -1759,11 +1760,11 @@ function yr(e) {
|
|
|
1759
1760
|
text: r,
|
|
1760
1761
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
1761
1762
|
timezone: "UTC",
|
|
1762
|
-
chartTypes: a ?? [...
|
|
1763
|
+
chartTypes: a ?? [...Co]
|
|
1763
1764
|
}
|
|
1764
1765
|
};
|
|
1765
1766
|
}
|
|
1766
|
-
function
|
|
1767
|
+
function _o(e, t) {
|
|
1767
1768
|
return le(this, null, function* () {
|
|
1768
1769
|
const {
|
|
1769
1770
|
contextTitle: r,
|
|
@@ -1777,7 +1778,7 @@ function Co(e, t) {
|
|
|
1777
1778
|
};
|
|
1778
1779
|
});
|
|
1779
1780
|
}
|
|
1780
|
-
const
|
|
1781
|
+
const vo = (e) => {
|
|
1781
1782
|
const {
|
|
1782
1783
|
contextTitle: t,
|
|
1783
1784
|
request: r
|
|
@@ -1787,10 +1788,10 @@ const _o = (e) => {
|
|
|
1787
1788
|
isSuccess: u,
|
|
1788
1789
|
data: c,
|
|
1789
1790
|
error: g,
|
|
1790
|
-
refetch:
|
|
1791
|
+
refetch: f
|
|
1791
1792
|
} = xe({
|
|
1792
1793
|
queryKey: i,
|
|
1793
|
-
queryFn: () => a ?
|
|
1794
|
+
queryFn: () => a ? _o(e, a).then((x) => x.widgetProps) : Promise.reject("No API available"),
|
|
1794
1795
|
enabled: !!a && e.enabled
|
|
1795
1796
|
});
|
|
1796
1797
|
return {
|
|
@@ -1800,19 +1801,19 @@ const _o = (e) => {
|
|
|
1800
1801
|
data: c,
|
|
1801
1802
|
error: g,
|
|
1802
1803
|
refetch: j(() => {
|
|
1803
|
-
|
|
1804
|
-
}, [
|
|
1804
|
+
f();
|
|
1805
|
+
}, [f])
|
|
1805
1806
|
};
|
|
1806
|
-
},
|
|
1807
|
+
}, Us = gt("useGetNlqResult")(vo), So = 4, wr = (e) => {
|
|
1807
1808
|
const {
|
|
1808
1809
|
contextTitle: t,
|
|
1809
1810
|
count: r,
|
|
1810
1811
|
enableAxisTitlesInWidgetProps: a,
|
|
1811
1812
|
enabled: i,
|
|
1812
1813
|
customPrompt: l
|
|
1813
|
-
} = e, s = te(), u = r ??
|
|
1814
|
+
} = e, s = te(), u = r ?? So, c = (i === void 0 || i === !0) && u > 0, {
|
|
1814
1815
|
isLoading: g,
|
|
1815
|
-
isError:
|
|
1816
|
+
isError: f,
|
|
1816
1817
|
isSuccess: x,
|
|
1817
1818
|
data: o,
|
|
1818
1819
|
error: p,
|
|
@@ -1832,7 +1833,7 @@ const _o = (e) => {
|
|
|
1832
1833
|
})), [o, a]);
|
|
1833
1834
|
return {
|
|
1834
1835
|
isLoading: c ? g : !1,
|
|
1835
|
-
isError:
|
|
1836
|
+
isError: f,
|
|
1836
1837
|
isSuccess: x,
|
|
1837
1838
|
data: m ?? void 0,
|
|
1838
1839
|
error: p,
|
|
@@ -1846,7 +1847,7 @@ const _o = (e) => {
|
|
|
1846
1847
|
enableInsights: !0,
|
|
1847
1848
|
numOfRecommendations: 4,
|
|
1848
1849
|
numOfRecentPrompts: 5
|
|
1849
|
-
}), _r = /* @__PURE__ */
|
|
1850
|
+
}), _r = /* @__PURE__ */ Ue(M({}, Cr)), ie = () => ht(_r), Mo = ({
|
|
1850
1851
|
children: e,
|
|
1851
1852
|
value: t
|
|
1852
1853
|
}) => {
|
|
@@ -1861,7 +1862,7 @@ const _o = (e) => {
|
|
|
1861
1862
|
value: a,
|
|
1862
1863
|
children: e
|
|
1863
1864
|
});
|
|
1864
|
-
}, xt = "chatHistory",
|
|
1865
|
+
}, xt = "chatHistory", Io = (e) => {
|
|
1865
1866
|
const t = te(), {
|
|
1866
1867
|
hideHistory: r
|
|
1867
1868
|
} = ie();
|
|
@@ -1879,7 +1880,7 @@ const _o = (e) => {
|
|
|
1879
1880
|
});
|
|
1880
1881
|
}, vr = (e) => {
|
|
1881
1882
|
const t = te(), r = Le();
|
|
1882
|
-
return
|
|
1883
|
+
return bt({
|
|
1883
1884
|
mutationFn: () => le(void 0, null, function* () {
|
|
1884
1885
|
if (!(!t || !e))
|
|
1885
1886
|
return t.ai.chat.clearHistory(e);
|
|
@@ -1896,7 +1897,7 @@ const _o = (e) => {
|
|
|
1896
1897
|
data: t,
|
|
1897
1898
|
isLoading: r,
|
|
1898
1899
|
isError: a
|
|
1899
|
-
} =
|
|
1900
|
+
} = Io(e), {
|
|
1900
1901
|
mutate: i
|
|
1901
1902
|
} = vr(e);
|
|
1902
1903
|
return ke(() => {
|
|
@@ -1906,7 +1907,7 @@ const _o = (e) => {
|
|
|
1906
1907
|
isLoading: r,
|
|
1907
1908
|
isError: a
|
|
1908
1909
|
};
|
|
1909
|
-
},
|
|
1910
|
+
}, Do = () => {
|
|
1910
1911
|
const e = te(), {
|
|
1911
1912
|
data: t,
|
|
1912
1913
|
isLoading: r,
|
|
@@ -1924,7 +1925,7 @@ const _o = (e) => {
|
|
|
1924
1925
|
isLoading: r,
|
|
1925
1926
|
fetchStatus: a
|
|
1926
1927
|
};
|
|
1927
|
-
},
|
|
1928
|
+
}, Ao = () => {
|
|
1928
1929
|
const e = te(), {
|
|
1929
1930
|
data: t,
|
|
1930
1931
|
isLoading: r
|
|
@@ -1937,8 +1938,8 @@ const _o = (e) => {
|
|
|
1937
1938
|
data: t ?? [],
|
|
1938
1939
|
isLoading: r
|
|
1939
1940
|
};
|
|
1940
|
-
},
|
|
1941
|
-
const a = Le(), i = te(), l =
|
|
1941
|
+
}, Lo = (e, t, r) => {
|
|
1942
|
+
const a = Le(), i = te(), l = bt({
|
|
1942
1943
|
mutationFn: () => le(void 0, null, function* () {
|
|
1943
1944
|
if (!(!i || !e))
|
|
1944
1945
|
return i.ai.chat.create(e, r);
|
|
@@ -1948,7 +1949,7 @@ const _o = (e) => {
|
|
|
1948
1949
|
return ke(() => {
|
|
1949
1950
|
t && l.isIdle && l.mutate();
|
|
1950
1951
|
}, [t, l]), l;
|
|
1951
|
-
},
|
|
1952
|
+
}, To = (e, t) => {
|
|
1952
1953
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
1953
1954
|
case "nlq":
|
|
1954
1955
|
return {
|
|
@@ -1965,7 +1966,7 @@ const _o = (e) => {
|
|
|
1965
1966
|
default:
|
|
1966
1967
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1967
1968
|
}
|
|
1968
|
-
},
|
|
1969
|
+
}, No = (e, t) => {
|
|
1969
1970
|
const r = Le(), a = j((c) => {
|
|
1970
1971
|
e && r.setQueriesData([xt, e], (g) => g && [...g, c]);
|
|
1971
1972
|
}, [r, e]), {
|
|
@@ -1973,7 +1974,7 @@ const _o = (e) => {
|
|
|
1973
1974
|
} = E(), l = te(), {
|
|
1974
1975
|
mutate: s,
|
|
1975
1976
|
isLoading: u
|
|
1976
|
-
} =
|
|
1977
|
+
} = bt({
|
|
1977
1978
|
mutationFn: (c) => le(void 0, null, function* () {
|
|
1978
1979
|
if (!(!l || !e))
|
|
1979
1980
|
return l.ai.chat.post(e, {
|
|
@@ -2001,7 +2002,7 @@ const _o = (e) => {
|
|
|
2001
2002
|
if (!c)
|
|
2002
2003
|
return;
|
|
2003
2004
|
const g = i("ai.errors.unknownResponse");
|
|
2004
|
-
a(
|
|
2005
|
+
a(To(c, g));
|
|
2005
2006
|
}
|
|
2006
2007
|
});
|
|
2007
2008
|
return {
|
|
@@ -2013,17 +2014,17 @@ const _o = (e) => {
|
|
|
2013
2014
|
const {
|
|
2014
2015
|
data: i,
|
|
2015
2016
|
isLoading: l
|
|
2016
|
-
} =
|
|
2017
|
+
} = Ao(), s = bo(), u = s.getChatId(e, t) || ((a = i.find((x) => {
|
|
2017
2018
|
var o;
|
|
2018
2019
|
return x.contextTitle === e && ((o = x.contextDetails) == null ? void 0 : o.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
2019
2020
|
})) == null ? void 0 : a.chatId), {
|
|
2020
2021
|
isError: c,
|
|
2021
2022
|
data: g,
|
|
2022
|
-
isSuccess:
|
|
2023
|
-
} =
|
|
2023
|
+
isSuccess: f
|
|
2024
|
+
} = Lo(e, r && !l && !u, t);
|
|
2024
2025
|
return ke(() => {
|
|
2025
|
-
|
|
2026
|
-
}, [g,
|
|
2026
|
+
f && g && !u && s.saveChatId(g.chatId, e, t);
|
|
2027
|
+
}, [g, f, e, t, u, s]), {
|
|
2027
2028
|
chatId: u,
|
|
2028
2029
|
isLoading: l,
|
|
2029
2030
|
isError: c
|
|
@@ -2035,7 +2036,7 @@ const _o = (e) => {
|
|
|
2035
2036
|
return JSON.parse(t.content);
|
|
2036
2037
|
}
|
|
2037
2038
|
return null;
|
|
2038
|
-
}, [e]), wt = (e) => !!e && "type" in e && e.type === "nlq",
|
|
2039
|
+
}, [e]), wt = (e) => !!e && "type" in e && e.type === "nlq", jo = (e) => !!e && "type" in e && e.type === "text", Oo = (e, t) => {
|
|
2039
2040
|
const {
|
|
2040
2041
|
t: r
|
|
2041
2042
|
} = E(), {
|
|
@@ -2046,15 +2047,15 @@ const _o = (e) => {
|
|
|
2046
2047
|
} = yt(e, t, !0), [s, u] = R(null), {
|
|
2047
2048
|
history: c,
|
|
2048
2049
|
isLoading: g,
|
|
2049
|
-
isError:
|
|
2050
|
+
isError: f
|
|
2050
2051
|
} = kt(i);
|
|
2051
2052
|
ke(() => {
|
|
2052
|
-
l ? u(new De("ai.errors.chatUnavailable")) :
|
|
2053
|
-
}, [l,
|
|
2053
|
+
l ? u(new De("ai.errors.chatUnavailable")) : f && u(new De("ai.errors.fetchHistory"));
|
|
2054
|
+
}, [l, f, r]);
|
|
2054
2055
|
const {
|
|
2055
2056
|
mutate: x,
|
|
2056
2057
|
isLoading: o
|
|
2057
|
-
} =
|
|
2058
|
+
} = No(i, a), p = Sr(c);
|
|
2058
2059
|
return {
|
|
2059
2060
|
chatId: i,
|
|
2060
2061
|
history: c ?? [],
|
|
@@ -2064,7 +2065,7 @@ const _o = (e) => {
|
|
|
2064
2065
|
isLoading: g,
|
|
2065
2066
|
lastError: s
|
|
2066
2067
|
};
|
|
2067
|
-
},
|
|
2068
|
+
}, Fs = ({
|
|
2068
2069
|
contextTitle: e,
|
|
2069
2070
|
contextDetails: t
|
|
2070
2071
|
}) => {
|
|
@@ -2074,7 +2075,7 @@ const _o = (e) => {
|
|
|
2074
2075
|
history: a
|
|
2075
2076
|
} = kt(r);
|
|
2076
2077
|
return Sr(a);
|
|
2077
|
-
},
|
|
2078
|
+
}, Vs = ({
|
|
2078
2079
|
contextTitle: e,
|
|
2079
2080
|
contextDetails: t
|
|
2080
2081
|
}) => {
|
|
@@ -2091,18 +2092,18 @@ const _o = (e) => {
|
|
|
2091
2092
|
}
|
|
2092
2093
|
return null;
|
|
2093
2094
|
}, [a]);
|
|
2094
|
-
},
|
|
2095
|
+
}, Eo = 500, zo = 500, Ro = 500, Zo = 900, Wo = /* @__PURE__ */ C("div", {
|
|
2095
2096
|
target: "e1toc89x0",
|
|
2096
2097
|
label: "ChatFrame"
|
|
2097
2098
|
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({
|
|
2098
2099
|
theme: e
|
|
2099
2100
|
}) => e.aiChat.borderRadius, ";background-color:", ({
|
|
2100
2101
|
theme: e
|
|
2101
|
-
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
2102
|
+
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Eo, "px;min-height:", zo, "px;width:", ({
|
|
2102
2103
|
width: e
|
|
2103
|
-
}) => e ? Wt(e) : `${
|
|
2104
|
+
}) => e ? Wt(e) : `${Ro}px`, ";height:", ({
|
|
2104
2105
|
height: e
|
|
2105
|
-
}) => e ? Wt(e) : `${
|
|
2106
|
+
}) => e ? Wt(e) : `${Zo}px`, ";", ({
|
|
2106
2107
|
theme: e
|
|
2107
2108
|
}) => q`
|
|
2108
2109
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
@@ -2113,7 +2114,7 @@ const _o = (e) => {
|
|
|
2113
2114
|
function Wt(e) {
|
|
2114
2115
|
return typeof e == "number" ? `${e}px` : e;
|
|
2115
2116
|
}
|
|
2116
|
-
function
|
|
2117
|
+
function qo({
|
|
2117
2118
|
spin: e
|
|
2118
2119
|
}) {
|
|
2119
2120
|
return /* @__PURE__ */ v("svg", {
|
|
@@ -2141,24 +2142,24 @@ function Ve() {
|
|
|
2141
2142
|
return /* @__PURE__ */ n("div", {
|
|
2142
2143
|
className: "csdk-m-auto",
|
|
2143
2144
|
"aria-label": "loading spinner",
|
|
2144
|
-
children: /* @__PURE__ */ n(
|
|
2145
|
+
children: /* @__PURE__ */ n(qo, {
|
|
2145
2146
|
spin: !0
|
|
2146
2147
|
})
|
|
2147
2148
|
});
|
|
2148
2149
|
}
|
|
2149
|
-
const
|
|
2150
|
+
const Po = /* @__PURE__ */ C("div", {
|
|
2150
2151
|
target: "e176zu9j0",
|
|
2151
2152
|
label: "AiDisclaimerContainer"
|
|
2152
2153
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({
|
|
2153
2154
|
theme: e
|
|
2154
2155
|
}) => e.aiChat.secondaryTextColor, ";");
|
|
2155
|
-
function
|
|
2156
|
+
function Go({
|
|
2156
2157
|
theme: e
|
|
2157
2158
|
}) {
|
|
2158
2159
|
const {
|
|
2159
2160
|
t
|
|
2160
2161
|
} = E();
|
|
2161
|
-
return /* @__PURE__ */ v(
|
|
2162
|
+
return /* @__PURE__ */ v(Po, {
|
|
2162
2163
|
theme: e,
|
|
2163
2164
|
children: [/* @__PURE__ */ n("div", {
|
|
2164
2165
|
children: t("ai.disclaimer.poweredByAi")
|
|
@@ -2167,17 +2168,17 @@ function Po({
|
|
|
2167
2168
|
})]
|
|
2168
2169
|
});
|
|
2169
2170
|
}
|
|
2170
|
-
const
|
|
2171
|
+
const Bo = /* @__PURE__ */ C("div", {
|
|
2171
2172
|
target: "e1vujcck0",
|
|
2172
2173
|
label: "Section"
|
|
2173
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
2174
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), Ho = /* @__PURE__ */ C("div", {
|
|
2174
2175
|
target: "e1vujcck1",
|
|
2175
2176
|
label: "SectionHeader"
|
|
2176
2177
|
})("font-size:11px;line-height:18px;font-weight:300;color:", ({
|
|
2177
2178
|
theme: e
|
|
2178
2179
|
}) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
2179
2180
|
theme: e
|
|
2180
|
-
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
2181
|
+
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), Yo = /* @__PURE__ */ C("div", {
|
|
2181
2182
|
target: "e1vujcck2",
|
|
2182
2183
|
label: "DropupItem"
|
|
2183
2184
|
})("font-size:", ({
|
|
@@ -2189,7 +2190,7 @@ const Go = /* @__PURE__ */ C("div", {
|
|
|
2189
2190
|
}) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
2190
2191
|
theme: e
|
|
2191
2192
|
}) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
2192
|
-
function
|
|
2193
|
+
function $o({
|
|
2193
2194
|
title: e,
|
|
2194
2195
|
items: t,
|
|
2195
2196
|
onSelect: r,
|
|
@@ -2198,19 +2199,19 @@ function Yo({
|
|
|
2198
2199
|
const [i, l] = R(!1), {
|
|
2199
2200
|
themeSettings: s
|
|
2200
2201
|
} = D();
|
|
2201
|
-
return /* @__PURE__ */ v(
|
|
2202
|
-
children: [/* @__PURE__ */ n(
|
|
2202
|
+
return /* @__PURE__ */ v(Bo, {
|
|
2203
|
+
children: [/* @__PURE__ */ n(Ho, {
|
|
2203
2204
|
onClick: () => l((u) => !u),
|
|
2204
2205
|
theme: s,
|
|
2205
2206
|
children: e.toUpperCase()
|
|
2206
|
-
}), (i || a) && t.map((u, c) => /* @__PURE__ */ n(
|
|
2207
|
+
}), (i || a) && t.map((u, c) => /* @__PURE__ */ n(Yo, {
|
|
2207
2208
|
onClick: () => r(u),
|
|
2208
2209
|
theme: s,
|
|
2209
2210
|
children: u
|
|
2210
2211
|
}, c))]
|
|
2211
2212
|
});
|
|
2212
2213
|
}
|
|
2213
|
-
const
|
|
2214
|
+
const Uo = /* @__PURE__ */ C("div", {
|
|
2214
2215
|
target: "e1nxw6f60",
|
|
2215
2216
|
label: "PopupContent"
|
|
2216
2217
|
})("font-family:", ({
|
|
@@ -2235,7 +2236,7 @@ const $o = /* @__PURE__ */ C("div", {
|
|
|
2235
2236
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
2236
2237
|
theme: e
|
|
2237
2238
|
}) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), st = (e) => e.startsWith("/");
|
|
2238
|
-
function
|
|
2239
|
+
function Fo({
|
|
2239
2240
|
recentPrompts: e,
|
|
2240
2241
|
suggestions: t,
|
|
2241
2242
|
isLoading: r,
|
|
@@ -2256,7 +2257,7 @@ function Uo({
|
|
|
2256
2257
|
themeSettings: c
|
|
2257
2258
|
} = D(), {
|
|
2258
2259
|
t: g
|
|
2259
|
-
} = E(),
|
|
2260
|
+
} = E(), f = u.length === 1;
|
|
2260
2261
|
return /* @__PURE__ */ n(or, {
|
|
2261
2262
|
open: st(l) && u.length > 0,
|
|
2262
2263
|
anchorEl: i,
|
|
@@ -2270,13 +2271,13 @@ function Uo({
|
|
|
2270
2271
|
sx: {
|
|
2271
2272
|
zIndex: 3
|
|
2272
2273
|
},
|
|
2273
|
-
children: /* @__PURE__ */ v(
|
|
2274
|
+
children: /* @__PURE__ */ v(Uo, {
|
|
2274
2275
|
style: {
|
|
2275
2276
|
width: i == null ? void 0 : i.offsetWidth
|
|
2276
2277
|
},
|
|
2277
2278
|
theme: c,
|
|
2278
|
-
children: [r && /* @__PURE__ */ n(Ve, {}), !r && !s && u.map((x) => /* @__PURE__ */ n(
|
|
2279
|
-
alwaysExpanded:
|
|
2279
|
+
children: [r && /* @__PURE__ */ n(Ve, {}), !r && !s && u.map((x) => /* @__PURE__ */ n($o, T(M({}, x), {
|
|
2280
|
+
alwaysExpanded: f
|
|
2280
2281
|
}), x.title)), s && /* @__PURE__ */ n(Qo, {
|
|
2281
2282
|
theme: c,
|
|
2282
2283
|
children: g("ai.errors.recommendationsNotAvailable")
|
|
@@ -2284,7 +2285,7 @@ function Uo({
|
|
|
2284
2285
|
})
|
|
2285
2286
|
});
|
|
2286
2287
|
}
|
|
2287
|
-
const
|
|
2288
|
+
const Vo = 500;
|
|
2288
2289
|
function Ne({
|
|
2289
2290
|
title: e,
|
|
2290
2291
|
placement: t = "top",
|
|
@@ -2293,7 +2294,7 @@ function Ne({
|
|
|
2293
2294
|
const {
|
|
2294
2295
|
themeSettings: a
|
|
2295
2296
|
} = D();
|
|
2296
|
-
return /* @__PURE__ */ n(
|
|
2297
|
+
return /* @__PURE__ */ n($a, {
|
|
2297
2298
|
title: e,
|
|
2298
2299
|
placement: t,
|
|
2299
2300
|
disableInteractive: !0,
|
|
@@ -2321,7 +2322,7 @@ function Ne({
|
|
|
2321
2322
|
children: r
|
|
2322
2323
|
});
|
|
2323
2324
|
}
|
|
2324
|
-
function
|
|
2325
|
+
function Jo({
|
|
2325
2326
|
theme: e
|
|
2326
2327
|
}) {
|
|
2327
2328
|
const t = e.aiChat.icons.color;
|
|
@@ -2343,7 +2344,7 @@ function Vo({
|
|
|
2343
2344
|
})]
|
|
2344
2345
|
});
|
|
2345
2346
|
}
|
|
2346
|
-
function
|
|
2347
|
+
function Xo({
|
|
2347
2348
|
theme: e
|
|
2348
2349
|
}) {
|
|
2349
2350
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -2358,15 +2359,15 @@ function Jo({
|
|
|
2358
2359
|
})
|
|
2359
2360
|
});
|
|
2360
2361
|
}
|
|
2361
|
-
const
|
|
2362
|
+
const Ko = /* @__PURE__ */ C("div", {
|
|
2362
2363
|
target: "e1ssacaw0",
|
|
2363
2364
|
label: "ChatInputContainer"
|
|
2364
2365
|
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({
|
|
2365
2366
|
theme: e
|
|
2366
|
-
}) => e.aiChat.backgroundColor, ";"),
|
|
2367
|
+
}) => e.aiChat.backgroundColor, ";"), en = /* @__PURE__ */ C("button", {
|
|
2367
2368
|
target: "e1ssacaw1",
|
|
2368
2369
|
label: "ClearHistoryButton"
|
|
2369
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
2370
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), tn = /* @__PURE__ */ C("textarea", {
|
|
2370
2371
|
target: "e1ssacaw2",
|
|
2371
2372
|
label: "TextInput"
|
|
2372
2373
|
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({
|
|
@@ -2375,7 +2376,7 @@ const Xo = /* @__PURE__ */ C("div", {
|
|
|
2375
2376
|
theme: e
|
|
2376
2377
|
}) => e.aiChat.primaryTextColor, ";background-color:", ({
|
|
2377
2378
|
theme: e
|
|
2378
|
-
}) => e.aiChat.input.backgroundColor, ";"),
|
|
2379
|
+
}) => e.aiChat.input.backgroundColor, ";"), rn = /* @__PURE__ */ C("button", {
|
|
2379
2380
|
target: "e1ssacaw3",
|
|
2380
2381
|
label: "SendMessageButton"
|
|
2381
2382
|
})("height:34px;background-color:inherit;border-style:none;color:", ({
|
|
@@ -2388,8 +2389,8 @@ const Xo = /* @__PURE__ */ C("div", {
|
|
|
2388
2389
|
` : q`
|
|
2389
2390
|
opacity: 1;
|
|
2390
2391
|
cursor: pointer;
|
|
2391
|
-
`),
|
|
2392
|
-
function
|
|
2392
|
+
`), an = 34;
|
|
2393
|
+
function on({
|
|
2393
2394
|
onSendMessage: e,
|
|
2394
2395
|
onClearHistoryClick: t,
|
|
2395
2396
|
disabled: r,
|
|
@@ -2400,7 +2401,7 @@ function an({
|
|
|
2400
2401
|
onChange: u
|
|
2401
2402
|
}) {
|
|
2402
2403
|
const [c, g] = R(""), {
|
|
2403
|
-
inputPromptText:
|
|
2404
|
+
inputPromptText: f
|
|
2404
2405
|
} = ie(), x = j(() => {
|
|
2405
2406
|
if (r)
|
|
2406
2407
|
return;
|
|
@@ -2418,7 +2419,7 @@ function an({
|
|
|
2418
2419
|
u == null || u(y.target.value), g(y.target.value);
|
|
2419
2420
|
}, [u]), m = pe(null);
|
|
2420
2421
|
Be(() => {
|
|
2421
|
-
m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(m.current.scrollHeight + 2,
|
|
2422
|
+
m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(m.current.scrollHeight + 2, an)}px`);
|
|
2422
2423
|
}, [c]), Be(() => {
|
|
2423
2424
|
m.current && m.current.focus({
|
|
2424
2425
|
preventScroll: !0
|
|
@@ -2440,9 +2441,9 @@ function an({
|
|
|
2440
2441
|
document.addEventListener("mouseup", A), document.addEventListener("keyup", A);
|
|
2441
2442
|
}
|
|
2442
2443
|
}, []);
|
|
2443
|
-
return /* @__PURE__ */ v(
|
|
2444
|
+
return /* @__PURE__ */ v(Ko, {
|
|
2444
2445
|
theme: h,
|
|
2445
|
-
children: [/* @__PURE__ */ n(
|
|
2446
|
+
children: [/* @__PURE__ */ n(Fo, {
|
|
2446
2447
|
recentPrompts: a,
|
|
2447
2448
|
suggestions: i,
|
|
2448
2449
|
isLoading: l,
|
|
@@ -2453,48 +2454,48 @@ function an({
|
|
|
2453
2454
|
}), t && /* @__PURE__ */ n(Ne, {
|
|
2454
2455
|
title: w("ai.buttons.clearChat"),
|
|
2455
2456
|
placement: "bottom-start",
|
|
2456
|
-
children: /* @__PURE__ */ n(
|
|
2457
|
+
children: /* @__PURE__ */ n(en, {
|
|
2457
2458
|
"aria-label": "clear history",
|
|
2458
2459
|
onClick: t,
|
|
2459
|
-
children: /* @__PURE__ */ n(
|
|
2460
|
+
children: /* @__PURE__ */ n(Jo, {
|
|
2460
2461
|
theme: h
|
|
2461
2462
|
})
|
|
2462
2463
|
})
|
|
2463
|
-
}), /* @__PURE__ */ n(
|
|
2464
|
+
}), /* @__PURE__ */ n(tn, {
|
|
2464
2465
|
"aria-label": "chat input",
|
|
2465
2466
|
onBlur: _,
|
|
2466
|
-
maxLength:
|
|
2467
|
+
maxLength: Vo,
|
|
2467
2468
|
ref: m,
|
|
2468
2469
|
rows: 1,
|
|
2469
2470
|
onChange: d,
|
|
2470
2471
|
spellCheck: "true",
|
|
2471
|
-
placeholder:
|
|
2472
|
+
placeholder: f,
|
|
2472
2473
|
value: c,
|
|
2473
2474
|
onKeyDown: p,
|
|
2474
2475
|
theme: h
|
|
2475
|
-
}), /* @__PURE__ */ n(
|
|
2476
|
+
}), /* @__PURE__ */ n(rn, {
|
|
2476
2477
|
"aria-label": "send chat message",
|
|
2477
2478
|
disabled: r || c.length === 0,
|
|
2478
2479
|
onClick: x,
|
|
2479
2480
|
theme: h,
|
|
2480
2481
|
children: /* @__PURE__ */ n("span", {
|
|
2481
2482
|
"data-state": "closed",
|
|
2482
|
-
children: /* @__PURE__ */ n(
|
|
2483
|
+
children: /* @__PURE__ */ n(Xo, {
|
|
2483
2484
|
theme: h
|
|
2484
2485
|
})
|
|
2485
2486
|
})
|
|
2486
2487
|
})]
|
|
2487
2488
|
});
|
|
2488
2489
|
}
|
|
2489
|
-
const
|
|
2490
|
+
const nn = /* @__PURE__ */ C("div", {
|
|
2490
2491
|
target: "en1tixw0",
|
|
2491
2492
|
label: "Container"
|
|
2492
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
2493
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), ln = /* @__PURE__ */ C("div", {
|
|
2493
2494
|
target: "en1tixw1",
|
|
2494
2495
|
label: "Title"
|
|
2495
2496
|
})("color:", ({
|
|
2496
2497
|
theme: e
|
|
2497
|
-
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
2498
|
+
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), sn = /* @__PURE__ */ C("div", {
|
|
2498
2499
|
target: "en1tixw2",
|
|
2499
2500
|
label: "ActionButton"
|
|
2500
2501
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
@@ -2505,22 +2506,22 @@ function Mr({
|
|
|
2505
2506
|
const {
|
|
2506
2507
|
themeSettings: r
|
|
2507
2508
|
} = D();
|
|
2508
|
-
return /* @__PURE__ */ v(
|
|
2509
|
-
children: [/* @__PURE__ */ n(
|
|
2509
|
+
return /* @__PURE__ */ v(nn, {
|
|
2510
|
+
children: [/* @__PURE__ */ n(ln, {
|
|
2510
2511
|
theme: r,
|
|
2511
2512
|
children: e
|
|
2512
|
-
}), /* @__PURE__ */ n(
|
|
2513
|
+
}), /* @__PURE__ */ n(za, {}), t && /* @__PURE__ */ n(sn, {
|
|
2513
2514
|
onClick: t.onClick,
|
|
2514
2515
|
children: t.text
|
|
2515
2516
|
})]
|
|
2516
2517
|
});
|
|
2517
2518
|
}
|
|
2518
|
-
const
|
|
2519
|
+
const dn = /* @__PURE__ */ C("div", {
|
|
2519
2520
|
target: "e14i1z190",
|
|
2520
2521
|
label: "ToolbarContainer"
|
|
2521
2522
|
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({
|
|
2522
2523
|
style: e
|
|
2523
|
-
}) => e.backgroundColor, ";"),
|
|
2524
|
+
}) => e.backgroundColor, ";"), cn = /* @__PURE__ */ C("div", {
|
|
2524
2525
|
target: "e14i1z191",
|
|
2525
2526
|
label: "ToolbarTitle"
|
|
2526
2527
|
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({
|
|
@@ -2531,10 +2532,10 @@ const sn = /* @__PURE__ */ C("div", {
|
|
|
2531
2532
|
rightNav: r,
|
|
2532
2533
|
style: a
|
|
2533
2534
|
}, i) {
|
|
2534
|
-
return /* @__PURE__ */ v(
|
|
2535
|
+
return /* @__PURE__ */ v(dn, {
|
|
2535
2536
|
ref: i,
|
|
2536
2537
|
style: a,
|
|
2537
|
-
children: [t, /* @__PURE__ */ n(
|
|
2538
|
+
children: [t, /* @__PURE__ */ n(cn, {
|
|
2538
2539
|
style: a,
|
|
2539
2540
|
children: e
|
|
2540
2541
|
}), r && /* @__PURE__ */ n("div", {
|
|
@@ -2574,7 +2575,7 @@ function ce() {
|
|
|
2574
2575
|
return e;
|
|
2575
2576
|
}, ce.apply(this, arguments);
|
|
2576
2577
|
}
|
|
2577
|
-
const
|
|
2578
|
+
const pn = ["children", "options"], k = {
|
|
2578
2579
|
blockQuote: "0",
|
|
2579
2580
|
breakLine: "1",
|
|
2580
2581
|
breakThematic: "2",
|
|
@@ -2624,7 +2625,7 @@ const Pt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus",
|
|
|
2624
2625
|
lt: "<",
|
|
2625
2626
|
nbsp: " ",
|
|
2626
2627
|
quot: "“"
|
|
2627
|
-
},
|
|
2628
|
+
}, un = ["style", "script"], gn = ["src", "href", "data", "formAction", "srcDoc", "action"], hn = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, mn = /mailto:/i, bn = /\n{2,}$/, Dr = /^(\s*>[\s\S]*?)(?=\n\n|$)/, fn = /^ *> ?/gm, xn = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, kn = /^ {2,}\n/, yn = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Ar = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Lr = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, wn = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, Cn = /^(?:\n *)*\n/, _n = /\r\n?/g, vn = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Sn = /^\[\^([^\]]+)]/, Mn = /\f/g, In = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Dn = /^\s*?\[(x|\s)\]/, Tr = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Nr = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, jr = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, dt = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, An = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Or = /^<!--[\s\S]*?(?:-->)/, Ln = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, ct = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Tn = /^\{.*\}$/, Nn = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, jn = /^<([^ >]+@[^ >]+)>/, On = /^<([^ >]+:\/[^ >]+)>/, En = /-([a-z])?/gi, Er = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, zn = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Rn = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Zn = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Wn = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, qn = /\t/g, Pn = /(^ *\||\| *$)/g, Gn = /^ *:-+: *$/, Bn = /^ *:-+ *$/, Hn = /^ *-+: *$/, Je = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Yn = new RegExp(`^([*_])\\1${Je}\\1\\1(?!\\1)`), $n = new RegExp(`^([*_])${Je}\\1(?!\\1)`), Un = new RegExp(`^(==)${Je}\\1`), Qn = new RegExp(`^(~~)${Je}\\1`), Fn = /^\\([^0-9A-Za-z\s])/, Bt = /\\([^0-9A-Za-z\s])/g, Vn = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Jn = /^\n+/, Xn = /^([ \t]*)/, Kn = /\\([^\\])/g, el = /(?:^|\n)( *)$/, _t = "(?:\\d+\\.)", vt = "(?:[*+-])";
|
|
2628
2629
|
function zr(e) {
|
|
2629
2630
|
return "( *)(" + (e === 1 ? _t : vt) + ") +";
|
|
2630
2631
|
}
|
|
@@ -2632,31 +2633,31 @@ const Rr = zr(1), Zr = zr(2);
|
|
|
2632
2633
|
function Wr(e) {
|
|
2633
2634
|
return new RegExp("^" + (e === 1 ? Rr : Zr));
|
|
2634
2635
|
}
|
|
2635
|
-
const
|
|
2636
|
+
const tl = Wr(1), rl = Wr(2);
|
|
2636
2637
|
function qr(e) {
|
|
2637
2638
|
return new RegExp("^" + (e === 1 ? Rr : Zr) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? _t : vt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
2638
2639
|
}
|
|
2639
|
-
const
|
|
2640
|
+
const al = qr(1), il = qr(2);
|
|
2640
2641
|
function Pr(e) {
|
|
2641
2642
|
const t = e === 1 ? _t : vt;
|
|
2642
2643
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
2643
2644
|
}
|
|
2644
2645
|
const Gr = Pr(1), Br = Pr(2);
|
|
2645
2646
|
function Ht(e, t) {
|
|
2646
|
-
const r = t === 1, a = r ? Gr : Br, i = r ?
|
|
2647
|
+
const r = t === 1, a = r ? Gr : Br, i = r ? al : il, l = r ? tl : rl;
|
|
2647
2648
|
return {
|
|
2648
|
-
match:
|
|
2649
|
-
const c =
|
|
2649
|
+
match: fe(function(s, u) {
|
|
2650
|
+
const c = el.exec(u.prevCapture);
|
|
2650
2651
|
return c && (u.list || !u.inline && !u.simple) ? a.exec(s = c[1] + s) : null;
|
|
2651
2652
|
}),
|
|
2652
2653
|
order: 1,
|
|
2653
2654
|
parse(s, u, c) {
|
|
2654
|
-
const g = r ? +s[2] : void 0,
|
|
2655
|
+
const g = r ? +s[2] : void 0, f = s[0].replace(bn, `
|
|
2655
2656
|
`).match(i);
|
|
2656
2657
|
let x = !1;
|
|
2657
2658
|
return {
|
|
2658
|
-
items:
|
|
2659
|
-
const d = l.exec(o)[0].length, m = new RegExp("^ {1," + d + "}", "gm"), h = o.replace(m, "").replace(l, ""), w = p ===
|
|
2659
|
+
items: f.map(function(o, p) {
|
|
2660
|
+
const d = l.exec(o)[0].length, m = new RegExp("^ {1," + d + "}", "gm"), h = o.replace(m, "").replace(l, ""), w = p === f.length - 1, _ = h.indexOf(`
|
|
2660
2661
|
|
|
2661
2662
|
`) !== -1 || w && x;
|
|
2662
2663
|
x = _;
|
|
@@ -2675,14 +2676,14 @@ function Ht(e, t) {
|
|
|
2675
2676
|
render: (s, u, c) => e(s.ordered ? "ol" : "ul", {
|
|
2676
2677
|
key: c.key,
|
|
2677
2678
|
start: s.type === k.orderedList ? s.start : void 0
|
|
2678
|
-
}, s.items.map(function(g,
|
|
2679
|
+
}, s.items.map(function(g, f) {
|
|
2679
2680
|
return e("li", {
|
|
2680
|
-
key:
|
|
2681
|
+
key: f
|
|
2681
2682
|
}, u(g, c));
|
|
2682
2683
|
}))
|
|
2683
2684
|
};
|
|
2684
2685
|
}
|
|
2685
|
-
const
|
|
2686
|
+
const ol = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), nl = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, Hr = [Dr, Ar, Lr, Tr, jr, Nr, Er, Gr, Br], ll = [...Hr, /^[^\n]+(?: \n|\n{2,})/, dt, Or, ct];
|
|
2686
2687
|
function Ae(e) {
|
|
2687
2688
|
let t = e.length;
|
|
2688
2689
|
for (; t > 0 && e[t - 1] <= " "; )
|
|
@@ -2692,8 +2693,8 @@ function Ae(e) {
|
|
|
2692
2693
|
function ve(e) {
|
|
2693
2694
|
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();
|
|
2694
2695
|
}
|
|
2695
|
-
function
|
|
2696
|
-
return
|
|
2696
|
+
function sl(e) {
|
|
2697
|
+
return Hn.test(e) ? "right" : Gn.test(e) ? "center" : Bn.test(e) ? "left" : null;
|
|
2697
2698
|
}
|
|
2698
2699
|
function Yt(e, t, r, a) {
|
|
2699
2700
|
const i = r.inTable;
|
|
@@ -2705,13 +2706,13 @@ function Yt(e, t, r, a) {
|
|
|
2705
2706
|
const c = l[l.length - 1];
|
|
2706
2707
|
c.push.apply(c, t(s, r)), s = "";
|
|
2707
2708
|
}
|
|
2708
|
-
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((c, g,
|
|
2709
|
-
c.trim() === "|" && (u(), a) ? g !== 0 && g !==
|
|
2709
|
+
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((c, g, f) => {
|
|
2710
|
+
c.trim() === "|" && (u(), a) ? g !== 0 && g !== f.length - 1 && l.push([]) : s += c;
|
|
2710
2711
|
}), u(), r.inTable = i, l;
|
|
2711
2712
|
}
|
|
2712
|
-
function
|
|
2713
|
+
function dl(e, t, r) {
|
|
2713
2714
|
r.inline = !0;
|
|
2714
|
-
const a = e[2] ? e[2].replace(
|
|
2715
|
+
const a = e[2] ? e[2].replace(Pn, "").split("|").map(sl) : [], i = e[3] ? function(s, u, c) {
|
|
2715
2716
|
return s.trim().split(`
|
|
2716
2717
|
`).map(function(g) {
|
|
2717
2718
|
return Yt(g, u, c, !0);
|
|
@@ -2732,16 +2733,16 @@ function $t(e, t) {
|
|
|
2732
2733
|
textAlign: e.align[t]
|
|
2733
2734
|
};
|
|
2734
2735
|
}
|
|
2735
|
-
function
|
|
2736
|
+
function fe(e) {
|
|
2736
2737
|
return e.inline = 1, e;
|
|
2737
2738
|
}
|
|
2738
2739
|
function oe(e) {
|
|
2739
|
-
return
|
|
2740
|
+
return fe(function(t, r) {
|
|
2740
2741
|
return r.inline ? e.exec(t) : null;
|
|
2741
2742
|
});
|
|
2742
2743
|
}
|
|
2743
2744
|
function ne(e) {
|
|
2744
|
-
return
|
|
2745
|
+
return fe(function(t, r) {
|
|
2745
2746
|
return r.inline || r.simple ? e.exec(t) : null;
|
|
2746
2747
|
});
|
|
2747
2748
|
}
|
|
@@ -2751,11 +2752,11 @@ function re(e) {
|
|
|
2751
2752
|
};
|
|
2752
2753
|
}
|
|
2753
2754
|
function Se(e) {
|
|
2754
|
-
return
|
|
2755
|
+
return fe(function(t) {
|
|
2755
2756
|
return e.exec(t);
|
|
2756
2757
|
});
|
|
2757
2758
|
}
|
|
2758
|
-
function
|
|
2759
|
+
function cl(e, t) {
|
|
2759
2760
|
if (t.inline || t.simple)
|
|
2760
2761
|
return null;
|
|
2761
2762
|
let r = "";
|
|
@@ -2765,19 +2766,19 @@ function dl(e, t) {
|
|
|
2765
2766
|
const a = Ae(r);
|
|
2766
2767
|
return a == "" ? null : [r, , a];
|
|
2767
2768
|
}
|
|
2768
|
-
const
|
|
2769
|
-
function
|
|
2769
|
+
const pl = /(javascript|vbscript|data(?!:image)):/i;
|
|
2770
|
+
function ul(e) {
|
|
2770
2771
|
try {
|
|
2771
2772
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
2772
|
-
if (
|
|
2773
|
+
if (pl.test(t))
|
|
2773
2774
|
return null;
|
|
2774
2775
|
} catch {
|
|
2775
2776
|
return null;
|
|
2776
2777
|
}
|
|
2777
2778
|
return e;
|
|
2778
2779
|
}
|
|
2779
|
-
function
|
|
2780
|
-
return e.replace(
|
|
2780
|
+
function Ut(e) {
|
|
2781
|
+
return e.replace(Kn, "$1");
|
|
2781
2782
|
}
|
|
2782
2783
|
function Pe(e, t, r) {
|
|
2783
2784
|
const a = r.inline || !1, i = r.simple || !1;
|
|
@@ -2785,13 +2786,13 @@ function Pe(e, t, r) {
|
|
|
2785
2786
|
const l = e(t, r);
|
|
2786
2787
|
return r.inline = a, r.simple = i, l;
|
|
2787
2788
|
}
|
|
2788
|
-
function
|
|
2789
|
+
function gl(e, t, r) {
|
|
2789
2790
|
const a = r.inline || !1, i = r.simple || !1;
|
|
2790
2791
|
r.inline = !1, r.simple = !0;
|
|
2791
2792
|
const l = e(t, r);
|
|
2792
2793
|
return r.inline = a, r.simple = i, l;
|
|
2793
2794
|
}
|
|
2794
|
-
function
|
|
2795
|
+
function hl(e, t, r) {
|
|
2795
2796
|
const a = r.inline || !1;
|
|
2796
2797
|
r.inline = !1;
|
|
2797
2798
|
const i = e(t, r);
|
|
@@ -2806,7 +2807,7 @@ function tt() {
|
|
|
2806
2807
|
function rt() {
|
|
2807
2808
|
return null;
|
|
2808
2809
|
}
|
|
2809
|
-
function
|
|
2810
|
+
function ml(...e) {
|
|
2810
2811
|
return e.filter(Boolean).join(" ");
|
|
2811
2812
|
}
|
|
2812
2813
|
function at(e, t, r) {
|
|
@@ -2816,21 +2817,21 @@ function at(e, t, r) {
|
|
|
2816
2817
|
i.shift();
|
|
2817
2818
|
return a || r;
|
|
2818
2819
|
}
|
|
2819
|
-
function
|
|
2820
|
+
function bl(e = "", t = {}) {
|
|
2820
2821
|
function r(o, p, ...d) {
|
|
2821
2822
|
const m = at(t.overrides, `${o}.props`, {});
|
|
2822
2823
|
return t.createElement(function(h, w) {
|
|
2823
2824
|
const _ = at(w, h);
|
|
2824
2825
|
return _ ? typeof _ == "function" || typeof _ == "object" && "render" in _ ? _ : at(w, `${h}.component`, h) : h;
|
|
2825
2826
|
}(o, t.overrides), ce({}, p, m, {
|
|
2826
|
-
className:
|
|
2827
|
+
className: ml(p == null ? void 0 : p.className, m.className) || void 0
|
|
2827
2828
|
}), ...d);
|
|
2828
2829
|
}
|
|
2829
2830
|
function a(o) {
|
|
2830
|
-
o = o.replace(
|
|
2831
|
+
o = o.replace(In, "");
|
|
2831
2832
|
let p = !1;
|
|
2832
|
-
t.forceInline ? p = !0 : t.forceBlock || (p =
|
|
2833
|
-
const d = g(c(p ? o : `${Ae(o).replace(
|
|
2833
|
+
t.forceInline ? p = !0 : t.forceBlock || (p = Wn.test(o) === !1);
|
|
2834
|
+
const d = g(c(p ? o : `${Ae(o).replace(Jn, "")}
|
|
2834
2835
|
|
|
2835
2836
|
`, {
|
|
2836
2837
|
inline: p
|
|
@@ -2855,12 +2856,12 @@ function ml(e = "", t = {}) {
|
|
|
2855
2856
|
}, h);
|
|
2856
2857
|
}
|
|
2857
2858
|
function i(o, p) {
|
|
2858
|
-
const d = p.match(
|
|
2859
|
+
const d = p.match(hn);
|
|
2859
2860
|
return d ? d.reduce(function(m, h) {
|
|
2860
2861
|
const w = h.indexOf("=");
|
|
2861
2862
|
if (w !== -1) {
|
|
2862
2863
|
const _ = function(S) {
|
|
2863
|
-
return S.indexOf("-") !== -1 && S.match(
|
|
2864
|
+
return S.indexOf("-") !== -1 && S.match(Ln) === null && (S = S.replace(En, function(L, Z) {
|
|
2864
2865
|
return Z.toUpperCase();
|
|
2865
2866
|
})), S;
|
|
2866
2867
|
}(h.slice(0, w)).trim(), y = function(S) {
|
|
@@ -2870,21 +2871,21 @@ function ml(e = "", t = {}) {
|
|
|
2870
2871
|
if (I === "ref")
|
|
2871
2872
|
return m;
|
|
2872
2873
|
const A = m[I] = function(S, L, Z, ue) {
|
|
2873
|
-
return L === "style" ? function(
|
|
2874
|
+
return L === "style" ? function(Q) {
|
|
2874
2875
|
const B = [];
|
|
2875
2876
|
let $ = "", F = !1, H = !1, V = "";
|
|
2876
|
-
if (!
|
|
2877
|
+
if (!Q)
|
|
2877
2878
|
return B;
|
|
2878
|
-
for (let z = 0; z <
|
|
2879
|
-
const W =
|
|
2879
|
+
for (let z = 0; z < Q.length; z++) {
|
|
2880
|
+
const W = Q[z];
|
|
2880
2881
|
if (W !== '"' && W !== "'" || F || (H ? W === V && (H = !1, V = "") : (H = !0, V = W)), W === "(" && $.endsWith("url") ? F = !0 : W === ")" && F && (F = !1), W !== ";" || H || F)
|
|
2881
2882
|
$ += W;
|
|
2882
2883
|
else {
|
|
2883
|
-
const
|
|
2884
|
-
if (
|
|
2885
|
-
const de =
|
|
2884
|
+
const U = $.trim();
|
|
2885
|
+
if (U) {
|
|
2886
|
+
const de = U.indexOf(":");
|
|
2886
2887
|
if (de > 0) {
|
|
2887
|
-
const ge =
|
|
2888
|
+
const ge = U.slice(0, de).trim(), ye = U.slice(de + 1).trim();
|
|
2888
2889
|
B.push([ge, ye]);
|
|
2889
2890
|
}
|
|
2890
2891
|
}
|
|
@@ -2895,14 +2896,14 @@ function ml(e = "", t = {}) {
|
|
|
2895
2896
|
if (J) {
|
|
2896
2897
|
const z = J.indexOf(":");
|
|
2897
2898
|
if (z > 0) {
|
|
2898
|
-
const W = J.slice(0, z).trim(),
|
|
2899
|
-
B.push([W,
|
|
2899
|
+
const W = J.slice(0, z).trim(), U = J.slice(z + 1).trim();
|
|
2900
|
+
B.push([W, U]);
|
|
2900
2901
|
}
|
|
2901
2902
|
}
|
|
2902
2903
|
return B;
|
|
2903
|
-
}(Z).reduce(function(
|
|
2904
|
-
return
|
|
2905
|
-
}, {}) :
|
|
2904
|
+
}(Z).reduce(function(Q, [B, $]) {
|
|
2905
|
+
return Q[B.replace(/(-[a-z])/g, (F) => F[1].toUpperCase())] = ue($, S, B), Q;
|
|
2906
|
+
}, {}) : gn.indexOf(L) !== -1 ? ue(Z, S, L) : (Z.match(Tn) && (Z = Z.slice(1, Z.length - 1)), Z === "true" || Z !== "false" && Z);
|
|
2906
2907
|
}(o, _, y, t.sanitizer);
|
|
2907
2908
|
typeof A == "string" && (dt.test(A) || ct.test(A)) && (m[I] = a(A.trim()));
|
|
2908
2909
|
} else
|
|
@@ -2910,13 +2911,13 @@ function ml(e = "", t = {}) {
|
|
|
2910
2911
|
return m;
|
|
2911
2912
|
}, {}) : null;
|
|
2912
2913
|
}
|
|
2913
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
2914
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || ul, t.slugify = t.slugify || ve, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, Gt, t.namedCodesToUnicode) : Gt, t.createElement = t.createElement || Fa;
|
|
2914
2915
|
const l = [], s = {}, u = {
|
|
2915
2916
|
[k.blockQuote]: {
|
|
2916
2917
|
match: re(Dr),
|
|
2917
2918
|
order: 1,
|
|
2918
2919
|
parse(o, p, d) {
|
|
2919
|
-
const [, m, h] = o[0].replace(fn, "").match(
|
|
2920
|
+
const [, m, h] = o[0].replace(fn, "").match(xn);
|
|
2920
2921
|
return {
|
|
2921
2922
|
alert: m,
|
|
2922
2923
|
children: p(h, d)
|
|
@@ -2939,7 +2940,7 @@ function ml(e = "", t = {}) {
|
|
|
2939
2940
|
}
|
|
2940
2941
|
},
|
|
2941
2942
|
[k.breakLine]: {
|
|
2942
|
-
match: Se(
|
|
2943
|
+
match: Se(kn),
|
|
2943
2944
|
order: 1,
|
|
2944
2945
|
parse: tt,
|
|
2945
2946
|
render: (o, p, d) => r("br", {
|
|
@@ -2947,7 +2948,7 @@ function ml(e = "", t = {}) {
|
|
|
2947
2948
|
})
|
|
2948
2949
|
},
|
|
2949
2950
|
[k.breakThematic]: {
|
|
2950
|
-
match: re(
|
|
2951
|
+
match: re(yn),
|
|
2951
2952
|
order: 1,
|
|
2952
2953
|
parse: tt,
|
|
2953
2954
|
render: (o, p, d) => r("hr", {
|
|
@@ -2978,7 +2979,7 @@ function ml(e = "", t = {}) {
|
|
|
2978
2979
|
})
|
|
2979
2980
|
},
|
|
2980
2981
|
[k.codeInline]: {
|
|
2981
|
-
match: ne(
|
|
2982
|
+
match: ne(wn),
|
|
2982
2983
|
order: 3,
|
|
2983
2984
|
parse: (o) => ({
|
|
2984
2985
|
text: o[2].replace(Bt, "$1")
|
|
@@ -2988,7 +2989,7 @@ function ml(e = "", t = {}) {
|
|
|
2988
2989
|
}, o.text)
|
|
2989
2990
|
},
|
|
2990
2991
|
[k.footnote]: {
|
|
2991
|
-
match: re(
|
|
2992
|
+
match: re(vn),
|
|
2992
2993
|
order: 0,
|
|
2993
2994
|
parse: (o) => (l.push({
|
|
2994
2995
|
footnote: o[2],
|
|
@@ -2997,7 +2998,7 @@ function ml(e = "", t = {}) {
|
|
|
2997
2998
|
render: rt
|
|
2998
2999
|
},
|
|
2999
3000
|
[k.footnoteReference]: {
|
|
3000
|
-
match: oe(
|
|
3001
|
+
match: oe(Sn),
|
|
3001
3002
|
order: 1,
|
|
3002
3003
|
parse: (o) => ({
|
|
3003
3004
|
target: `#${t.slugify(o[1], ve)}`,
|
|
@@ -3011,7 +3012,7 @@ function ml(e = "", t = {}) {
|
|
|
3011
3012
|
}, o.text))
|
|
3012
3013
|
},
|
|
3013
3014
|
[k.gfmTask]: {
|
|
3014
|
-
match: oe(
|
|
3015
|
+
match: oe(Dn),
|
|
3015
3016
|
order: 1,
|
|
3016
3017
|
parse: (o) => ({
|
|
3017
3018
|
completed: o[1].toLowerCase() === "x"
|
|
@@ -3049,9 +3050,9 @@ function ml(e = "", t = {}) {
|
|
|
3049
3050
|
match: Se(dt),
|
|
3050
3051
|
order: 1,
|
|
3051
3052
|
parse(o, p, d) {
|
|
3052
|
-
const [, m] = o[3].match(
|
|
3053
|
+
const [, m] = o[3].match(Xn), h = new RegExp(`^${m}`, "gm"), w = o[3].replace(h, ""), _ = (y = w, ll.some((Z) => Z.test(y)) ? hl : Pe);
|
|
3053
3054
|
var y;
|
|
3054
|
-
const I = o[1].toLowerCase(), A =
|
|
3055
|
+
const I = o[1].toLowerCase(), A = un.indexOf(I) !== -1, S = (A ? I : o[1]).trim(), L = {
|
|
3055
3056
|
attrs: i(S, o[2]),
|
|
3056
3057
|
noInnerParse: A,
|
|
3057
3058
|
tag: S
|
|
@@ -3083,11 +3084,11 @@ function ml(e = "", t = {}) {
|
|
|
3083
3084
|
render: rt
|
|
3084
3085
|
},
|
|
3085
3086
|
[k.image]: {
|
|
3086
|
-
match: ne(
|
|
3087
|
+
match: ne(nl),
|
|
3087
3088
|
order: 1,
|
|
3088
3089
|
parse: (o) => ({
|
|
3089
3090
|
alt: o[1],
|
|
3090
|
-
target:
|
|
3091
|
+
target: Ut(o[2]),
|
|
3091
3092
|
title: o[3]
|
|
3092
3093
|
}),
|
|
3093
3094
|
render: (o, p, d) => r("img", {
|
|
@@ -3098,11 +3099,11 @@ function ml(e = "", t = {}) {
|
|
|
3098
3099
|
})
|
|
3099
3100
|
},
|
|
3100
3101
|
[k.link]: {
|
|
3101
|
-
match: oe(
|
|
3102
|
+
match: oe(ol),
|
|
3102
3103
|
order: 3,
|
|
3103
3104
|
parse: (o, p, d) => ({
|
|
3104
|
-
children:
|
|
3105
|
-
target:
|
|
3105
|
+
children: gl(p, o[1], d),
|
|
3106
|
+
target: Ut(o[2]),
|
|
3106
3107
|
title: o[3]
|
|
3107
3108
|
}),
|
|
3108
3109
|
render: (o, p, d) => r("a", {
|
|
@@ -3112,7 +3113,7 @@ function ml(e = "", t = {}) {
|
|
|
3112
3113
|
}, p(o.children, d))
|
|
3113
3114
|
},
|
|
3114
3115
|
[k.linkAngleBraceStyleDetector]: {
|
|
3115
|
-
match: oe(
|
|
3116
|
+
match: oe(On),
|
|
3116
3117
|
order: 0,
|
|
3117
3118
|
parse: (o) => ({
|
|
3118
3119
|
children: [{
|
|
@@ -3124,7 +3125,7 @@ function ml(e = "", t = {}) {
|
|
|
3124
3125
|
})
|
|
3125
3126
|
},
|
|
3126
3127
|
[k.linkBareUrlDetector]: {
|
|
3127
|
-
match:
|
|
3128
|
+
match: fe((o, p) => p.inAnchor || t.disableAutoLink ? null : oe(Nn)(o, p)),
|
|
3128
3129
|
order: 0,
|
|
3129
3130
|
parse: (o) => ({
|
|
3130
3131
|
children: [{
|
|
@@ -3137,11 +3138,11 @@ function ml(e = "", t = {}) {
|
|
|
3137
3138
|
})
|
|
3138
3139
|
},
|
|
3139
3140
|
[k.linkMailtoDetector]: {
|
|
3140
|
-
match: oe(
|
|
3141
|
+
match: oe(jn),
|
|
3141
3142
|
order: 0,
|
|
3142
3143
|
parse(o) {
|
|
3143
3144
|
let p = o[1], d = o[1];
|
|
3144
|
-
return
|
|
3145
|
+
return mn.test(d) || (d = "mailto:" + d), {
|
|
3145
3146
|
children: [{
|
|
3146
3147
|
text: p.replace("mailto:", ""),
|
|
3147
3148
|
type: k.text
|
|
@@ -3154,14 +3155,14 @@ function ml(e = "", t = {}) {
|
|
|
3154
3155
|
[k.orderedList]: Ht(r, 1),
|
|
3155
3156
|
[k.unorderedList]: Ht(r, 2),
|
|
3156
3157
|
[k.newlineCoalescer]: {
|
|
3157
|
-
match: re(
|
|
3158
|
+
match: re(Cn),
|
|
3158
3159
|
order: 3,
|
|
3159
3160
|
parse: tt,
|
|
3160
3161
|
render: () => `
|
|
3161
3162
|
`
|
|
3162
3163
|
},
|
|
3163
3164
|
[k.paragraph]: {
|
|
3164
|
-
match:
|
|
3165
|
+
match: fe(cl),
|
|
3165
3166
|
order: 3,
|
|
3166
3167
|
parse: et,
|
|
3167
3168
|
render: (o, p, d) => r("p", {
|
|
@@ -3169,7 +3170,7 @@ function ml(e = "", t = {}) {
|
|
|
3169
3170
|
}, p(o.children, d))
|
|
3170
3171
|
},
|
|
3171
3172
|
[k.ref]: {
|
|
3172
|
-
match: oe(
|
|
3173
|
+
match: oe(zn),
|
|
3173
3174
|
order: 0,
|
|
3174
3175
|
parse: (o) => (s[o[1]] = {
|
|
3175
3176
|
target: o[2],
|
|
@@ -3178,7 +3179,7 @@ function ml(e = "", t = {}) {
|
|
|
3178
3179
|
render: rt
|
|
3179
3180
|
},
|
|
3180
3181
|
[k.refImage]: {
|
|
3181
|
-
match: ne(
|
|
3182
|
+
match: ne(Rn),
|
|
3182
3183
|
order: 0,
|
|
3183
3184
|
parse: (o) => ({
|
|
3184
3185
|
alt: o[1] || void 0,
|
|
@@ -3192,7 +3193,7 @@ function ml(e = "", t = {}) {
|
|
|
3192
3193
|
}) : null
|
|
3193
3194
|
},
|
|
3194
3195
|
[k.refLink]: {
|
|
3195
|
-
match: oe(
|
|
3196
|
+
match: oe(Zn),
|
|
3196
3197
|
order: 0,
|
|
3197
3198
|
parse: (o, p, d) => ({
|
|
3198
3199
|
children: p(o[1], d),
|
|
@@ -3210,7 +3211,7 @@ function ml(e = "", t = {}) {
|
|
|
3210
3211
|
[k.table]: {
|
|
3211
3212
|
match: re(Er),
|
|
3212
3213
|
order: 1,
|
|
3213
|
-
parse:
|
|
3214
|
+
parse: dl,
|
|
3214
3215
|
render(o, p, d) {
|
|
3215
3216
|
const m = o;
|
|
3216
3217
|
return r("table", {
|
|
@@ -3233,15 +3234,15 @@ function ml(e = "", t = {}) {
|
|
|
3233
3234
|
}
|
|
3234
3235
|
},
|
|
3235
3236
|
[k.text]: {
|
|
3236
|
-
match: Se(
|
|
3237
|
+
match: Se(Vn),
|
|
3237
3238
|
order: 4,
|
|
3238
3239
|
parse: (o) => ({
|
|
3239
|
-
text: o[0].replace(
|
|
3240
|
+
text: o[0].replace(An, (p, d) => t.namedCodesToUnicode[d] ? t.namedCodesToUnicode[d] : p)
|
|
3240
3241
|
}),
|
|
3241
3242
|
render: (o) => o.text
|
|
3242
3243
|
},
|
|
3243
3244
|
[k.textBolded]: {
|
|
3244
|
-
match: ne(
|
|
3245
|
+
match: ne(Yn),
|
|
3245
3246
|
order: 2,
|
|
3246
3247
|
parse: (o, p, d) => ({
|
|
3247
3248
|
children: p(o[2], d)
|
|
@@ -3251,7 +3252,7 @@ function ml(e = "", t = {}) {
|
|
|
3251
3252
|
}, p(o.children, d))
|
|
3252
3253
|
},
|
|
3253
3254
|
[k.textEmphasized]: {
|
|
3254
|
-
match: ne(
|
|
3255
|
+
match: ne($n),
|
|
3255
3256
|
order: 3,
|
|
3256
3257
|
parse: (o, p, d) => ({
|
|
3257
3258
|
children: p(o[2], d)
|
|
@@ -3261,7 +3262,7 @@ function ml(e = "", t = {}) {
|
|
|
3261
3262
|
}, p(o.children, d))
|
|
3262
3263
|
},
|
|
3263
3264
|
[k.textEscaped]: {
|
|
3264
|
-
match: ne(
|
|
3265
|
+
match: ne(Fn),
|
|
3265
3266
|
order: 1,
|
|
3266
3267
|
parse: (o) => ({
|
|
3267
3268
|
text: o[1],
|
|
@@ -3269,7 +3270,7 @@ function ml(e = "", t = {}) {
|
|
|
3269
3270
|
})
|
|
3270
3271
|
},
|
|
3271
3272
|
[k.textMarked]: {
|
|
3272
|
-
match: ne(
|
|
3273
|
+
match: ne(Un),
|
|
3273
3274
|
order: 3,
|
|
3274
3275
|
parse: et,
|
|
3275
3276
|
render: (o, p, d) => r("mark", {
|
|
@@ -3312,11 +3313,11 @@ function ml(e = "", t = {}) {
|
|
|
3312
3313
|
return w !== _ ? w - _ : m < h ? -1 : 1;
|
|
3313
3314
|
}), function(m, h) {
|
|
3314
3315
|
return d(function(w) {
|
|
3315
|
-
return w.replace(
|
|
3316
|
-
`).replace(
|
|
3316
|
+
return w.replace(_n, `
|
|
3317
|
+
`).replace(Mn, "").replace(qn, " ");
|
|
3317
3318
|
}(m), h);
|
|
3318
3319
|
};
|
|
3319
|
-
}(u), g = (
|
|
3320
|
+
}(u), g = (f = /* @__PURE__ */ function(o, p) {
|
|
3320
3321
|
return function(d, m, h) {
|
|
3321
3322
|
const w = o[d.type].render;
|
|
3322
3323
|
return p ? p(() => w(d, m, h), d, m, h) : w(d, m, h);
|
|
@@ -3332,9 +3333,9 @@ function ml(e = "", t = {}) {
|
|
|
3332
3333
|
}
|
|
3333
3334
|
return d.key = m, h;
|
|
3334
3335
|
}
|
|
3335
|
-
return
|
|
3336
|
+
return f(p, o, d);
|
|
3336
3337
|
});
|
|
3337
|
-
var
|
|
3338
|
+
var f;
|
|
3338
3339
|
const x = a(e);
|
|
3339
3340
|
return l.length ? r("div", null, x, r("footer", {
|
|
3340
3341
|
key: "footer"
|
|
@@ -3358,9 +3359,9 @@ const fl = (e) => {
|
|
|
3358
3359
|
for (u = 0; u < g.length; u++)
|
|
3359
3360
|
l.indexOf(s = g[u]) >= 0 || (c[s] = i[s]);
|
|
3360
3361
|
return c;
|
|
3361
|
-
}(e,
|
|
3362
|
-
return
|
|
3363
|
-
},
|
|
3362
|
+
}(e, pn);
|
|
3363
|
+
return Ua(bl(t, r), a);
|
|
3364
|
+
}, xl = /* @__PURE__ */ C("div", {
|
|
3364
3365
|
target: "e197bd6i0",
|
|
3365
3366
|
label: "FlexContainer"
|
|
3366
3367
|
})("display:flex;", ({
|
|
@@ -3396,7 +3397,7 @@ const fl = (e) => {
|
|
|
3396
3397
|
const {
|
|
3397
3398
|
themeSettings: r
|
|
3398
3399
|
} = D();
|
|
3399
|
-
return /* @__PURE__ */ n(
|
|
3400
|
+
return /* @__PURE__ */ n(xl, {
|
|
3400
3401
|
theme: r,
|
|
3401
3402
|
align: e,
|
|
3402
3403
|
children: /* @__PURE__ */ n(Yr, {
|
|
@@ -3408,7 +3409,7 @@ const fl = (e) => {
|
|
|
3408
3409
|
})
|
|
3409
3410
|
});
|
|
3410
3411
|
};
|
|
3411
|
-
function
|
|
3412
|
+
function kl() {
|
|
3412
3413
|
const {
|
|
3413
3414
|
welcomeText: e
|
|
3414
3415
|
} = ie();
|
|
@@ -3417,7 +3418,7 @@ function xl() {
|
|
|
3417
3418
|
children: e
|
|
3418
3419
|
});
|
|
3419
3420
|
}
|
|
3420
|
-
const
|
|
3421
|
+
const yl = /* @__PURE__ */ C("div", {
|
|
3421
3422
|
target: "ewt6vnj0",
|
|
3422
3423
|
label: "FlexContainer"
|
|
3423
3424
|
})("display:flex;", ({
|
|
@@ -3426,7 +3427,7 @@ const kl = /* @__PURE__ */ C("div", {
|
|
|
3426
3427
|
justify-content: flex-end;
|
|
3427
3428
|
` : q`
|
|
3428
3429
|
justify-content: flex-start;
|
|
3429
|
-
`),
|
|
3430
|
+
`), wl = /* @__PURE__ */ C("button", {
|
|
3430
3431
|
target: "ewt6vnj1",
|
|
3431
3432
|
label: "MessageButton"
|
|
3432
3433
|
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({
|
|
@@ -3491,9 +3492,9 @@ function $e({
|
|
|
3491
3492
|
const {
|
|
3492
3493
|
themeSettings: s
|
|
3493
3494
|
} = D();
|
|
3494
|
-
return /* @__PURE__ */ n(
|
|
3495
|
+
return /* @__PURE__ */ n(yl, {
|
|
3495
3496
|
align: t,
|
|
3496
|
-
children: /* @__PURE__ */ n(
|
|
3497
|
+
children: /* @__PURE__ */ n(wl, {
|
|
3497
3498
|
"aria-label": l,
|
|
3498
3499
|
theme: s,
|
|
3499
3500
|
onClick: r,
|
|
@@ -3504,7 +3505,7 @@ function $e({
|
|
|
3504
3505
|
})
|
|
3505
3506
|
});
|
|
3506
3507
|
}
|
|
3507
|
-
function
|
|
3508
|
+
function Cl({
|
|
3508
3509
|
onCancel: e,
|
|
3509
3510
|
onConfirm: t
|
|
3510
3511
|
}) {
|
|
@@ -3537,8 +3538,8 @@ function wl({
|
|
|
3537
3538
|
})]
|
|
3538
3539
|
});
|
|
3539
3540
|
}
|
|
3540
|
-
var
|
|
3541
|
-
function
|
|
3541
|
+
var _l = Ja("toLowerCase");
|
|
3542
|
+
function vl() {
|
|
3542
3543
|
const {
|
|
3543
3544
|
themeSettings: e
|
|
3544
3545
|
} = D();
|
|
@@ -3556,7 +3557,7 @@ function _l() {
|
|
|
3556
3557
|
})
|
|
3557
3558
|
});
|
|
3558
3559
|
}
|
|
3559
|
-
function
|
|
3560
|
+
function Sl({
|
|
3560
3561
|
onClick: e
|
|
3561
3562
|
}) {
|
|
3562
3563
|
const {
|
|
@@ -3567,23 +3568,23 @@ function vl({
|
|
|
3567
3568
|
onClick: e,
|
|
3568
3569
|
children: /* @__PURE__ */ v("div", {
|
|
3569
3570
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
3570
|
-
children: [/* @__PURE__ */ n(
|
|
3571
|
+
children: [/* @__PURE__ */ n(vl, {}), t("ai.buttons.insights")]
|
|
3571
3572
|
})
|
|
3572
3573
|
});
|
|
3573
3574
|
}
|
|
3574
|
-
function
|
|
3575
|
-
return
|
|
3575
|
+
function Ml(e) {
|
|
3576
|
+
return Ga("MuiDialog", e);
|
|
3576
3577
|
}
|
|
3577
|
-
const it =
|
|
3578
|
+
const it = xa("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), $r = /* @__PURE__ */ Ue({});
|
|
3578
3579
|
process.env.NODE_ENV !== "production" && ($r.displayName = "DialogContext");
|
|
3579
|
-
const
|
|
3580
|
+
const Il = Qe(ka, {
|
|
3580
3581
|
name: "MuiDialog",
|
|
3581
3582
|
slot: "Backdrop",
|
|
3582
3583
|
overrides: (e, t) => t.backdrop
|
|
3583
3584
|
})({
|
|
3584
3585
|
// Improve scrollable dialog support.
|
|
3585
3586
|
zIndex: -1
|
|
3586
|
-
}),
|
|
3587
|
+
}), Dl = (e) => {
|
|
3587
3588
|
const {
|
|
3588
3589
|
classes: t,
|
|
3589
3590
|
scroll: r,
|
|
@@ -3592,11 +3593,11 @@ const Ml = Ue(xa, {
|
|
|
3592
3593
|
fullScreen: l
|
|
3593
3594
|
} = e, s = {
|
|
3594
3595
|
root: ["root"],
|
|
3595
|
-
container: ["container", `scroll${
|
|
3596
|
-
paper: ["paper", `paperScroll${
|
|
3596
|
+
container: ["container", `scroll${be(r)}`],
|
|
3597
|
+
paper: ["paper", `paperScroll${be(r)}`, `paperWidth${be(String(a))}`, i && "paperFullWidth", l && "paperFullScreen"]
|
|
3597
3598
|
};
|
|
3598
|
-
return
|
|
3599
|
-
},
|
|
3599
|
+
return Na(s, Ml, t);
|
|
3600
|
+
}, Al = Qe(ya, {
|
|
3600
3601
|
name: "MuiDialog",
|
|
3601
3602
|
slot: "Root",
|
|
3602
3603
|
overridesResolver: (e, t) => t.root
|
|
@@ -3605,14 +3606,14 @@ const Ml = Ue(xa, {
|
|
|
3605
3606
|
// Use !important to override the Modal inline-style.
|
|
3606
3607
|
position: "absolute !important"
|
|
3607
3608
|
}
|
|
3608
|
-
}),
|
|
3609
|
+
}), Ll = Qe("div", {
|
|
3609
3610
|
name: "MuiDialog",
|
|
3610
3611
|
slot: "Container",
|
|
3611
3612
|
overridesResolver: (e, t) => {
|
|
3612
3613
|
const {
|
|
3613
3614
|
ownerState: r
|
|
3614
3615
|
} = e;
|
|
3615
|
-
return [t.container, t[`scroll${
|
|
3616
|
+
return [t.container, t[`scroll${be(r.scroll)}`]];
|
|
3616
3617
|
}
|
|
3617
3618
|
})({
|
|
3618
3619
|
height: "100%",
|
|
@@ -3647,16 +3648,16 @@ const Ml = Ue(xa, {
|
|
|
3647
3648
|
}
|
|
3648
3649
|
}
|
|
3649
3650
|
}]
|
|
3650
|
-
}),
|
|
3651
|
+
}), Tl = Qe(er, {
|
|
3651
3652
|
name: "MuiDialog",
|
|
3652
3653
|
slot: "Paper",
|
|
3653
3654
|
overridesResolver: (e, t) => {
|
|
3654
3655
|
const {
|
|
3655
3656
|
ownerState: r
|
|
3656
3657
|
} = e;
|
|
3657
|
-
return [t.paper, t[`scrollPaper${
|
|
3658
|
+
return [t.paper, t[`scrollPaper${be(r.scroll)}`], t[`paperWidth${be(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
|
|
3658
3659
|
}
|
|
3659
|
-
})(
|
|
3660
|
+
})(wa(({
|
|
3660
3661
|
theme: e
|
|
3661
3662
|
}) => ({
|
|
3662
3663
|
margin: 32,
|
|
@@ -3739,11 +3740,11 @@ const Ml = Ue(xa, {
|
|
|
3739
3740
|
}
|
|
3740
3741
|
}
|
|
3741
3742
|
}]
|
|
3742
|
-
}))),
|
|
3743
|
-
const r =
|
|
3743
|
+
}))), Ur = /* @__PURE__ */ rr(function(e, t) {
|
|
3744
|
+
const r = Sa({
|
|
3744
3745
|
props: e,
|
|
3745
3746
|
name: "MuiDialog"
|
|
3746
|
-
}), a =
|
|
3747
|
+
}), a = Ma(), i = {
|
|
3747
3748
|
enter: a.transitions.duration.enteringScreen,
|
|
3748
3749
|
exit: a.transitions.duration.leavingScreen
|
|
3749
3750
|
}, l = r, {
|
|
@@ -3751,7 +3752,7 @@ const Ml = Ue(xa, {
|
|
|
3751
3752
|
"aria-labelledby": u,
|
|
3752
3753
|
"aria-modal": c = !0,
|
|
3753
3754
|
BackdropComponent: g,
|
|
3754
|
-
BackdropProps:
|
|
3755
|
+
BackdropProps: f,
|
|
3755
3756
|
children: x,
|
|
3756
3757
|
className: o,
|
|
3757
3758
|
disableEscapeKeyDown: p = !1,
|
|
@@ -3767,50 +3768,50 @@ const Ml = Ue(xa, {
|
|
|
3767
3768
|
scroll: L = "paper",
|
|
3768
3769
|
slots: Z = {},
|
|
3769
3770
|
slotProps: ue = {},
|
|
3770
|
-
TransitionComponent:
|
|
3771
|
+
TransitionComponent: Q = It,
|
|
3771
3772
|
transitionDuration: B = i,
|
|
3772
3773
|
TransitionProps: $
|
|
3773
|
-
} = l, F =
|
|
3774
|
+
} = l, F = fr(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"]), H = T(M({}, r), {
|
|
3774
3775
|
disableEscapeKeyDown: p,
|
|
3775
3776
|
fullScreen: d,
|
|
3776
3777
|
fullWidth: m,
|
|
3777
3778
|
maxWidth: h,
|
|
3778
3779
|
scroll: L
|
|
3779
|
-
}), V =
|
|
3780
|
+
}), V = Dl(H), J = pe(), z = (he) => {
|
|
3780
3781
|
J.current = he.target === he.currentTarget;
|
|
3781
3782
|
}, W = (he) => {
|
|
3782
3783
|
_ && _(he), J.current && (J.current = null, w && w(he), y && y(he, "backdropClick"));
|
|
3783
|
-
},
|
|
3784
|
-
titleId:
|
|
3785
|
-
}), [
|
|
3786
|
-
transition:
|
|
3784
|
+
}, U = Ia(u), de = P(() => ({
|
|
3785
|
+
titleId: U
|
|
3786
|
+
}), [U]), ge = M({
|
|
3787
|
+
transition: Q
|
|
3787
3788
|
}, Z), ye = M({
|
|
3788
3789
|
transition: $,
|
|
3789
3790
|
paper: S,
|
|
3790
|
-
backdrop:
|
|
3791
|
+
backdrop: f
|
|
3791
3792
|
}, ue), N = {
|
|
3792
3793
|
slots: ge,
|
|
3793
3794
|
slotProps: ye
|
|
3794
3795
|
}, [X, Oe] = we("root", {
|
|
3795
|
-
elementType:
|
|
3796
|
+
elementType: Al,
|
|
3796
3797
|
shouldForwardComponentProp: !0,
|
|
3797
3798
|
externalForwardedProps: N,
|
|
3798
3799
|
ownerState: H,
|
|
3799
3800
|
className: Ke(V.root, o),
|
|
3800
3801
|
ref: t
|
|
3801
3802
|
}), [Ee, Vr] = we("backdrop", {
|
|
3802
|
-
elementType:
|
|
3803
|
+
elementType: Il,
|
|
3803
3804
|
shouldForwardComponentProp: !0,
|
|
3804
3805
|
externalForwardedProps: N,
|
|
3805
3806
|
ownerState: H
|
|
3806
3807
|
}), [Jr, Xr] = we("paper", {
|
|
3807
|
-
elementType:
|
|
3808
|
+
elementType: Tl,
|
|
3808
3809
|
shouldForwardComponentProp: !0,
|
|
3809
3810
|
externalForwardedProps: N,
|
|
3810
3811
|
ownerState: H,
|
|
3811
3812
|
className: Ke(V.paper, S.className)
|
|
3812
3813
|
}), [Kr, ea] = we("container", {
|
|
3813
|
-
elementType:
|
|
3814
|
+
elementType: Ll,
|
|
3814
3815
|
externalForwardedProps: N,
|
|
3815
3816
|
ownerState: H,
|
|
3816
3817
|
className: Ke(V.container)
|
|
@@ -3850,7 +3851,7 @@ const Ml = Ue(xa, {
|
|
|
3850
3851
|
elevation: 24,
|
|
3851
3852
|
role: "dialog",
|
|
3852
3853
|
"aria-describedby": s,
|
|
3853
|
-
"aria-labelledby":
|
|
3854
|
+
"aria-labelledby": U,
|
|
3854
3855
|
"aria-modal": c
|
|
3855
3856
|
}, Xr), {
|
|
3856
3857
|
children: /* @__PURE__ */ Ce($r.Provider, {
|
|
@@ -3862,7 +3863,7 @@ const Ml = Ue(xa, {
|
|
|
3862
3863
|
}))
|
|
3863
3864
|
}));
|
|
3864
3865
|
});
|
|
3865
|
-
process.env.NODE_ENV !== "production" && (
|
|
3866
|
+
process.env.NODE_ENV !== "production" && (Ur.propTypes = {
|
|
3866
3867
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
3867
3868
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
3868
3869
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -3870,17 +3871,17 @@ process.env.NODE_ENV !== "production" && (Qr.propTypes = {
|
|
|
3870
3871
|
/**
|
|
3871
3872
|
* The id(s) of the element(s) that describe the dialog.
|
|
3872
3873
|
*/
|
|
3873
|
-
"aria-describedby":
|
|
3874
|
+
"aria-describedby": b.string,
|
|
3874
3875
|
/**
|
|
3875
3876
|
* The id(s) of the element(s) that label the dialog.
|
|
3876
3877
|
*/
|
|
3877
|
-
"aria-labelledby":
|
|
3878
|
+
"aria-labelledby": b.string,
|
|
3878
3879
|
/**
|
|
3879
3880
|
* Informs assistive technologies that the element is modal.
|
|
3880
3881
|
* It's added on the element with role="dialog".
|
|
3881
3882
|
* @default true
|
|
3882
3883
|
*/
|
|
3883
|
-
"aria-modal":
|
|
3884
|
+
"aria-modal": b.oneOfType([b.oneOf(["false", "true"]), b.bool]),
|
|
3884
3885
|
/**
|
|
3885
3886
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
3886
3887
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -3895,116 +3896,116 @@ process.env.NODE_ENV !== "production" && (Qr.propTypes = {
|
|
|
3895
3896
|
* zIndex: -1,
|
|
3896
3897
|
* })
|
|
3897
3898
|
*/
|
|
3898
|
-
BackdropComponent:
|
|
3899
|
+
BackdropComponent: b.elementType,
|
|
3899
3900
|
/**
|
|
3900
3901
|
* @ignore
|
|
3901
3902
|
*/
|
|
3902
|
-
BackdropProps:
|
|
3903
|
+
BackdropProps: b.object,
|
|
3903
3904
|
/**
|
|
3904
3905
|
* Dialog children, usually the included sub-components.
|
|
3905
3906
|
*/
|
|
3906
|
-
children:
|
|
3907
|
+
children: b.node,
|
|
3907
3908
|
/**
|
|
3908
3909
|
* Override or extend the styles applied to the component.
|
|
3909
3910
|
*/
|
|
3910
|
-
classes:
|
|
3911
|
+
classes: b.object,
|
|
3911
3912
|
/**
|
|
3912
3913
|
* @ignore
|
|
3913
3914
|
*/
|
|
3914
|
-
className:
|
|
3915
|
+
className: b.string,
|
|
3915
3916
|
/**
|
|
3916
3917
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
3917
3918
|
* @default false
|
|
3918
3919
|
*/
|
|
3919
|
-
disableEscapeKeyDown:
|
|
3920
|
+
disableEscapeKeyDown: b.bool,
|
|
3920
3921
|
/**
|
|
3921
3922
|
* If `true`, the dialog is full-screen.
|
|
3922
3923
|
* @default false
|
|
3923
3924
|
*/
|
|
3924
|
-
fullScreen:
|
|
3925
|
+
fullScreen: b.bool,
|
|
3925
3926
|
/**
|
|
3926
3927
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
3927
3928
|
*
|
|
3928
3929
|
* Notice that the dialog width grow is limited by the default margin.
|
|
3929
3930
|
* @default false
|
|
3930
3931
|
*/
|
|
3931
|
-
fullWidth:
|
|
3932
|
+
fullWidth: b.bool,
|
|
3932
3933
|
/**
|
|
3933
3934
|
* Determine the max-width of the dialog.
|
|
3934
3935
|
* The dialog width grows with the size of the screen.
|
|
3935
3936
|
* Set to `false` to disable `maxWidth`.
|
|
3936
3937
|
* @default 'sm'
|
|
3937
3938
|
*/
|
|
3938
|
-
maxWidth:
|
|
3939
|
+
maxWidth: b.oneOfType([b.oneOf(["xs", "sm", "md", "lg", "xl", !1]), b.string]),
|
|
3939
3940
|
/**
|
|
3940
3941
|
* Callback fired when the backdrop is clicked.
|
|
3941
3942
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
3942
3943
|
*/
|
|
3943
|
-
onBackdropClick:
|
|
3944
|
+
onBackdropClick: b.func,
|
|
3944
3945
|
/**
|
|
3945
3946
|
* @ignore
|
|
3946
3947
|
*/
|
|
3947
|
-
onClick:
|
|
3948
|
+
onClick: b.func,
|
|
3948
3949
|
/**
|
|
3949
3950
|
* Callback fired when the component requests to be closed.
|
|
3950
3951
|
*
|
|
3951
3952
|
* @param {object} event The event source of the callback.
|
|
3952
3953
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
3953
3954
|
*/
|
|
3954
|
-
onClose:
|
|
3955
|
+
onClose: b.func,
|
|
3955
3956
|
/**
|
|
3956
3957
|
* If `true`, the component is shown.
|
|
3957
3958
|
*/
|
|
3958
|
-
open:
|
|
3959
|
+
open: b.bool.isRequired,
|
|
3959
3960
|
/**
|
|
3960
3961
|
* The component used to render the body of the dialog.
|
|
3961
3962
|
* @default Paper
|
|
3962
3963
|
*/
|
|
3963
|
-
PaperComponent:
|
|
3964
|
+
PaperComponent: b.elementType,
|
|
3964
3965
|
/**
|
|
3965
3966
|
* Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
|
|
3966
3967
|
* @default {}
|
|
3967
3968
|
* @deprecated Use `slotProps.paper` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
3968
3969
|
*/
|
|
3969
|
-
PaperProps:
|
|
3970
|
+
PaperProps: b.object,
|
|
3970
3971
|
/**
|
|
3971
3972
|
* Determine the container for scrolling the dialog.
|
|
3972
3973
|
* @default 'paper'
|
|
3973
3974
|
*/
|
|
3974
|
-
scroll:
|
|
3975
|
+
scroll: b.oneOf(["body", "paper"]),
|
|
3975
3976
|
/**
|
|
3976
3977
|
* The props used for each slot inside.
|
|
3977
3978
|
* @default {}
|
|
3978
3979
|
*/
|
|
3979
|
-
slotProps:
|
|
3980
|
-
backdrop:
|
|
3981
|
-
container:
|
|
3982
|
-
paper:
|
|
3983
|
-
root:
|
|
3984
|
-
transition:
|
|
3980
|
+
slotProps: b.shape({
|
|
3981
|
+
backdrop: b.oneOfType([b.func, b.object]),
|
|
3982
|
+
container: b.oneOfType([b.func, b.object]),
|
|
3983
|
+
paper: b.oneOfType([b.func, b.object]),
|
|
3984
|
+
root: b.oneOfType([b.func, b.object]),
|
|
3985
|
+
transition: b.oneOfType([b.func, b.object])
|
|
3985
3986
|
}),
|
|
3986
3987
|
/**
|
|
3987
3988
|
* The components used for each slot inside.
|
|
3988
3989
|
* @default {}
|
|
3989
3990
|
*/
|
|
3990
|
-
slots:
|
|
3991
|
-
backdrop:
|
|
3992
|
-
container:
|
|
3993
|
-
paper:
|
|
3994
|
-
root:
|
|
3995
|
-
transition:
|
|
3991
|
+
slots: b.shape({
|
|
3992
|
+
backdrop: b.elementType,
|
|
3993
|
+
container: b.elementType,
|
|
3994
|
+
paper: b.elementType,
|
|
3995
|
+
root: b.elementType,
|
|
3996
|
+
transition: b.elementType
|
|
3996
3997
|
}),
|
|
3997
3998
|
/**
|
|
3998
3999
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
3999
4000
|
*/
|
|
4000
|
-
sx:
|
|
4001
|
+
sx: b.oneOfType([b.arrayOf(b.oneOfType([b.func, b.object, b.bool])), b.func, b.object]),
|
|
4001
4002
|
/**
|
|
4002
4003
|
* The component used for the transition.
|
|
4003
4004
|
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
4004
4005
|
* @default Fade
|
|
4005
4006
|
* @deprecated Use `slots.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
4006
4007
|
*/
|
|
4007
|
-
TransitionComponent:
|
|
4008
|
+
TransitionComponent: b.elementType,
|
|
4008
4009
|
/**
|
|
4009
4010
|
* The duration for the transition, in milliseconds.
|
|
4010
4011
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -4013,19 +4014,19 @@ process.env.NODE_ENV !== "production" && (Qr.propTypes = {
|
|
|
4013
4014
|
* exit: theme.transitions.duration.leavingScreen,
|
|
4014
4015
|
* }
|
|
4015
4016
|
*/
|
|
4016
|
-
transitionDuration:
|
|
4017
|
-
appear:
|
|
4018
|
-
enter:
|
|
4019
|
-
exit:
|
|
4017
|
+
transitionDuration: b.oneOfType([b.number, b.shape({
|
|
4018
|
+
appear: b.number,
|
|
4019
|
+
enter: b.number,
|
|
4020
|
+
exit: b.number
|
|
4020
4021
|
})]),
|
|
4021
4022
|
/**
|
|
4022
4023
|
* Props applied to the transition element.
|
|
4023
4024
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
4024
4025
|
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
4025
4026
|
*/
|
|
4026
|
-
TransitionProps:
|
|
4027
|
+
TransitionProps: b.object
|
|
4027
4028
|
});
|
|
4028
|
-
function
|
|
4029
|
+
function Nl({
|
|
4029
4030
|
fillColor: e = "#262E3D"
|
|
4030
4031
|
}) {
|
|
4031
4032
|
return /* @__PURE__ */ v("svg", {
|
|
@@ -4049,7 +4050,7 @@ function Tl({
|
|
|
4049
4050
|
})]
|
|
4050
4051
|
});
|
|
4051
4052
|
}
|
|
4052
|
-
const
|
|
4053
|
+
const Qr = {
|
|
4053
4054
|
row: {
|
|
4054
4055
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
4055
4056
|
},
|
|
@@ -4134,9 +4135,9 @@ const Ur = {
|
|
|
4134
4135
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
4135
4136
|
}
|
|
4136
4137
|
}
|
|
4137
|
-
},
|
|
4138
|
+
}, jl = {
|
|
4138
4139
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
4139
|
-
}, je = /* @__PURE__ */ C(lr,
|
|
4140
|
+
}, je = /* @__PURE__ */ C(lr, jl, {
|
|
4140
4141
|
target: "e869yoj0",
|
|
4141
4142
|
label: "IconButton"
|
|
4142
4143
|
})(({
|
|
@@ -4144,10 +4145,10 @@ const Ur = {
|
|
|
4144
4145
|
}) => ({
|
|
4145
4146
|
padding: 2,
|
|
4146
4147
|
"&.MuiIconButton-root:hover": {
|
|
4147
|
-
backgroundColor: e ??
|
|
4148
|
+
backgroundColor: e ?? Qr.interaction.defaultHover
|
|
4148
4149
|
}
|
|
4149
4150
|
}));
|
|
4150
|
-
function
|
|
4151
|
+
function Ol({
|
|
4151
4152
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
4152
4153
|
}) {
|
|
4153
4154
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4164,7 +4165,7 @@ function jl({
|
|
|
4164
4165
|
})
|
|
4165
4166
|
});
|
|
4166
4167
|
}
|
|
4167
|
-
function
|
|
4168
|
+
function El({
|
|
4168
4169
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
4169
4170
|
}) {
|
|
4170
4171
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4181,7 +4182,7 @@ function Ol({
|
|
|
4181
4182
|
})
|
|
4182
4183
|
});
|
|
4183
4184
|
}
|
|
4184
|
-
function
|
|
4185
|
+
function zl() {
|
|
4185
4186
|
return /* @__PURE__ */ n("svg", {
|
|
4186
4187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4187
4188
|
width: "24",
|
|
@@ -4197,7 +4198,7 @@ function El() {
|
|
|
4197
4198
|
})
|
|
4198
4199
|
});
|
|
4199
4200
|
}
|
|
4200
|
-
const St = (e) => nr(e.chart.backgroundColor),
|
|
4201
|
+
const St = (e) => nr(e.chart.backgroundColor), Rl = ({
|
|
4201
4202
|
title: e
|
|
4202
4203
|
}) => {
|
|
4203
4204
|
const {
|
|
@@ -4208,12 +4209,12 @@ const St = (e) => nr(e.chart.backgroundColor), zl = ({
|
|
|
4208
4209
|
children: /* @__PURE__ */ n(je, {
|
|
4209
4210
|
disableTouchRipple: !0,
|
|
4210
4211
|
$hoverColor: St(t),
|
|
4211
|
-
children: /* @__PURE__ */ n(
|
|
4212
|
+
children: /* @__PURE__ */ n(El, {
|
|
4212
4213
|
fill: t.chart.textColor
|
|
4213
4214
|
})
|
|
4214
4215
|
})
|
|
4215
4216
|
});
|
|
4216
|
-
},
|
|
4217
|
+
}, Zl = ({
|
|
4217
4218
|
items: e
|
|
4218
4219
|
}) => {
|
|
4219
4220
|
const [t, r] = R(null), a = (s) => {
|
|
@@ -4228,10 +4229,10 @@ const St = (e) => nr(e.chart.backgroundColor), zl = ({
|
|
|
4228
4229
|
onClick: a,
|
|
4229
4230
|
$hoverColor: St(l),
|
|
4230
4231
|
"aria-label": "three dots button",
|
|
4231
|
-
children: /* @__PURE__ */ n(
|
|
4232
|
+
children: /* @__PURE__ */ n(Ka, {
|
|
4232
4233
|
fill: l.chart.textColor
|
|
4233
4234
|
})
|
|
4234
|
-
}), /* @__PURE__ */ n(
|
|
4235
|
+
}), /* @__PURE__ */ n(ti, {
|
|
4235
4236
|
anchorEl: t,
|
|
4236
4237
|
anchorOrigin: {
|
|
4237
4238
|
vertical: "bottom",
|
|
@@ -4243,14 +4244,14 @@ const St = (e) => nr(e.chart.backgroundColor), zl = ({
|
|
|
4243
4244
|
},
|
|
4244
4245
|
open: !!t,
|
|
4245
4246
|
onClose: i,
|
|
4246
|
-
children: e.map((s) => /* @__PURE__ */ v(
|
|
4247
|
+
children: e.map((s) => /* @__PURE__ */ v(ei, {
|
|
4247
4248
|
onClick: () => {
|
|
4248
4249
|
s.onClick(), i();
|
|
4249
4250
|
},
|
|
4250
4251
|
sx: {
|
|
4251
4252
|
fontSize: "13px",
|
|
4252
4253
|
fontFamily: l.typography.fontFamily,
|
|
4253
|
-
color:
|
|
4254
|
+
color: Qr.text.content
|
|
4254
4255
|
},
|
|
4255
4256
|
disableRipple: !0,
|
|
4256
4257
|
children: [s.icon, /* @__PURE__ */ n("div", {
|
|
@@ -4260,7 +4261,7 @@ const St = (e) => nr(e.chart.backgroundColor), zl = ({
|
|
|
4260
4261
|
}, s.title))
|
|
4261
4262
|
})]
|
|
4262
4263
|
});
|
|
4263
|
-
},
|
|
4264
|
+
}, Wl = ({
|
|
4264
4265
|
onClick: e
|
|
4265
4266
|
}) => {
|
|
4266
4267
|
const {
|
|
@@ -4273,16 +4274,16 @@ const St = (e) => nr(e.chart.backgroundColor), zl = ({
|
|
|
4273
4274
|
children: /* @__PURE__ */ n(je, {
|
|
4274
4275
|
onClick: e,
|
|
4275
4276
|
$hoverColor: St(t),
|
|
4276
|
-
children: /* @__PURE__ */ n(
|
|
4277
|
+
children: /* @__PURE__ */ n(Ol, {
|
|
4277
4278
|
fill: t.chart.textColor
|
|
4278
4279
|
})
|
|
4279
4280
|
})
|
|
4280
4281
|
});
|
|
4281
|
-
},
|
|
4282
|
+
}, ql = /* @__PURE__ */ C("div", {
|
|
4282
4283
|
target: "esuuigp0",
|
|
4283
4284
|
label: "ToolbarContainer"
|
|
4284
4285
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
4285
|
-
function
|
|
4286
|
+
function Pl({
|
|
4286
4287
|
infoTooltipText: e,
|
|
4287
4288
|
onRefresh: t,
|
|
4288
4289
|
onExpand: r
|
|
@@ -4290,20 +4291,20 @@ function ql({
|
|
|
4290
4291
|
const a = P(() => [{
|
|
4291
4292
|
title: "Refresh",
|
|
4292
4293
|
onClick: t,
|
|
4293
|
-
icon: /* @__PURE__ */ n(
|
|
4294
|
+
icon: /* @__PURE__ */ n(zl, {})
|
|
4294
4295
|
}], [t]);
|
|
4295
|
-
return /* @__PURE__ */ v(
|
|
4296
|
+
return /* @__PURE__ */ v(ql, {
|
|
4296
4297
|
"aria-label": "chatbot chart toolbar",
|
|
4297
|
-
children: [/* @__PURE__ */ n(
|
|
4298
|
+
children: [/* @__PURE__ */ n(Rl, {
|
|
4298
4299
|
title: e ?? ""
|
|
4299
|
-
}), /* @__PURE__ */ n(Rl, {
|
|
4300
|
-
items: a
|
|
4301
4300
|
}), /* @__PURE__ */ n(Zl, {
|
|
4301
|
+
items: a
|
|
4302
|
+
}), /* @__PURE__ */ n(Wl, {
|
|
4302
4303
|
onClick: r
|
|
4303
4304
|
})]
|
|
4304
4305
|
});
|
|
4305
4306
|
}
|
|
4306
|
-
function
|
|
4307
|
+
function Gl({
|
|
4307
4308
|
content: e
|
|
4308
4309
|
}) {
|
|
4309
4310
|
const [t, r] = R(!1), {
|
|
@@ -4324,16 +4325,16 @@ function Pl({
|
|
|
4324
4325
|
} = s, g = {
|
|
4325
4326
|
cornerRadius: "Small",
|
|
4326
4327
|
header: {
|
|
4327
|
-
renderToolbar: (o) => /* @__PURE__ */ n(
|
|
4328
|
+
renderToolbar: (o) => /* @__PURE__ */ n(Pl, {
|
|
4328
4329
|
infoTooltipText: u,
|
|
4329
4330
|
onRefresh: o,
|
|
4330
4331
|
onExpand: () => r(!0)
|
|
4331
4332
|
})
|
|
4332
4333
|
}
|
|
4333
4334
|
};
|
|
4334
|
-
let
|
|
4335
|
-
if (
|
|
4336
|
-
|
|
4335
|
+
let f, x;
|
|
4336
|
+
if (Xa(s.chartType))
|
|
4337
|
+
f = /* @__PURE__ */ n("div", {
|
|
4337
4338
|
className: "csdk-h-[245px]",
|
|
4338
4339
|
children: /* @__PURE__ */ n(Me, T(M({}, s), {
|
|
4339
4340
|
styleOptions: g
|
|
@@ -4355,7 +4356,7 @@ function Pl({
|
|
|
4355
4356
|
xAxis: void 0,
|
|
4356
4357
|
yAxis: void 0
|
|
4357
4358
|
}), g);
|
|
4358
|
-
delete p.legend, delete p.xAxis, delete p.yAxis,
|
|
4359
|
+
delete p.legend, delete p.xAxis, delete p.yAxis, f = /* @__PURE__ */ n("div", {
|
|
4359
4360
|
children: /* @__PURE__ */ n(Me, T(M({}, s), {
|
|
4360
4361
|
styleOptions: p
|
|
4361
4362
|
}))
|
|
@@ -4366,12 +4367,12 @@ function Pl({
|
|
|
4366
4367
|
}));
|
|
4367
4368
|
}
|
|
4368
4369
|
return {
|
|
4369
|
-
inlineElement:
|
|
4370
|
+
inlineElement: f,
|
|
4370
4371
|
expandedElement: x
|
|
4371
4372
|
};
|
|
4372
4373
|
}, [e]);
|
|
4373
4374
|
return /* @__PURE__ */ v(Y, {
|
|
4374
|
-
children: [i, /* @__PURE__ */ v(
|
|
4375
|
+
children: [i, /* @__PURE__ */ v(Ur, {
|
|
4375
4376
|
open: t,
|
|
4376
4377
|
onClose: () => r(!1),
|
|
4377
4378
|
maxWidth: "xl",
|
|
@@ -4390,7 +4391,7 @@ function Pl({
|
|
|
4390
4391
|
}), /* @__PURE__ */ n(lr, {
|
|
4391
4392
|
onClick: () => r(!1),
|
|
4392
4393
|
"aria-label": "close expanded chart",
|
|
4393
|
-
children: /* @__PURE__ */ n(
|
|
4394
|
+
children: /* @__PURE__ */ n(Nl, {
|
|
4394
4395
|
fillColor: a.aiChat.primaryTextColor
|
|
4395
4396
|
})
|
|
4396
4397
|
})]
|
|
@@ -4401,7 +4402,7 @@ function Pl({
|
|
|
4401
4402
|
})]
|
|
4402
4403
|
});
|
|
4403
4404
|
}
|
|
4404
|
-
function
|
|
4405
|
+
function Bl({
|
|
4405
4406
|
theme: e
|
|
4406
4407
|
}) {
|
|
4407
4408
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4418,7 +4419,7 @@ function Gl({
|
|
|
4418
4419
|
})
|
|
4419
4420
|
});
|
|
4420
4421
|
}
|
|
4421
|
-
function
|
|
4422
|
+
function Hl({
|
|
4422
4423
|
onClick: e,
|
|
4423
4424
|
disabled: t
|
|
4424
4425
|
}) {
|
|
@@ -4434,13 +4435,13 @@ function Bl({
|
|
|
4434
4435
|
onClick: e,
|
|
4435
4436
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
4436
4437
|
disabled: t,
|
|
4437
|
-
children: /* @__PURE__ */ n(
|
|
4438
|
+
children: /* @__PURE__ */ n(Bl, {
|
|
4438
4439
|
theme: r
|
|
4439
4440
|
})
|
|
4440
4441
|
})
|
|
4441
4442
|
});
|
|
4442
4443
|
}
|
|
4443
|
-
function
|
|
4444
|
+
function Yl({
|
|
4444
4445
|
theme: e
|
|
4445
4446
|
}) {
|
|
4446
4447
|
return /* @__PURE__ */ n("svg", {
|
|
@@ -4457,7 +4458,7 @@ function Hl({
|
|
|
4457
4458
|
})
|
|
4458
4459
|
});
|
|
4459
4460
|
}
|
|
4460
|
-
function
|
|
4461
|
+
function $l({
|
|
4461
4462
|
onClick: e,
|
|
4462
4463
|
disabled: t
|
|
4463
4464
|
}) {
|
|
@@ -4473,13 +4474,13 @@ function Yl({
|
|
|
4473
4474
|
onClick: e,
|
|
4474
4475
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
4475
4476
|
disabled: t,
|
|
4476
|
-
children: /* @__PURE__ */ n(
|
|
4477
|
+
children: /* @__PURE__ */ n(Yl, {
|
|
4477
4478
|
theme: r
|
|
4478
4479
|
})
|
|
4479
4480
|
})
|
|
4480
4481
|
});
|
|
4481
4482
|
}
|
|
4482
|
-
const
|
|
4483
|
+
const Ul = () => {
|
|
4483
4484
|
const [e, t] = R(!1), r = pe(null), a = j(() => {
|
|
4484
4485
|
t(!0);
|
|
4485
4486
|
}, []), i = j(() => {
|
|
@@ -4495,7 +4496,7 @@ const $l = () => {
|
|
|
4495
4496
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
4496
4497
|
theme: e
|
|
4497
4498
|
}) => e.aiChat.body.gapBetweenMessages, ";");
|
|
4498
|
-
function
|
|
4499
|
+
function Fl({
|
|
4499
4500
|
visible: e,
|
|
4500
4501
|
onSend: t
|
|
4501
4502
|
}) {
|
|
@@ -4504,10 +4505,10 @@ function Ul({
|
|
|
4504
4505
|
}, [t]);
|
|
4505
4506
|
return e ? /* @__PURE__ */ v("div", {
|
|
4506
4507
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
|
4507
|
-
children: [/* @__PURE__ */ n(
|
|
4508
|
+
children: [/* @__PURE__ */ n($l, {
|
|
4508
4509
|
onClick: () => i("up"),
|
|
4509
4510
|
disabled: r
|
|
4510
|
-
}), /* @__PURE__ */ n(
|
|
4511
|
+
}), /* @__PURE__ */ n(Hl, {
|
|
4511
4512
|
onClick: () => i("down"),
|
|
4512
4513
|
disabled: r
|
|
4513
4514
|
})]
|
|
@@ -4520,26 +4521,26 @@ function pt({
|
|
|
4520
4521
|
buttonVisibility: a = "onHover",
|
|
4521
4522
|
renderContent: i
|
|
4522
4523
|
}) {
|
|
4523
|
-
const l = te(), s =
|
|
4524
|
+
const l = te(), s = Ba(j((x) => {
|
|
4524
4525
|
l && l.ai.sendFeedback({
|
|
4525
4526
|
sourceId: e,
|
|
4526
4527
|
type: r,
|
|
4527
4528
|
data: t,
|
|
4528
4529
|
rating: x
|
|
4529
4530
|
});
|
|
4530
|
-
}, [l, e, t, r]), 200), [u, c] =
|
|
4531
|
-
themeSettings:
|
|
4531
|
+
}, [l, e, t, r]), 200), [u, c] = Ul(), g = P(() => a === "onHover" ? c : a !== "never", [c, a]), {
|
|
4532
|
+
themeSettings: f
|
|
4532
4533
|
} = D();
|
|
4533
4534
|
return /* @__PURE__ */ n(Ql, {
|
|
4534
4535
|
ref: u,
|
|
4535
|
-
theme:
|
|
4536
|
-
children: i(/* @__PURE__ */ n(
|
|
4536
|
+
theme: f,
|
|
4537
|
+
children: i(/* @__PURE__ */ n(Fl, {
|
|
4537
4538
|
onSend: s,
|
|
4538
4539
|
visible: g
|
|
4539
4540
|
}))
|
|
4540
4541
|
});
|
|
4541
4542
|
}
|
|
4542
|
-
const
|
|
4543
|
+
const Vl = 18 * 5;
|
|
4543
4544
|
function Mt({
|
|
4544
4545
|
text: e
|
|
4545
4546
|
}) {
|
|
@@ -4547,7 +4548,7 @@ function Mt({
|
|
|
4547
4548
|
t: l
|
|
4548
4549
|
} = E(), s = pe(null);
|
|
4549
4550
|
return Be(() => {
|
|
4550
|
-
s.current && s.current.scrollHeight >
|
|
4551
|
+
s.current && s.current.scrollHeight > Vl && i(!0);
|
|
4551
4552
|
}, [e]), /* @__PURE__ */ v("div", {
|
|
4552
4553
|
children: [/* @__PURE__ */ n("div", {
|
|
4553
4554
|
ref: s,
|
|
@@ -4563,7 +4564,7 @@ function Mt({
|
|
|
4563
4564
|
})]
|
|
4564
4565
|
});
|
|
4565
4566
|
}
|
|
4566
|
-
function
|
|
4567
|
+
function Jl({
|
|
4567
4568
|
nlgRequest: e
|
|
4568
4569
|
}) {
|
|
4569
4570
|
const {
|
|
@@ -4583,11 +4584,11 @@ function Vl({
|
|
|
4583
4584
|
})
|
|
4584
4585
|
});
|
|
4585
4586
|
}
|
|
4586
|
-
const
|
|
4587
|
+
const Qt = /* @__PURE__ */ C("div", {
|
|
4587
4588
|
target: "e1kvvygt0",
|
|
4588
4589
|
label: "FlexRow"
|
|
4589
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
4590
|
-
function
|
|
4590
|
+
})("display:flex;align-items:center;column-gap:10px;"), Xl = (e) => !!e && "aeiou".includes(e[0]);
|
|
4591
|
+
function Kl({
|
|
4591
4592
|
data: e,
|
|
4592
4593
|
alwaysShowFeedback: t
|
|
4593
4594
|
}) {
|
|
@@ -4604,9 +4605,9 @@ function Xl({
|
|
|
4604
4605
|
clarification: g = ""
|
|
4605
4606
|
} = e;
|
|
4606
4607
|
console.debug(`JAQL for ${l}`, u), console.debug(`chart recommendations for ${l}`, s);
|
|
4607
|
-
const
|
|
4608
|
+
const f = "chartType" in s ? s.chartType : "table";
|
|
4608
4609
|
let x;
|
|
4609
|
-
|
|
4610
|
+
Xl(f) ? x = `an ${f}` : x = `a ${f}`, f !== "table" && (x += " chart");
|
|
4610
4611
|
const o = u.datasource.title, [p, d] = R(!1), m = j(() => {
|
|
4611
4612
|
d((y) => !y);
|
|
4612
4613
|
}, []), h = {
|
|
@@ -4623,13 +4624,13 @@ function Xl({
|
|
|
4623
4624
|
type: "chats/nlq",
|
|
4624
4625
|
buttonVisibility: t ? "always" : "onHover",
|
|
4625
4626
|
renderContent: (y) => /* @__PURE__ */ v(Y, {
|
|
4626
|
-
children: [/* @__PURE__ */ v(
|
|
4627
|
+
children: [/* @__PURE__ */ v(Qt, {
|
|
4627
4628
|
children: [/* @__PURE__ */ n(Yr, {
|
|
4628
4629
|
align: "left",
|
|
4629
4630
|
theme: i,
|
|
4630
|
-
children: _ || `Here's ${x} showing ${
|
|
4631
|
+
children: _ || `Here's ${x} showing ${_l(l)}.`
|
|
4631
4632
|
}), y]
|
|
4632
|
-
}), w && /* @__PURE__ */ n(
|
|
4633
|
+
}), w && /* @__PURE__ */ n(Gl, {
|
|
4633
4634
|
content: e
|
|
4634
4635
|
})]
|
|
4635
4636
|
})
|
|
@@ -4639,53 +4640,53 @@ function Xl({
|
|
|
4639
4640
|
type: "nlg/queryResult",
|
|
4640
4641
|
buttonVisibility: p ? "onHover" : "never",
|
|
4641
4642
|
renderContent: (y) => /* @__PURE__ */ v(Y, {
|
|
4642
|
-
children: [/* @__PURE__ */ v(
|
|
4643
|
-
children: [/* @__PURE__ */ n(
|
|
4643
|
+
children: [/* @__PURE__ */ v(Qt, {
|
|
4644
|
+
children: [/* @__PURE__ */ n(Sl, {
|
|
4644
4645
|
onClick: m
|
|
4645
4646
|
}), y]
|
|
4646
|
-
}), p && /* @__PURE__ */ n(
|
|
4647
|
+
}), p && /* @__PURE__ */ n(Jl, {
|
|
4647
4648
|
nlgRequest: h
|
|
4648
4649
|
})]
|
|
4649
4650
|
})
|
|
4650
4651
|
})]
|
|
4651
4652
|
});
|
|
4652
4653
|
}
|
|
4653
|
-
function
|
|
4654
|
+
function es({
|
|
4654
4655
|
message: e,
|
|
4655
4656
|
isLastMessage: t
|
|
4656
4657
|
}) {
|
|
4657
4658
|
if (wt(e)) {
|
|
4658
4659
|
const a = JSON.parse(e.content);
|
|
4659
|
-
return /* @__PURE__ */ n(
|
|
4660
|
+
return /* @__PURE__ */ n(Kl, {
|
|
4660
4661
|
data: a,
|
|
4661
4662
|
alwaysShowFeedback: t
|
|
4662
4663
|
});
|
|
4663
4664
|
}
|
|
4664
|
-
const r =
|
|
4665
|
+
const r = jo(e) ? JSON.parse(e.content).answer : e.content;
|
|
4665
4666
|
return /* @__PURE__ */ n(se, {
|
|
4666
4667
|
align: e.role === "user" ? "right" : "left",
|
|
4667
4668
|
children: r
|
|
4668
4669
|
});
|
|
4669
4670
|
}
|
|
4670
|
-
const
|
|
4671
|
+
const ts = /* @__PURE__ */ Qa(es), rs = ({
|
|
4671
4672
|
error: e,
|
|
4672
4673
|
displayMessage: t
|
|
4673
4674
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(se, {
|
|
4674
4675
|
align: "left",
|
|
4675
4676
|
children: t
|
|
4676
4677
|
}));
|
|
4677
|
-
function
|
|
4678
|
+
function as({
|
|
4678
4679
|
messages: e
|
|
4679
4680
|
}) {
|
|
4680
4681
|
const {
|
|
4681
4682
|
t
|
|
4682
4683
|
} = E();
|
|
4683
4684
|
return /* @__PURE__ */ n(Y, {
|
|
4684
|
-
children: e.map((r, a) => /* @__PURE__ */ n(
|
|
4685
|
-
fallbackRender: (i) =>
|
|
4685
|
+
children: e.map((r, a) => /* @__PURE__ */ n(Ha, {
|
|
4686
|
+
fallbackRender: (i) => rs(T(M({}, i), {
|
|
4686
4687
|
displayMessage: t("ai.errors.unexpected")
|
|
4687
4688
|
})),
|
|
4688
|
-
children: /* @__PURE__ */ n(
|
|
4689
|
+
children: /* @__PURE__ */ n(ts, {
|
|
4689
4690
|
message: r,
|
|
4690
4691
|
isLastMessage: a === e.length - 1
|
|
4691
4692
|
}, a)
|
|
@@ -4707,7 +4708,7 @@ function Fr({
|
|
|
4707
4708
|
})
|
|
4708
4709
|
});
|
|
4709
4710
|
}
|
|
4710
|
-
function
|
|
4711
|
+
function is({
|
|
4711
4712
|
onClick: e,
|
|
4712
4713
|
color: t
|
|
4713
4714
|
}) {
|
|
@@ -4720,7 +4721,7 @@ function as({
|
|
|
4720
4721
|
})
|
|
4721
4722
|
});
|
|
4722
4723
|
}
|
|
4723
|
-
function
|
|
4724
|
+
function os() {
|
|
4724
4725
|
const {
|
|
4725
4726
|
themeSettings: e
|
|
4726
4727
|
} = D();
|
|
@@ -4738,15 +4739,15 @@ function is() {
|
|
|
4738
4739
|
})
|
|
4739
4740
|
});
|
|
4740
4741
|
}
|
|
4741
|
-
const
|
|
4742
|
-
const r = new
|
|
4742
|
+
const ns = (e, t) => {
|
|
4743
|
+
const r = new Va(e);
|
|
4743
4744
|
return r.alpha = t, r;
|
|
4744
|
-
},
|
|
4745
|
+
}, ls = /* @__PURE__ */ C("div", {
|
|
4745
4746
|
target: "ehfkql80",
|
|
4746
4747
|
label: "Container"
|
|
4747
4748
|
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({
|
|
4748
4749
|
theme: e
|
|
4749
|
-
}) => `0 4px 8px 0 ${
|
|
4750
|
+
}) => `0 4px 8px 0 ${ns(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({
|
|
4750
4751
|
theme: e
|
|
4751
4752
|
}) => e.aiChat.clickableMessages.textColor, ";background-color:", ({
|
|
4752
4753
|
theme: e
|
|
@@ -4754,18 +4755,18 @@ const os = (e, t) => {
|
|
|
4754
4755
|
theme: e
|
|
4755
4756
|
}) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({
|
|
4756
4757
|
theme: e
|
|
4757
|
-
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"),
|
|
4758
|
+
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), ss = ({
|
|
4758
4759
|
onClick: e
|
|
4759
4760
|
}) => {
|
|
4760
4761
|
const {
|
|
4761
4762
|
themeSettings: t
|
|
4762
4763
|
} = D();
|
|
4763
|
-
return /* @__PURE__ */ n(
|
|
4764
|
+
return /* @__PURE__ */ n(ls, {
|
|
4764
4765
|
theme: t,
|
|
4765
4766
|
onClick: e,
|
|
4766
|
-
children: /* @__PURE__ */ n(
|
|
4767
|
+
children: /* @__PURE__ */ n(os, {})
|
|
4767
4768
|
});
|
|
4768
|
-
},
|
|
4769
|
+
}, ds = ({
|
|
4769
4770
|
isVisible: e,
|
|
4770
4771
|
onClick: t,
|
|
4771
4772
|
anchorElement: r
|
|
@@ -4776,10 +4777,10 @@ const os = (e, t) => {
|
|
|
4776
4777
|
sx: {
|
|
4777
4778
|
zIndex: 2
|
|
4778
4779
|
},
|
|
4779
|
-
children: /* @__PURE__ */ n(
|
|
4780
|
+
children: /* @__PURE__ */ n(ss, {
|
|
4780
4781
|
onClick: t
|
|
4781
4782
|
})
|
|
4782
|
-
}),
|
|
4783
|
+
}), cs = /* @__PURE__ */ C("button", {
|
|
4783
4784
|
target: "e9ck5hw0",
|
|
4784
4785
|
label: "Button"
|
|
4785
4786
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({
|
|
@@ -4834,19 +4835,19 @@ function Ft({
|
|
|
4834
4835
|
const {
|
|
4835
4836
|
themeSettings: r
|
|
4836
4837
|
} = D();
|
|
4837
|
-
return /* @__PURE__ */ n(
|
|
4838
|
+
return /* @__PURE__ */ n(cs, {
|
|
4838
4839
|
onClick: t,
|
|
4839
4840
|
theme: r,
|
|
4840
4841
|
children: e
|
|
4841
4842
|
});
|
|
4842
4843
|
}
|
|
4843
|
-
const
|
|
4844
|
+
const ps = /* @__PURE__ */ C("div", {
|
|
4844
4845
|
target: "e1wvyac80",
|
|
4845
4846
|
label: "ListContainer"
|
|
4846
4847
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({
|
|
4847
4848
|
theme: e
|
|
4848
4849
|
}) => e.aiChat.suggestions.gap, ";");
|
|
4849
|
-
function
|
|
4850
|
+
function us({
|
|
4850
4851
|
questions: e,
|
|
4851
4852
|
onSelection: t
|
|
4852
4853
|
}) {
|
|
@@ -4855,7 +4856,7 @@ function ps({
|
|
|
4855
4856
|
} = E(), [a, i] = R(!0), l = P(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
|
4856
4857
|
themeSettings: s
|
|
4857
4858
|
} = D();
|
|
4858
|
-
return /* @__PURE__ */ v(
|
|
4859
|
+
return /* @__PURE__ */ v(ps, {
|
|
4859
4860
|
"aria-label": "list of suggested questions",
|
|
4860
4861
|
theme: s,
|
|
4861
4862
|
children: [l.map((u) => /* @__PURE__ */ n(Ft, {
|
|
@@ -4867,7 +4868,7 @@ function ps({
|
|
|
4867
4868
|
})]
|
|
4868
4869
|
});
|
|
4869
4870
|
}
|
|
4870
|
-
const
|
|
4871
|
+
const gs = /* @__PURE__ */ C("div", {
|
|
4871
4872
|
target: "e1v0x5940",
|
|
4872
4873
|
label: "Row"
|
|
4873
4874
|
})("width:283px;height:32px;border-radius:10px;background:", ({
|
|
@@ -4880,23 +4881,23 @@ const us = /* @__PURE__ */ C("div", {
|
|
|
4880
4881
|
${r} 50%,
|
|
4881
4882
|
${t} 100%
|
|
4882
4883
|
)`;
|
|
4883
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
4884
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), hs = /* @__PURE__ */ C("div", {
|
|
4884
4885
|
target: "e1v0x5941",
|
|
4885
4886
|
label: "SkeletonContainer"
|
|
4886
4887
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
4887
|
-
function
|
|
4888
|
+
function ms() {
|
|
4888
4889
|
const {
|
|
4889
4890
|
themeSettings: e
|
|
4890
4891
|
} = D();
|
|
4891
|
-
return /* @__PURE__ */ n(
|
|
4892
|
+
return /* @__PURE__ */ n(hs, {
|
|
4892
4893
|
children: Array.from({
|
|
4893
4894
|
length: 3
|
|
4894
|
-
}, (t, r) => /* @__PURE__ */ n(
|
|
4895
|
+
}, (t, r) => /* @__PURE__ */ n(gs, {
|
|
4895
4896
|
theme: e
|
|
4896
4897
|
}, r))
|
|
4897
4898
|
});
|
|
4898
4899
|
}
|
|
4899
|
-
function
|
|
4900
|
+
function bs({
|
|
4900
4901
|
questions: e,
|
|
4901
4902
|
isLoading: t,
|
|
4902
4903
|
onSelection: r
|
|
@@ -4904,11 +4905,11 @@ function ms({
|
|
|
4904
4905
|
const a = e.length > 0, {
|
|
4905
4906
|
suggestionsWelcomeText: i
|
|
4906
4907
|
} = ie();
|
|
4907
|
-
return t ? /* @__PURE__ */ n(
|
|
4908
|
+
return t ? /* @__PURE__ */ n(ms, {}) : a ? /* @__PURE__ */ v(Y, {
|
|
4908
4909
|
children: [i && /* @__PURE__ */ n(se, {
|
|
4909
4910
|
align: "left",
|
|
4910
4911
|
children: i
|
|
4911
|
-
}), /* @__PURE__ */ n(
|
|
4912
|
+
}), /* @__PURE__ */ n(us, {
|
|
4912
4913
|
onSelection: r,
|
|
4913
4914
|
questions: e
|
|
4914
4915
|
})]
|
|
@@ -4927,7 +4928,7 @@ const fs = /* @__PURE__ */ C("div", {
|
|
|
4927
4928
|
theme: e
|
|
4928
4929
|
}) => e.aiChat.body.paddingTop, ";padding-bottom:", ({
|
|
4929
4930
|
theme: e
|
|
4930
|
-
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
4931
|
+
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), xs = /* @__PURE__ */ C("div", {
|
|
4931
4932
|
target: "eqnclj51",
|
|
4932
4933
|
label: "ChatFooter"
|
|
4933
4934
|
})("padding-left:", ({
|
|
@@ -4938,13 +4939,13 @@ const fs = /* @__PURE__ */ C("div", {
|
|
|
4938
4939
|
theme: e
|
|
4939
4940
|
}) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({
|
|
4940
4941
|
theme: e
|
|
4941
|
-
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
4942
|
+
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), ks = /* @__PURE__ */ C("div", {
|
|
4942
4943
|
target: "eqnclj52",
|
|
4943
4944
|
label: "FollowupQuestionsContainer"
|
|
4944
4945
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
4945
4946
|
theme: e
|
|
4946
4947
|
}) => e.aiChat.suggestions.gap, ";");
|
|
4947
|
-
function
|
|
4948
|
+
function ys({
|
|
4948
4949
|
contextTitle: e,
|
|
4949
4950
|
onGoBack: t,
|
|
4950
4951
|
contextDetails: r
|
|
@@ -4956,7 +4957,7 @@ function ks({
|
|
|
4956
4957
|
enableFollowupQuestions: u,
|
|
4957
4958
|
enableHeader: c,
|
|
4958
4959
|
numOfRecentPrompts: g,
|
|
4959
|
-
numOfRecommendations:
|
|
4960
|
+
numOfRecommendations: f,
|
|
4960
4961
|
customPrompt: x
|
|
4961
4962
|
} = ie(), {
|
|
4962
4963
|
themeSettings: o
|
|
@@ -4966,7 +4967,7 @@ function ks({
|
|
|
4966
4967
|
isError: m
|
|
4967
4968
|
} = wr({
|
|
4968
4969
|
contextTitle: e,
|
|
4969
|
-
count:
|
|
4970
|
+
count: f,
|
|
4970
4971
|
customPrompt: x
|
|
4971
4972
|
}), h = P(() => p == null ? void 0 : p.map((N) => N.nlqPrompt), [p]), {
|
|
4972
4973
|
history: w,
|
|
@@ -4976,12 +4977,12 @@ function ks({
|
|
|
4976
4977
|
isLoading: A,
|
|
4977
4978
|
chatId: S,
|
|
4978
4979
|
lastError: L
|
|
4979
|
-
} =
|
|
4980
|
+
} = Oo(e, r), {
|
|
4980
4981
|
mutate: Z,
|
|
4981
4982
|
isLoading: ue
|
|
4982
|
-
} = vr(S), [
|
|
4983
|
+
} = vr(S), [Q, B] = R(!1), [$, F] = R(!1), H = () => B(!0), V = () => B(!1), J = () => {
|
|
4983
4984
|
Z(), V();
|
|
4984
|
-
}, z = pe(null), W = pe(null),
|
|
4985
|
+
}, z = pe(null), W = pe(null), U = () => {
|
|
4985
4986
|
if (!(z != null && z.current))
|
|
4986
4987
|
return;
|
|
4987
4988
|
const {
|
|
@@ -4996,11 +4997,11 @@ function ks({
|
|
|
4996
4997
|
};
|
|
4997
4998
|
Be(() => {
|
|
4998
4999
|
z.current && (z.current.scrollTop = z.current.scrollHeight);
|
|
4999
|
-
}, [w,
|
|
5000
|
+
}, [w, Q, y]);
|
|
5000
5001
|
const de = pe(null), ge = c ? /* @__PURE__ */ n(Ir, {
|
|
5001
5002
|
ref: de,
|
|
5002
5003
|
title: e,
|
|
5003
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
5004
|
+
leftNav: t && /* @__PURE__ */ n(is, {
|
|
5004
5005
|
onClick: t,
|
|
5005
5006
|
color: o.aiChat.header.textColor
|
|
5006
5007
|
}),
|
|
@@ -5014,8 +5015,8 @@ function ks({
|
|
|
5014
5015
|
children: [ge, /* @__PURE__ */ v(fs, {
|
|
5015
5016
|
ref: z,
|
|
5016
5017
|
theme: o,
|
|
5017
|
-
onScroll:
|
|
5018
|
-
children: [/* @__PURE__ */ n(
|
|
5018
|
+
onScroll: U,
|
|
5019
|
+
children: [/* @__PURE__ */ n(ds, {
|
|
5019
5020
|
isVisible: $,
|
|
5020
5021
|
anchorElement: W.current,
|
|
5021
5022
|
onClick: () => {
|
|
@@ -5025,16 +5026,16 @@ function ks({
|
|
|
5025
5026
|
behavior: "smooth"
|
|
5026
5027
|
});
|
|
5027
5028
|
}
|
|
5028
|
-
}), /* @__PURE__ */ n(
|
|
5029
|
+
}), /* @__PURE__ */ n(kl, {}), /* @__PURE__ */ n(bs, {
|
|
5029
5030
|
questions: h || [],
|
|
5030
5031
|
isLoading: d,
|
|
5031
5032
|
onSelection: I
|
|
5032
5033
|
}), L && /* @__PURE__ */ n(se, {
|
|
5033
5034
|
align: "left",
|
|
5034
5035
|
children: L.message
|
|
5035
|
-
}), A ? /* @__PURE__ */ n(Ve, {}) : /* @__PURE__ */ n(
|
|
5036
|
+
}), A ? /* @__PURE__ */ n(Ve, {}) : /* @__PURE__ */ n(as, {
|
|
5036
5037
|
messages: w
|
|
5037
|
-
}), u && _ && ((i = (a = _.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(
|
|
5038
|
+
}), u && _ && ((i = (a = _.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(ks, {
|
|
5038
5039
|
theme: o,
|
|
5039
5040
|
children: (l = _.followupQuestions) == null ? void 0 : l.slice(0, 2).map((N, X) => /* @__PURE__ */ n($e, {
|
|
5040
5041
|
align: "left",
|
|
@@ -5046,14 +5047,14 @@ function ks({
|
|
|
5046
5047
|
children: N
|
|
5047
5048
|
})
|
|
5048
5049
|
}, X))
|
|
5049
|
-
}), (y || ue) && /* @__PURE__ */ n(Ct, {}),
|
|
5050
|
+
}), (y || ue) && /* @__PURE__ */ n(Ct, {}), Q && /* @__PURE__ */ n(Cl, {
|
|
5050
5051
|
onCancel: V,
|
|
5051
5052
|
onConfirm: J
|
|
5052
5053
|
})]
|
|
5053
|
-
}), /* @__PURE__ */ v(
|
|
5054
|
+
}), /* @__PURE__ */ v(xs, {
|
|
5054
5055
|
ref: W,
|
|
5055
5056
|
theme: o,
|
|
5056
|
-
children: [/* @__PURE__ */ n(
|
|
5057
|
+
children: [/* @__PURE__ */ n(on, {
|
|
5057
5058
|
onSendMessage: I,
|
|
5058
5059
|
disabled: y || A,
|
|
5059
5060
|
onClearHistoryClick: H,
|
|
@@ -5062,25 +5063,25 @@ function ks({
|
|
|
5062
5063
|
isLoading: d || A,
|
|
5063
5064
|
recommendationsError: m,
|
|
5064
5065
|
onChange: V
|
|
5065
|
-
}), /* @__PURE__ */ n(
|
|
5066
|
+
}), /* @__PURE__ */ n(Go, {
|
|
5066
5067
|
theme: o
|
|
5067
5068
|
})]
|
|
5068
5069
|
})]
|
|
5069
5070
|
});
|
|
5070
5071
|
}
|
|
5071
|
-
const
|
|
5072
|
+
const ws = /* @__PURE__ */ C("button", {
|
|
5072
5073
|
target: "eaokl8t0",
|
|
5073
5074
|
label: "Container"
|
|
5074
5075
|
})("font-family:", ({
|
|
5075
5076
|
theme: e
|
|
5076
5077
|
}) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({
|
|
5077
5078
|
theme: e
|
|
5078
|
-
}) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
5079
|
+
}) => e.aiChat.dataTopics.items.backgroundColor, ";"), Cs = /* @__PURE__ */ C("div", {
|
|
5079
5080
|
target: "eaokl8t1",
|
|
5080
5081
|
label: "Title"
|
|
5081
5082
|
})("font-size:1.05rem;line-height:28px;color:", ({
|
|
5082
5083
|
theme: e
|
|
5083
|
-
}) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
5084
|
+
}) => e.aiChat.dataTopics.items.textColor, ";"), _s = /* @__PURE__ */ C("div", {
|
|
5084
5085
|
target: "eaokl8t2",
|
|
5085
5086
|
label: "Description"
|
|
5086
5087
|
})("font-size:", ({
|
|
@@ -5089,11 +5090,11 @@ const ys = /* @__PURE__ */ C("button", {
|
|
|
5089
5090
|
theme: e
|
|
5090
5091
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
5091
5092
|
theme: e
|
|
5092
|
-
}) => nr(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"),
|
|
5093
|
+
}) => nr(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), vs = /* @__PURE__ */ C("div", {
|
|
5093
5094
|
target: "eaokl8t3",
|
|
5094
5095
|
label: "IconContainer"
|
|
5095
5096
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
5096
|
-
function
|
|
5097
|
+
function Ss(e) {
|
|
5097
5098
|
const {
|
|
5098
5099
|
title: t,
|
|
5099
5100
|
description: r,
|
|
@@ -5101,39 +5102,39 @@ function vs(e) {
|
|
|
5101
5102
|
} = e, {
|
|
5102
5103
|
themeSettings: i
|
|
5103
5104
|
} = D();
|
|
5104
|
-
return /* @__PURE__ */ v(
|
|
5105
|
+
return /* @__PURE__ */ v(ws, {
|
|
5105
5106
|
onClick: a,
|
|
5106
5107
|
theme: i,
|
|
5107
5108
|
children: [/* @__PURE__ */ v("div", {
|
|
5108
|
-
children: [/* @__PURE__ */ n(
|
|
5109
|
+
children: [/* @__PURE__ */ n(Cs, {
|
|
5109
5110
|
theme: i,
|
|
5110
5111
|
children: t
|
|
5111
|
-
}), /* @__PURE__ */ n(
|
|
5112
|
+
}), /* @__PURE__ */ n(_s, {
|
|
5112
5113
|
theme: i,
|
|
5113
5114
|
children: r
|
|
5114
5115
|
})]
|
|
5115
|
-
}), /* @__PURE__ */ n(
|
|
5116
|
+
}), /* @__PURE__ */ n(vs, {
|
|
5116
5117
|
children: /* @__PURE__ */ n(Fr, {
|
|
5117
5118
|
color: i.aiChat.icons.color
|
|
5118
5119
|
})
|
|
5119
5120
|
})]
|
|
5120
5121
|
});
|
|
5121
5122
|
}
|
|
5122
|
-
const
|
|
5123
|
+
const Ms = /* @__PURE__ */ C("div", {
|
|
5123
5124
|
target: "evdxtuj0",
|
|
5124
5125
|
label: "FlexContainer"
|
|
5125
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
5126
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), Is = /* @__PURE__ */ C("div", {
|
|
5126
5127
|
target: "evdxtuj1",
|
|
5127
5128
|
label: "Title"
|
|
5128
5129
|
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({
|
|
5129
5130
|
theme: e
|
|
5130
|
-
}) => e.aiChat.primaryTextColor, ";"),
|
|
5131
|
+
}) => e.aiChat.primaryTextColor, ";"), Ds = /* @__PURE__ */ C("div", {
|
|
5131
5132
|
target: "evdxtuj2",
|
|
5132
5133
|
label: "Subtitle"
|
|
5133
5134
|
})("font-size:15px;line-height:22px;color:", ({
|
|
5134
5135
|
theme: e
|
|
5135
5136
|
}) => e.aiChat.primaryTextColor, ";");
|
|
5136
|
-
function
|
|
5137
|
+
function As(e) {
|
|
5137
5138
|
const {
|
|
5138
5139
|
dataTopics: t
|
|
5139
5140
|
} = e, {
|
|
@@ -5141,23 +5142,23 @@ function Ds(e) {
|
|
|
5141
5142
|
} = D(), {
|
|
5142
5143
|
t: a
|
|
5143
5144
|
} = E();
|
|
5144
|
-
return /* @__PURE__ */ v(
|
|
5145
|
-
children: [/* @__PURE__ */ n(
|
|
5145
|
+
return /* @__PURE__ */ v(Ms, {
|
|
5146
|
+
children: [/* @__PURE__ */ n(Is, {
|
|
5146
5147
|
theme: r,
|
|
5147
5148
|
children: a("ai.dataTopics")
|
|
5148
|
-
}), /* @__PURE__ */ v(
|
|
5149
|
+
}), /* @__PURE__ */ v(Ds, {
|
|
5149
5150
|
theme: r,
|
|
5150
5151
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ n("br", {}), /* @__PURE__ */ n("br", {}), a("ai.topicSelectPrompt")]
|
|
5151
|
-
}), t.map((i) => /* @__PURE__ */
|
|
5152
|
+
}), t.map((i) => /* @__PURE__ */ Ya(Ss, T(M({}, i), {
|
|
5152
5153
|
key: i.title
|
|
5153
5154
|
})))]
|
|
5154
5155
|
});
|
|
5155
5156
|
}
|
|
5156
|
-
const
|
|
5157
|
-
function
|
|
5157
|
+
const Ls = "#000000", Ts = "#FFFFFF";
|
|
5158
|
+
function Ns({
|
|
5158
5159
|
isDarkBackground: e = !1
|
|
5159
5160
|
}) {
|
|
5160
|
-
const t = e ?
|
|
5161
|
+
const t = e ? Ts : Ls;
|
|
5161
5162
|
return /* @__PURE__ */ v("svg", {
|
|
5162
5163
|
width: "32",
|
|
5163
5164
|
height: "32",
|
|
@@ -5215,16 +5216,16 @@ function Ts({
|
|
|
5215
5216
|
})]
|
|
5216
5217
|
});
|
|
5217
5218
|
}
|
|
5218
|
-
const
|
|
5219
|
+
const js = /* @__PURE__ */ C("div", {
|
|
5219
5220
|
target: "eqdfbpm0",
|
|
5220
5221
|
label: "LogoContainer"
|
|
5221
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
5222
|
+
})("margin-left:14px;margin-top:3px;"), Os = /* @__PURE__ */ C("div", {
|
|
5222
5223
|
target: "eqdfbpm1",
|
|
5223
5224
|
label: "DataTopicsContainer"
|
|
5224
5225
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({
|
|
5225
5226
|
theme: e
|
|
5226
5227
|
}) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
5227
|
-
function
|
|
5228
|
+
function Es({
|
|
5228
5229
|
dataTopicsList: e,
|
|
5229
5230
|
onDataTopicClick: t
|
|
5230
5231
|
}) {
|
|
@@ -5237,42 +5238,42 @@ function Os({
|
|
|
5237
5238
|
} = E(), l = P(() => e == null ? void 0 : e.map((u) => ({
|
|
5238
5239
|
title: u,
|
|
5239
5240
|
onClick: () => t(u)
|
|
5240
|
-
})), [e, t]), s =
|
|
5241
|
+
})), [e, t]), s = Ra(Za(a.aiChat.header.backgroundColor)) > 0.5;
|
|
5241
5242
|
return /* @__PURE__ */ v(Y, {
|
|
5242
5243
|
children: [r ? /* @__PURE__ */ n(Ir, {
|
|
5243
5244
|
title: i("ai.analyticsChatbot"),
|
|
5244
|
-
leftNav: /* @__PURE__ */ n(
|
|
5245
|
-
children: /* @__PURE__ */ n(
|
|
5245
|
+
leftNav: /* @__PURE__ */ n(js, {
|
|
5246
|
+
children: /* @__PURE__ */ n(Ns, {
|
|
5246
5247
|
isDarkBackground: s
|
|
5247
5248
|
})
|
|
5248
5249
|
}),
|
|
5249
5250
|
style: a.aiChat.header
|
|
5250
|
-
}) : null, /* @__PURE__ */ v(
|
|
5251
|
+
}) : null, /* @__PURE__ */ v(Os, {
|
|
5251
5252
|
theme: a,
|
|
5252
|
-
children: [!l && /* @__PURE__ */ n(Ve, {}), l && /* @__PURE__ */ n(
|
|
5253
|
+
children: [!l && /* @__PURE__ */ n(Ve, {}), l && /* @__PURE__ */ n(As, {
|
|
5253
5254
|
dataTopics: l
|
|
5254
5255
|
})]
|
|
5255
5256
|
})]
|
|
5256
5257
|
});
|
|
5257
5258
|
}
|
|
5258
|
-
function
|
|
5259
|
+
function zs() {
|
|
5259
5260
|
const [e, t] = R(), [r, a] = R(), {
|
|
5260
5261
|
data: i,
|
|
5261
5262
|
fetchStatus: l
|
|
5262
|
-
} =
|
|
5263
|
+
} = Do(), {
|
|
5263
5264
|
dataTopicsList: s,
|
|
5264
5265
|
contextDetails: u
|
|
5265
5266
|
} = ie(), {
|
|
5266
5267
|
t: c
|
|
5267
|
-
} = E(), g = c("ai.errors.noAvailableDataTopics"),
|
|
5268
|
+
} = E(), g = c("ai.errors.noAvailableDataTopics"), f = j((d) => {
|
|
5268
5269
|
d.length ? d.length === 1 && (a(void 0), t(d[0])) : a(g);
|
|
5269
5270
|
}, [g]), x = P(() => {
|
|
5270
5271
|
if (i && l === "idle") {
|
|
5271
5272
|
const d = (s != null && s.length ? i == null ? void 0 : i.filter((m) => s == null ? void 0 : s.includes(m.title)) : i).map((m) => m.title);
|
|
5272
|
-
return
|
|
5273
|
+
return f(d), d;
|
|
5273
5274
|
}
|
|
5274
5275
|
return [];
|
|
5275
|
-
}, [i, l, s,
|
|
5276
|
+
}, [i, l, s, f]), o = Le(), p = j(() => {
|
|
5276
5277
|
a(void 0), o.invalidateQueries(["getDataTopics"]);
|
|
5277
5278
|
}, [o]);
|
|
5278
5279
|
return r ? /* @__PURE__ */ n(Mr, {
|
|
@@ -5281,16 +5282,16 @@ function Es() {
|
|
|
5281
5282
|
text: c("ai.buttons.refresh"),
|
|
5282
5283
|
onClick: p
|
|
5283
5284
|
}
|
|
5284
|
-
}) : x.length === 1 && !e ? /* @__PURE__ */ n(Ve, {}) : e ? /* @__PURE__ */ n(
|
|
5285
|
+
}) : x.length === 1 && !e ? /* @__PURE__ */ n(Ve, {}) : e ? /* @__PURE__ */ n(ys, {
|
|
5285
5286
|
contextTitle: e,
|
|
5286
5287
|
contextDetails: u,
|
|
5287
5288
|
onGoBack: x.length === 1 ? void 0 : () => t(void 0)
|
|
5288
|
-
}) : /* @__PURE__ */ n(
|
|
5289
|
+
}) : /* @__PURE__ */ n(Es, {
|
|
5289
5290
|
dataTopicsList: x,
|
|
5290
5291
|
onDataTopicClick: (d) => t(d)
|
|
5291
5292
|
});
|
|
5292
5293
|
}
|
|
5293
|
-
const
|
|
5294
|
+
const Js = tr({
|
|
5294
5295
|
componentName: "Chatbot"
|
|
5295
5296
|
})((e) => {
|
|
5296
5297
|
const {
|
|
@@ -5300,18 +5301,18 @@ const Vs = tr({
|
|
|
5300
5301
|
} = e, {
|
|
5301
5302
|
themeSettings: i
|
|
5302
5303
|
} = D();
|
|
5303
|
-
return /* @__PURE__ */ n(
|
|
5304
|
+
return /* @__PURE__ */ n(Mo, {
|
|
5304
5305
|
value: a ?? {},
|
|
5305
|
-
children: /* @__PURE__ */ n(
|
|
5306
|
+
children: /* @__PURE__ */ n(Wo, {
|
|
5306
5307
|
id: "csdk-chatbot-frame",
|
|
5307
5308
|
width: t,
|
|
5308
5309
|
height: r,
|
|
5309
5310
|
theme: i,
|
|
5310
5311
|
tabIndex: 0,
|
|
5311
|
-
children: /* @__PURE__ */ n(
|
|
5312
|
+
children: /* @__PURE__ */ n(zs, {})
|
|
5312
5313
|
})
|
|
5313
5314
|
});
|
|
5314
|
-
}),
|
|
5315
|
+
}), Xs = tr({
|
|
5315
5316
|
componentName: "GetNlgInsights"
|
|
5316
5317
|
})(function(e) {
|
|
5317
5318
|
const {
|
|
@@ -5330,7 +5331,7 @@ const Vs = tr({
|
|
|
5330
5331
|
text: r ? "Loading..." : l
|
|
5331
5332
|
});
|
|
5332
5333
|
});
|
|
5333
|
-
function
|
|
5334
|
+
function Rs({
|
|
5334
5335
|
theme: e
|
|
5335
5336
|
}) {
|
|
5336
5337
|
const t = e.general.brandColor;
|
|
@@ -5358,17 +5359,17 @@ function zs({
|
|
|
5358
5359
|
})]
|
|
5359
5360
|
});
|
|
5360
5361
|
}
|
|
5361
|
-
const
|
|
5362
|
+
const Zs = /* @__PURE__ */ C("div", {
|
|
5362
5363
|
target: "e272c6x0",
|
|
5363
5364
|
label: "FlexDiv"
|
|
5364
5365
|
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({
|
|
5365
5366
|
theme: e
|
|
5366
5367
|
}) => e.chart.textColor, ";background-color:", ({
|
|
5367
5368
|
theme: e
|
|
5368
|
-
}) => e.chart.backgroundColor, ";"),
|
|
5369
|
+
}) => e.chart.backgroundColor, ";"), Ws = /* @__PURE__ */ C("div", {
|
|
5369
5370
|
target: "e272c6x1",
|
|
5370
5371
|
label: "IconDiv"
|
|
5371
|
-
})("align-self:flex-start;"),
|
|
5372
|
+
})("align-self:flex-start;"), qs = ({
|
|
5372
5373
|
summary: e,
|
|
5373
5374
|
nlgRequest: t
|
|
5374
5375
|
}) => {
|
|
@@ -5380,11 +5381,11 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5380
5381
|
data: t,
|
|
5381
5382
|
type: "chart/insights",
|
|
5382
5383
|
buttonVisibility: "always",
|
|
5383
|
-
renderContent: (a) => /* @__PURE__ */ v(
|
|
5384
|
+
renderContent: (a) => /* @__PURE__ */ v(Zs, {
|
|
5384
5385
|
theme: r,
|
|
5385
|
-
children: [/* @__PURE__ */ n(
|
|
5386
|
+
children: [/* @__PURE__ */ n(Ws, {
|
|
5386
5387
|
theme: r,
|
|
5387
|
-
children: /* @__PURE__ */ n(
|
|
5388
|
+
children: /* @__PURE__ */ n(Rs, {
|
|
5388
5389
|
theme: r
|
|
5389
5390
|
})
|
|
5390
5391
|
}), /* @__PURE__ */ n(Mt, {
|
|
@@ -5392,17 +5393,17 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5392
5393
|
}), a]
|
|
5393
5394
|
})
|
|
5394
5395
|
});
|
|
5395
|
-
},
|
|
5396
|
+
}, Ks = ({
|
|
5396
5397
|
nlqResponse: e,
|
|
5397
5398
|
onDataReady: t,
|
|
5398
5399
|
styleOptions: r,
|
|
5399
5400
|
widgetProps: a,
|
|
5400
5401
|
filters: i = []
|
|
5401
5402
|
}) => {
|
|
5402
|
-
e.queryTitle =
|
|
5403
|
+
e.queryTitle = Da(e.queryTitle);
|
|
5403
5404
|
const {
|
|
5404
5405
|
connectToWidgetProps: l
|
|
5405
|
-
} =
|
|
5406
|
+
} = Aa({
|
|
5406
5407
|
initialFilters: i
|
|
5407
5408
|
}), [s, u] = R(null);
|
|
5408
5409
|
ke(() => {
|
|
@@ -5421,7 +5422,7 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5421
5422
|
}
|
|
5422
5423
|
}, [e, l, r]);
|
|
5423
5424
|
const c = P(() => {
|
|
5424
|
-
const p = s && Ge(s) ?
|
|
5425
|
+
const p = s && Ge(s) ? La(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()));
|
|
5425
5426
|
return T(M({}, e), {
|
|
5426
5427
|
jaql: T(M({}, e.jaql), {
|
|
5427
5428
|
metadata: d
|
|
@@ -5430,10 +5431,10 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5430
5431
|
});
|
|
5431
5432
|
}, [e, s]), {
|
|
5432
5433
|
data: g,
|
|
5433
|
-
isLoading:
|
|
5434
|
+
isLoading: f,
|
|
5434
5435
|
isError: x
|
|
5435
5436
|
} = Fe(c);
|
|
5436
|
-
if (
|
|
5437
|
+
if (f || !s)
|
|
5437
5438
|
return /* @__PURE__ */ n(Ct, {});
|
|
5438
5439
|
if (!Ge(s))
|
|
5439
5440
|
return /* @__PURE__ */ n(Y, {});
|
|
@@ -5443,12 +5444,12 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5443
5444
|
});
|
|
5444
5445
|
return /* @__PURE__ */ n(Me, T(M({}, o), {
|
|
5445
5446
|
highlightSelectionDisabled: !0,
|
|
5446
|
-
topSlot: g && !x && /* @__PURE__ */ n(
|
|
5447
|
+
topSlot: g && !x && /* @__PURE__ */ n(qs, {
|
|
5447
5448
|
nlgRequest: c,
|
|
5448
5449
|
summary: g
|
|
5449
5450
|
})
|
|
5450
5451
|
}));
|
|
5451
|
-
},
|
|
5452
|
+
}, Ps = new Kt({
|
|
5452
5453
|
defaultOptions: {
|
|
5453
5454
|
queries: {
|
|
5454
5455
|
refetchOnWindowFocus: !1,
|
|
@@ -5456,15 +5457,15 @@ const Rs = /* @__PURE__ */ C("div", {
|
|
|
5456
5457
|
}
|
|
5457
5458
|
}
|
|
5458
5459
|
});
|
|
5459
|
-
function
|
|
5460
|
+
function ed({
|
|
5460
5461
|
children: e,
|
|
5461
5462
|
context: t
|
|
5462
5463
|
}) {
|
|
5463
5464
|
return /* @__PURE__ */ n(kr, {
|
|
5464
|
-
children: /* @__PURE__ */ n(
|
|
5465
|
+
children: /* @__PURE__ */ n(ft.Provider, {
|
|
5465
5466
|
value: t == null ? void 0 : t.api,
|
|
5466
5467
|
children: /* @__PURE__ */ n(ar, {
|
|
5467
|
-
client:
|
|
5468
|
+
client: Ps,
|
|
5468
5469
|
children: e
|
|
5469
5470
|
})
|
|
5470
5471
|
})
|
|
@@ -5475,29 +5476,29 @@ function Ks({
|
|
|
5475
5476
|
try {
|
|
5476
5477
|
if (typeof document < "u") {
|
|
5477
5478
|
var t = document.createElement("style");
|
|
5478
|
-
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}.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);
|
|
5479
|
+
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);
|
|
5479
5480
|
}
|
|
5480
5481
|
} catch (r) {
|
|
5481
5482
|
console.error("vite-plugin-css-injected-by-js", r);
|
|
5482
5483
|
}
|
|
5483
5484
|
})();
|
|
5484
5485
|
export {
|
|
5485
|
-
|
|
5486
|
+
Ys as AiContextProvider,
|
|
5486
5487
|
fo as ChatRestApi,
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5488
|
+
Js as Chatbot,
|
|
5489
|
+
ed as CustomAiContextProvider,
|
|
5490
|
+
So as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
5491
|
+
Xs as GetNlgInsights,
|
|
5492
|
+
Co as NLQ_RESULT_CHART_TYPES,
|
|
5493
|
+
Ks as NlqChartWidget,
|
|
5494
|
+
_o as executeGetNlqResult,
|
|
5495
|
+
yo as prepareGetNlgInsightsPayload,
|
|
5495
5496
|
yr as prepareGetNlqResultPayload,
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5497
|
+
Oo as useChatSession,
|
|
5498
|
+
Vs as useFinalNlqResponse,
|
|
5499
|
+
$s as useGetNlgInsights,
|
|
5500
|
+
Us as useGetNlqResult,
|
|
5500
5501
|
Qs as useGetQueryRecommendations,
|
|
5501
|
-
|
|
5502
|
-
|
|
5502
|
+
Fs as useLastNlqResponse,
|
|
5503
|
+
Hs as widgetComposer
|
|
5503
5504
|
};
|